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

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

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

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

Methods in org.apache.aries.blueprint.jaxb that return TinlinedService
 TinlinedService ObjectFactory.createTinlinedService()
          Create an instance of TinlinedService
 TinlinedService TservicePropertyEntry.getService()
          Gets the value of the service property.
 TinlinedService TmapEntry.getService()
          Gets the value of the service property.
 TinlinedService Tkey.getService()
          Gets the value of the service property.
 TinlinedService Targument.getService()
          Gets the value of the service property.
 TinlinedService Tproperty.getService()
          Gets the value of the service property.
 

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

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



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