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  String classificationNode
           
protected  String classificationScheme
           
protected  String classifiedObject
           
protected  String nodeRepresentation
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slot
 
Constructor Summary
ClassificationType()
           
 
Method Summary
 String getClassificationNode()
          Gets the value of the classificationNode property.
 String getClassificationScheme()
          Gets the value of the classificationScheme property.
 String getClassifiedObject()
          Gets the value of the classifiedObject property.
 String getNodeRepresentation()
          Gets the value of the nodeRepresentation property.
 void setClassificationNode(String value)
          Sets the value of the classificationNode property.
 void setClassificationScheme(String value)
          Sets the value of the classificationScheme property.
 void setClassifiedObject(String value)
          Sets the value of the classifiedObject property.
 void setNodeRepresentation(String value)
          Sets the value of the nodeRepresentation property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, 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, getSlot, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classificationScheme

protected String classificationScheme

classifiedObject

protected String classifiedObject

classificationNode

protected String classificationNode

nodeRepresentation

protected String nodeRepresentation
Constructor Detail

ClassificationType

public ClassificationType()
Method Detail

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


Copyright © 2010-2011. All Rights Reserved.