org.oasis.ebxml.registry.bindings.rim
Class ObjectRefListItem

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rim.ObjectRefListItem
All Implemented Interfaces:
java.io.Serializable

public class ObjectRefListItem
extends java.lang.Object
implements java.io.Serializable

A list of ObjectRefs

See Also:
Serialized Form

Constructor Summary
ObjectRefListItem()
           
 
Method Summary
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 void setObjectRef(ObjectRef objectRef)
          Sets the value of field 'objectRef'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRefListItem

public ObjectRefListItem()
Method Detail

getObjectRef

public ObjectRef getObjectRef()
Returns the value of field 'objectRef'.

Returns:
the value of field 'objectRef'.

setObjectRef

public void setObjectRef(ObjectRef objectRef)
Sets the value of field 'objectRef'.

Parameters:
objectRef - the value of field 'objectRef'.