Uses of Class
org.oasis.ebxml.registry.bindings.rim.Service

Packages that use Service
org.oasis.ebxml.registry.bindings.query   
org.oasis.ebxml.registry.bindings.rim   
 

Uses of Service in org.oasis.ebxml.registry.bindings.query
 

Methods in org.oasis.ebxml.registry.bindings.query that return Service
 Service ServiceQueryResultItem.getService()
          Returns the value of field 'service'.
 Service RegistryEntryQueryResultItem.getService()
          Returns the value of field 'service'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type Service
 void ServiceQueryResultItem.setService(Service service)
          Sets the value of field 'service'.
 void RegistryEntryQueryResultItem.setService(Service service)
          Sets the value of field 'service'.
 

Uses of Service in org.oasis.ebxml.registry.bindings.rim
 

Methods in org.oasis.ebxml.registry.bindings.rim that return Service
static Service Service.unmarshal(java.io.Reader reader)
           
 Service LeafRegistryObjectListTypeItem.getService()
          Returns the value of field 'service'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type Service
 void LeafRegistryObjectListTypeItem.setService(Service service)
          Sets the value of field 'service'.