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

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

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

See Also:
Serialized Form

Constructor Summary
AssociationQueryResultItem()
           
 
Method Summary
 Association getAssociation()
          Returns the value of field 'association'.
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 void setAssociation(Association association)
          Sets the value of field 'association'.
 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

AssociationQueryResultItem

public AssociationQueryResultItem()
Method Detail

getAssociation

public Association getAssociation()
Returns the value of field 'association'.

Returns:
the value of field 'association'.

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

setAssociation

public void setAssociation(Association association)
Sets the value of field 'association'.

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

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