org.apache.aries.blueprint.jaxb
Class Tref

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

public class Tref
extends 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  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()
Gets the value of the componentId property.

Returns:
possible object is String

setComponentId

public void setComponentId(String value)
Sets the value of the componentId property.

Parameters:
value - allowed object is String


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.