[ 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>
Constructor Summary |
Tref()
|
Method Summary |
java.lang.String |
getComponentId()
Gets the value of the componentId property. |
void |
setComponentId(java.lang.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 |
componentId
protected java.lang.String componentId
Tref
public Tref()
getComponentId
public java.lang.String getComponentId()
- Gets the value of the componentId property.
- Returns:
- possible object is
String
setComponentId
public void setComponentId(java.lang.String value)
- Sets the value of the componentId property.
- Parameters:
value
- allowed object is
String
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.