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

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

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

See Also:
Serialized Form

Constructor Summary
OrganizationQueryResultItem()
           
 
Method Summary
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 Organization getOrganization()
          Returns the value of field 'organization'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 void setObjectRef(ObjectRef objectRef)
          Sets the value of field 'objectRef'.
 void setOrganization(Organization organization)
          Sets the value of field 'organization'.
 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

OrganizationQueryResultItem

public OrganizationQueryResultItem()
Method Detail

getObjectRef

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

Returns:
the value of field 'objectRef'.

getOrganization

public Organization getOrganization()
Returns the value of field 'organization'.

Returns:
the value of field 'organization'.

getRegistryObject

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

Returns:
the value of field 'registryObject'.

setObjectRef

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

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

setOrganization

public void setOrganization(Organization organization)
Sets the value of field 'organization'.

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

setRegistryObject

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

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