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

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

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

Fields in org.apache.aries.blueprint.jaxb declared as Tprops
protected  Tprops TservicePropertyEntry.props
           
protected  Tprops TmapEntry.props
           
protected  Tprops Tkey.props
           
protected  Tprops Targument.props
           
protected  Tprops Tproperty.props
           
 

Methods in org.apache.aries.blueprint.jaxb that return Tprops
 Tprops ObjectFactory.createTprops()
          Create an instance of Tprops
 Tprops TservicePropertyEntry.getProps()
          Gets the value of the props property.
 Tprops TmapEntry.getProps()
          Gets the value of the props property.
 Tprops Tkey.getProps()
          Gets the value of the props property.
 Tprops Targument.getProps()
          Gets the value of the props property.
 Tprops Tproperty.getProps()
          Gets the value of the props property.
 

Methods in org.apache.aries.blueprint.jaxb that return types with arguments of type Tprops
 javax.xml.bind.JAXBElement<Tprops> ObjectFactory.createTcollectionProps(Tprops value)
          Create an instance of JAXBElement<Tprops>}
 

Methods in org.apache.aries.blueprint.jaxb with parameters of type Tprops
 javax.xml.bind.JAXBElement<Tprops> ObjectFactory.createTcollectionProps(Tprops value)
          Create an instance of JAXBElement<Tprops>}
 void TservicePropertyEntry.setProps(Tprops value)
          Sets the value of the props property.
 void TmapEntry.setProps(Tprops value)
          Sets the value of the props property.
 void Tkey.setProps(Tprops value)
          Sets the value of the props property.
 void Targument.setProps(Tprops value)
          Sets the value of the props property.
 void Tproperty.setProps(Tprops value)
          Sets the value of the props property.
 



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