org.oasis.ebxml.registry.bindings.rim
Class ClassificationType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rim.RegistryObjectType
      extended byorg.oasis.ebxml.registry.bindings.rim.ClassificationType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Classification

public abstract class ClassificationType
extends RegistryObjectType
implements java.io.Serializable

Classification is the mapping of the same named interface in ebRIM. It extends RegistryObject. A Classification specifies references to two registry entrys. The classifiedObject is id of the Object being classified. The classificationNode is id of the ClassificationNode classying the object

See Also:
Serialized Form

Constructor Summary
ClassificationType()
           
 
Method Summary
 java.lang.Object getClassificationNode()
          Returns the value of field 'classificationNode'.
 java.lang.Object getClassificationScheme()
          Returns the value of field 'classificationScheme'.
 java.lang.Object getClassifiedObject()
          Returns the value of field 'classifiedObject'.
 java.lang.String getNodeRepresentation()
          Returns the value of field 'nodeRepresentation'.
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setClassificationNode(java.lang.Object classificationNode)
          Sets the value of field 'classificationNode'.
 void setClassificationScheme(java.lang.Object classificationScheme)
          Sets the value of field 'classificationScheme'.
 void setClassifiedObject(java.lang.Object classifiedObject)
          Sets the value of field 'classifiedObject'.
 void setNodeRepresentation(java.lang.String nodeRepresentation)
          Sets the value of field 'nodeRepresentation'.
 void validate()
           
 
Methods inherited from class org.oasis.ebxml.registry.bindings.rim.RegistryObjectType
addClassification, addClassification, addExternalIdentifier, addExternalIdentifier, addSlot, addSlot, clearClassification, clearExternalIdentifier, clearSlot, enumerateClassification, enumerateExternalIdentifier, enumerateSlot, getAccessControlPolicy, getClassification, getClassification, getClassificationCount, getDescription, getExternalIdentifier, getExternalIdentifier, getExternalIdentifierCount, getId, getName, getObjectType, getSlot, getSlot, getSlotCount, removeClassification, removeExternalIdentifier, removeSlot, setAccessControlPolicy, setClassification, setClassification, setDescription, setExternalIdentifier, setExternalIdentifier, setId, setName, setObjectType, setSlot, setSlot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassificationType

public ClassificationType()
Method Detail

getClassificationNode

public java.lang.Object getClassificationNode()
Returns the value of field 'classificationNode'.

Returns:
the value of field 'classificationNode'.

getClassificationScheme

public java.lang.Object getClassificationScheme()
Returns the value of field 'classificationScheme'.

Returns:
the value of field 'classificationScheme'.

getClassifiedObject

public java.lang.Object getClassifiedObject()
Returns the value of field 'classifiedObject'.

Returns:
the value of field 'classifiedObject'.

getNodeRepresentation

public java.lang.String getNodeRepresentation()
Returns the value of field 'nodeRepresentation'.

Returns:
the value of field 'nodeRepresentation'.

isValid

public boolean isValid()
Overrides:
isValid in class RegistryObjectType

marshal

public abstract void marshal(java.io.Writer out)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Specified by:
marshal in class RegistryObjectType
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public abstract void marshal(org.xml.sax.DocumentHandler handler)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Specified by:
marshal in class RegistryObjectType
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setClassificationNode

public void setClassificationNode(java.lang.Object classificationNode)
Sets the value of field 'classificationNode'.

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

setClassificationScheme

public void setClassificationScheme(java.lang.Object classificationScheme)
Sets the value of field 'classificationScheme'.

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

setClassifiedObject

public void setClassifiedObject(java.lang.Object classifiedObject)
Sets the value of field 'classifiedObject'.

Parameters:
classifiedObject - the value of field 'classifiedObject'

setNodeRepresentation

public void setNodeRepresentation(java.lang.String nodeRepresentation)
Sets the value of field 'nodeRepresentation'.

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

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class RegistryObjectType
Throws:
org.exolab.castor.xml.ValidationException