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

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

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

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

Methods in org.apache.aries.blueprint.jaxb that return TinlinedReferenceList
 TinlinedReferenceList ObjectFactory.createTinlinedReferenceList()
          Create an instance of TinlinedReferenceList
 TinlinedReferenceList TservicePropertyEntry.getReferenceList()
          Gets the value of the referenceList property.
 TinlinedReferenceList TmapEntry.getReferenceList()
          Gets the value of the referenceList property.
 TinlinedReferenceList Tkey.getReferenceList()
          Gets the value of the referenceList property.
 TinlinedReferenceList Targument.getReferenceList()
          Gets the value of the referenceList property.
 TinlinedReferenceList Tproperty.getReferenceList()
          Gets the value of the referenceList property.
 

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

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



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