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

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

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

See Also:
Serialized Form

Constructor Summary
ClassificationNodeQueryResultItem()
           
 
Method Summary
 ClassificationNode getClassificationNode()
          Returns the value of field 'classificationNode'.
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 void setClassificationNode(ClassificationNode classificationNode)
          Sets the value of field 'classificationNode'.
 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

ClassificationNodeQueryResultItem

public ClassificationNodeQueryResultItem()
Method Detail

getClassificationNode

public ClassificationNode getClassificationNode()
Returns the value of field 'classificationNode'.

Returns:
the value of field 'classificationNode'.

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

setClassificationNode

public void setClassificationNode(ClassificationNode classificationNode)
Sets the value of field 'classificationNode'.

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

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