org.apache.aries.blueprint.jaxb
Class Tref

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.Tref

public class Tref
extends java.lang.Object

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  java.lang.String componentId
           
 
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
 

Field Detail

componentId

protected java.lang.String componentId
Constructor Detail

Tref

public Tref()
Method Detail

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.