oasis.names.tc.ebxml_regrep.xsd.rim._3
Class ClassificationType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.ClassificationType

public class ClassificationType
extends RegistryObjectType

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

Java class for ClassificationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ClassificationType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <attribute name="classificationScheme" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="classifiedObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="classificationNode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="nodeRepresentation" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classificationNode
           
protected  java.lang.String classificationScheme
           
protected  java.lang.String classifiedObject
           
protected  java.lang.String nodeRepresentation
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
ClassificationType()
           
 
Method Summary
 java.lang.String getClassificationNode()
          Gets the value of the classificationNode property.
 java.lang.String getClassificationScheme()
          Gets the value of the classificationScheme property.
 java.lang.String getClassifiedObject()
          Gets the value of the classifiedObject property.
 java.lang.String getNodeRepresentation()
          Gets the value of the nodeRepresentation property.
 void setClassificationNode(java.lang.String value)
          Sets the value of the classificationNode property.
 void setClassificationScheme(java.lang.String value)
          Sets the value of the classificationScheme property.
 void setClassifiedObject(java.lang.String value)
          Sets the value of the classifiedObject property.
 void setNodeRepresentation(java.lang.String value)
          Sets the value of the nodeRepresentation property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classificationScheme

protected java.lang.String classificationScheme

classifiedObject

protected java.lang.String classifiedObject

classificationNode

protected java.lang.String classificationNode

nodeRepresentation

protected java.lang.String nodeRepresentation
Constructor Detail

ClassificationType

public ClassificationType()
Method Detail

getClassificationScheme

public java.lang.String getClassificationScheme()
Gets the value of the classificationScheme property.

Returns:
possible object is String

setClassificationScheme

public void setClassificationScheme(java.lang.String value)
Sets the value of the classificationScheme property.

Parameters:
value - allowed object is String

getClassifiedObject

public java.lang.String getClassifiedObject()
Gets the value of the classifiedObject property.

Returns:
possible object is String

setClassifiedObject

public void setClassifiedObject(java.lang.String value)
Sets the value of the classifiedObject property.

Parameters:
value - allowed object is String

getClassificationNode

public java.lang.String getClassificationNode()
Gets the value of the classificationNode property.

Returns:
possible object is String

setClassificationNode

public void setClassificationNode(java.lang.String value)
Sets the value of the classificationNode property.

Parameters:
value - allowed object is String

getNodeRepresentation

public java.lang.String getNodeRepresentation()
Gets the value of the nodeRepresentation property.

Returns:
possible object is String

setNodeRepresentation

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

Parameters:
value - allowed object is String