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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return RegistryEntry
 RegistryEntry ExtrinsicObjectQueryResultItem.getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryEntry ClassificationSchemeQueryResultItem.getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryEntry ServiceQueryResultItem.getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryEntry RegistryEntryQueryResultItem.getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryEntry RegistryPackageQueryResultItem.getRegistryEntry()
          Returns the value of field 'registryEntry'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type RegistryEntry
 void ExtrinsicObjectQueryResultItem.setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.
 void ClassificationSchemeQueryResultItem.setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.
 void ServiceQueryResultItem.setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.
 void RegistryEntryQueryResultItem.setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.
 void RegistryPackageQueryResultItem.setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.
 

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

Methods in org.oasis.ebxml.registry.bindings.rim that return RegistryEntry
static RegistryEntry RegistryEntry.unmarshal(java.io.Reader reader)
           
 RegistryEntry RegistryObjectListTypeItem.getRegistryEntry()
          Returns the value of field 'registryEntry'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type RegistryEntry
 void RegistryObjectListTypeItem.setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.