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

Packages that use LeafRegistryObjectList
org.oasis.ebxml.registry.bindings.rim   
org.oasis.ebxml.registry.bindings.rs   
 

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

Methods in org.oasis.ebxml.registry.bindings.rim that return LeafRegistryObjectList
static LeafRegistryObjectList LeafRegistryObjectList.unmarshal(java.io.Reader reader)
           
 

Uses of LeafRegistryObjectList in org.oasis.ebxml.registry.bindings.rs
 

Methods in org.oasis.ebxml.registry.bindings.rs that return LeafRegistryObjectList
 LeafRegistryObjectList SubmitObjectsRequest.getLeafRegistryObjectList()
          Returns the value of field 'leafRegistryObjectList'.
 LeafRegistryObjectList UpdateObjectsRequest.getLeafRegistryObjectList()
          Returns the value of field 'leafRegistryObjectList'.
 

Methods in org.oasis.ebxml.registry.bindings.rs with parameters of type LeafRegistryObjectList
 void SubmitObjectsRequest.setLeafRegistryObjectList(LeafRegistryObjectList leafRegistryObjectList)
          Sets the value of field 'leafRegistryObjectList'.
 void UpdateObjectsRequest.setLeafRegistryObjectList(LeafRegistryObjectList leafRegistryObjectList)
          Sets the value of field 'leafRegistryObjectList'.