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 Details

    • classificationScheme

      protected String classificationScheme
    • classifiedObject

      protected String classifiedObject
    • classificationNode

      protected String classificationNode
    • nodeRepresentation

      protected String nodeRepresentation
  • Constructor Details

    • ClassificationType

      public ClassificationType()
  • Method Details

    • getClassificationScheme

      public String getClassificationScheme()
      Gets the value of the classificationScheme property.
      Returns:
      possible object is String
    • setClassificationScheme

      public void setClassificationScheme(String value)
      Sets the value of the classificationScheme property.
      Parameters:
      value - allowed object is String
    • getClassifiedObject

      public String getClassifiedObject()
      Gets the value of the classifiedObject property.
      Returns:
      possible object is String
    • setClassifiedObject

      public void setClassifiedObject(String value)
      Sets the value of the classifiedObject property.
      Parameters:
      value - allowed object is String
    • getClassificationNode

      public String getClassificationNode()
      Gets the value of the classificationNode property.
      Returns:
      possible object is String
    • setClassificationNode

      public void setClassificationNode(String value)
      Sets the value of the classificationNode property.
      Parameters:
      value - allowed object is String
    • getNodeRepresentation

      public String getNodeRepresentation()
      Gets the value of the nodeRepresentation property.
      Returns:
      possible object is String
    • setNodeRepresentation

      public void setNodeRepresentation(String value)
      Sets the value of the nodeRepresentation property.
      Parameters:
      value - allowed object is String