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

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

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

See Also:
Serialized Form

Constructor Summary
ClassificationQueryResultItem()
           
 
Method Summary
 Classification getClassification()
          Returns the value of field 'classification'.
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 void setClassification(Classification classification)
          Sets the value of field 'classification'.
 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

ClassificationQueryResultItem

public ClassificationQueryResultItem()
Method Detail

getClassification

public Classification getClassification()
Returns the value of field 'classification'.

Returns:
the value of field 'classification'.

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

setClassification

public void setClassification(Classification classification)
Sets the value of field 'classification'.

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

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