Uses of Class
org.apache.aries.blueprint.jaxb.Tdescription

Packages that use Tdescription
org.apache.aries.blueprint.jaxb   
 

Uses of Tdescription in org.apache.aries.blueprint.jaxb
 

Fields in org.apache.aries.blueprint.jaxb declared as Tdescription
protected  Tdescription TserviceReference.description
           
protected  Tdescription Tbean.description
           
protected  Tdescription Targument.description
           
protected  Tdescription Tblueprint.description
           
protected  Tdescription Tproperty.description
           
protected  Tdescription Tservice.description
           
 

Methods in org.apache.aries.blueprint.jaxb that return Tdescription
 Tdescription ObjectFactory.createTdescription()
          Create an instance of Tdescription
 Tdescription TserviceReference.getDescription()
          Gets the value of the description property.
 Tdescription Tbean.getDescription()
          Gets the value of the description property.
 Tdescription Targument.getDescription()
          Gets the value of the description property.
 Tdescription Tblueprint.getDescription()
          Gets the value of the description property.
 Tdescription Tproperty.getDescription()
          Gets the value of the description property.
 Tdescription Tservice.getDescription()
          Gets the value of the description property.
 

Methods in org.apache.aries.blueprint.jaxb with parameters of type Tdescription
 void TserviceReference.setDescription(Tdescription value)
          Sets the value of the description property.
 void Tbean.setDescription(Tdescription value)
          Sets the value of the description property.
 void Targument.setDescription(Tdescription value)
          Sets the value of the description property.
 void Tblueprint.setDescription(Tdescription value)
          Sets the value of the description property.
 void Tproperty.setDescription(Tdescription value)
          Sets the value of the description property.
 void Tservice.setDescription(Tdescription value)
          Sets the value of the description property.
 



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