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

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

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

Fields in org.apache.aries.blueprint.jaxb declared as Tref
protected  Tref TservicePropertyEntry.idref
           
protected  Tref TmapEntry.idref
           
protected  Tref Tkey.idref
           
protected  Tref Targument.idref
           
protected  Tref Tproperty.idref
           
protected  Tref TservicePropertyEntry.ref
           
protected  Tref TregistrationListener.ref
           
protected  Tref TreferenceListener.ref
           
protected  Tref TmapEntry.ref
           
protected  Tref Tkey.ref
           
protected  Tref Targument.ref
           
protected  Tref Tproperty.ref
           
protected  Tref Tservice.ref
           
 

Methods in org.apache.aries.blueprint.jaxb that return Tref
 Tref ObjectFactory.createTref()
          Create an instance of Tref
 Tref TservicePropertyEntry.getIdref()
          Gets the value of the idref property.
 Tref TmapEntry.getIdref()
          Gets the value of the idref property.
 Tref Tkey.getIdref()
          Gets the value of the idref property.
 Tref Targument.getIdref()
          Gets the value of the idref property.
 Tref Tproperty.getIdref()
          Gets the value of the idref property.
 Tref TservicePropertyEntry.getRef()
          Gets the value of the ref property.
 Tref TregistrationListener.getRef()
          Gets the value of the ref property.
 Tref TreferenceListener.getRef()
          Gets the value of the ref property.
 Tref TmapEntry.getRef()
          Gets the value of the ref property.
 Tref Tkey.getRef()
          Gets the value of the ref property.
 Tref Targument.getRef()
          Gets the value of the ref property.
 Tref Tproperty.getRef()
          Gets the value of the ref property.
 Tref Tservice.getRef()
          Gets the value of the ref property.
 

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

Methods in org.apache.aries.blueprint.jaxb with parameters of type Tref
 javax.xml.bind.JAXBElement<Tref> ObjectFactory.createTcollectionIdref(Tref value)
          Create an instance of JAXBElement<Tref>}
 javax.xml.bind.JAXBElement<Tref> ObjectFactory.createTcollectionRef(Tref value)
          Create an instance of JAXBElement<Tref>}
 javax.xml.bind.JAXBElement<Tref> ObjectFactory.createTtypeConvertersRef(Tref value)
          Create an instance of JAXBElement<Tref>}
 void TservicePropertyEntry.setIdref(Tref value)
          Sets the value of the idref property.
 void TmapEntry.setIdref(Tref value)
          Sets the value of the idref property.
 void Tkey.setIdref(Tref value)
          Sets the value of the idref property.
 void Targument.setIdref(Tref value)
          Sets the value of the idref property.
 void Tproperty.setIdref(Tref value)
          Sets the value of the idref property.
 void TservicePropertyEntry.setRef(Tref value)
          Sets the value of the ref property.
 void TregistrationListener.setRef(Tref value)
          Sets the value of the ref property.
 void TreferenceListener.setRef(Tref value)
          Sets the value of the ref property.
 void TmapEntry.setRef(Tref value)
          Sets the value of the ref property.
 void Tkey.setRef(Tref value)
          Sets the value of the ref property.
 void Targument.setRef(Tref value)
          Sets the value of the ref property.
 void Tproperty.setRef(Tref value)
          Sets the value of the ref property.
 void Tservice.setRef(Tref value)
          Sets the value of the ref property.
 



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