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

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

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

See Also:
Serialized Form

Constructor Summary
AuditableEventQueryResultItem()
           
 
Method Summary
 AuditableEvent getAuditableEvent()
          Returns the value of field 'auditableEvent'.
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 void setAuditableEvent(AuditableEvent auditableEvent)
          Sets the value of field 'auditableEvent'.
 void setObjectRef(ObjectRef objectRef)
          Sets the value of field 'objectRef'.
 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

AuditableEventQueryResultItem

public AuditableEventQueryResultItem()
Method Detail

getAuditableEvent

public AuditableEvent getAuditableEvent()
Returns the value of field 'auditableEvent'.

Returns:
the value of field 'auditableEvent'.

getObjectRef

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

Returns:
the value of field 'objectRef'.

getRegistryObject

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

Returns:
the value of field 'registryObject'.

setAuditableEvent

public void setAuditableEvent(AuditableEvent auditableEvent)
Sets the value of field 'auditableEvent'.

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

setObjectRef

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

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

setRegistryObject

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

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