|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.RegistryObjectType
org.oasis.ebxml.registry.bindings.rim.ClassificationType
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassificationType()
Method Detail |
public java.lang.Object getClassificationNode()
public java.lang.Object getClassificationScheme()
public java.lang.Object getClassifiedObject()
public java.lang.String getNodeRepresentation()
public boolean isValid()
isValid
in class RegistryObjectType
public abstract void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryObjectType
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public abstract void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryObjectType
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setClassificationNode(java.lang.Object classificationNode)
classificationNode
- the value of field
'classificationNode'.public void setClassificationScheme(java.lang.Object classificationScheme)
classificationScheme
- the value of field
'classificationScheme'.public void setClassifiedObject(java.lang.Object classifiedObject)
classifiedObject
- the value of field 'classifiedObject'public void setNodeRepresentation(java.lang.String nodeRepresentation)
nodeRepresentation
- the value of field
'nodeRepresentation'.public void validate() throws org.exolab.castor.xml.ValidationException
validate
in class RegistryObjectType
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |