|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.aries.blueprint.jaxb.Tref
public class Tref
Tref is the type used for elements. This specifies a required
component id for the reference component.
Java class for Tref complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tref">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="component-id" use="required" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
</restriction>
</complexContent>
</complexType>
Field Summary
protected String
componentId
Constructor Summary
Tref()
Method Summary
String
getComponentId()
Gets the value of the componentId property.
void
setComponentId(String value)
Sets the value of the componentId property.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
componentId
protected String componentId
Constructor Detail
Tref
public Tref()
Method Detail
getComponentId
public String getComponentId()
String
setComponentId
public void setComponentId(String value)
value
- allowed object is
String
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.