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

Packages that use ObjectRefList
org.oasis.ebxml.registry.bindings.query   
org.oasis.ebxml.registry.bindings.rim   
org.oasis.ebxml.registry.bindings.rs   
 

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

Methods in org.oasis.ebxml.registry.bindings.query that return ObjectRefList
 ObjectRefList GetContentRequest.getObjectRefList()
          Returns the value of field 'objectRefList'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type ObjectRefList
 void GetContentRequest.setObjectRefList(ObjectRefList objectRefList)
          Sets the value of field 'objectRefList'.
 

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

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

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

Methods in org.oasis.ebxml.registry.bindings.rs that return ObjectRefList
 ObjectRefList DeprecateObjectsRequest.getObjectRefList()
          Returns the value of field 'objectRefList'.
 ObjectRefList ApproveObjectsRequest.getObjectRefList()
          Returns the value of field 'objectRefList'.
 ObjectRefList RemoveObjectsRequest.getObjectRefList()
          Returns the value of field 'objectRefList'.
 

Methods in org.oasis.ebxml.registry.bindings.rs with parameters of type ObjectRefList
 void DeprecateObjectsRequest.setObjectRefList(ObjectRefList objectRefList)
          Sets the value of field 'objectRefList'.
 void ApproveObjectsRequest.setObjectRefList(ObjectRefList objectRefList)
          Sets the value of field 'objectRefList'.
 void RemoveObjectsRequest.setObjectRefList(ObjectRefList objectRefList)
          Sets the value of field 'objectRefList'.