org.oasis.ebxml.registry.bindings.query
Class ExtrinsicObjectQueryResultItem

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

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

See Also:
Serialized Form

Constructor Summary
ExtrinsicObjectQueryResultItem()
           
 
Method Summary
 ExtrinsicObject getExtrinsicObject()
          Returns the value of field 'extrinsicObject'.
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 RegistryEntry getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 void setExtrinsicObject(ExtrinsicObject extrinsicObject)
          Sets the value of field 'extrinsicObject'.
 void setObjectRef(ObjectRef objectRef)
          Sets the value of field 'objectRef'.
 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

ExtrinsicObjectQueryResultItem

public ExtrinsicObjectQueryResultItem()
Method Detail

getExtrinsicObject

public ExtrinsicObject getExtrinsicObject()
Returns the value of field 'extrinsicObject'.

Returns:
the value of field 'extrinsicObject'.

getObjectRef

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

Returns:
the value of field 'objectRef'.

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'.

setExtrinsicObject

public void setExtrinsicObject(ExtrinsicObject extrinsicObject)
Sets the value of field 'extrinsicObject'.

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

setObjectRef

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

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

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'.