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

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

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

See Also:
Serialized Form

Constructor Summary
RegistryObjectListTypeItem()
           
 
Method Summary
 RegistryEntry getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 void setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.
 void setRegistryObject(RegistryObject registryObject)
          Sets the value of field 'registryObject'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryObjectListTypeItem

public RegistryObjectListTypeItem()
Method Detail

getRegistryEntry

public RegistryEntry getRegistryEntry()
Returns the value of field 'registryEntry'.

Returns:
the value of field 'registryEntry'.

getRegistryObject

public RegistryObject getRegistryObject()
Returns the value of field 'registryObject'.

Returns:
the value of field 'registryObject'.

setRegistryEntry

public void setRegistryEntry(RegistryEntry registryEntry)
Sets the value of field 'registryEntry'.

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

setRegistryObject

public void setRegistryObject(RegistryObject registryObject)
Sets the value of field 'registryObject'.

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