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

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

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

Fields in org.apache.aries.blueprint.jaxb declared as Tcollection
protected  Tcollection TservicePropertyEntry.array
           
protected  Tcollection TmapEntry.array
           
protected  Tcollection Tkey.array
           
protected  Tcollection Targument.array
           
protected  Tcollection Tproperty.array
           
protected  Tcollection TservicePropertyEntry.list
           
protected  Tcollection TmapEntry.list
           
protected  Tcollection Tkey.list
           
protected  Tcollection Targument.list
           
protected  Tcollection Tproperty.list
           
protected  Tcollection TservicePropertyEntry.set
           
protected  Tcollection TmapEntry.set
           
protected  Tcollection Tkey.set
           
protected  Tcollection Targument.set
           
protected  Tcollection Tproperty.set
           
 

Methods in org.apache.aries.blueprint.jaxb that return Tcollection
 Tcollection ObjectFactory.createTcollection()
          Create an instance of Tcollection
 Tcollection TservicePropertyEntry.getArray()
          Gets the value of the array property.
 Tcollection TmapEntry.getArray()
          Gets the value of the array property.
 Tcollection Tkey.getArray()
          Gets the value of the array property.
 Tcollection Targument.getArray()
          Gets the value of the array property.
 Tcollection Tproperty.getArray()
          Gets the value of the array property.
 Tcollection TservicePropertyEntry.getList()
          Gets the value of the list property.
 Tcollection TmapEntry.getList()
          Gets the value of the list property.
 Tcollection Tkey.getList()
          Gets the value of the list property.
 Tcollection Targument.getList()
          Gets the value of the list property.
 Tcollection Tproperty.getList()
          Gets the value of the list property.
 Tcollection TservicePropertyEntry.getSet()
          Gets the value of the set property.
 Tcollection TmapEntry.getSet()
          Gets the value of the set property.
 Tcollection Tkey.getSet()
          Gets the value of the set property.
 Tcollection Targument.getSet()
          Gets the value of the set property.
 Tcollection Tproperty.getSet()
          Gets the value of the set property.
 

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

Methods in org.apache.aries.blueprint.jaxb with parameters of type Tcollection
 javax.xml.bind.JAXBElement<Tcollection> ObjectFactory.createTcollectionArray(Tcollection value)
          Create an instance of JAXBElement<Tcollection>}
 javax.xml.bind.JAXBElement<Tcollection> ObjectFactory.createTcollectionList(Tcollection value)
          Create an instance of JAXBElement<Tcollection>}
 javax.xml.bind.JAXBElement<Tcollection> ObjectFactory.createTcollectionSet(Tcollection value)
          Create an instance of JAXBElement<Tcollection>}
 void TservicePropertyEntry.setArray(Tcollection value)
          Sets the value of the array property.
 void TmapEntry.setArray(Tcollection value)
          Sets the value of the array property.
 void Tkey.setArray(Tcollection value)
          Sets the value of the array property.
 void Targument.setArray(Tcollection value)
          Sets the value of the array property.
 void Tproperty.setArray(Tcollection value)
          Sets the value of the array property.
 void TservicePropertyEntry.setList(Tcollection value)
          Sets the value of the list property.
 void TmapEntry.setList(Tcollection value)
          Sets the value of the list property.
 void Tkey.setList(Tcollection value)
          Sets the value of the list property.
 void Targument.setList(Tcollection value)
          Sets the value of the list property.
 void Tproperty.setList(Tcollection value)
          Sets the value of the list property.
 void TservicePropertyEntry.setSet(Tcollection value)
          Sets the value of the set property.
 void TmapEntry.setSet(Tcollection value)
          Sets the value of the set property.
 void Tkey.setSet(Tcollection value)
          Sets the value of the set property.
 void Targument.setSet(Tcollection value)
          Sets the value of the set property.
 void Tproperty.setSet(Tcollection value)
          Sets the value of the set property.
 



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