|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.ClassificationType
public class 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
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 |
---|
protected java.lang.String classificationScheme
protected java.lang.String classifiedObject
protected java.lang.String classificationNode
protected java.lang.String nodeRepresentation
Constructor Detail |
---|
public ClassificationType()
Method Detail |
---|
public java.lang.String getClassificationScheme()
String
public void setClassificationScheme(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClassifiedObject()
String
public void setClassifiedObject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClassificationNode()
String
public void setClassificationNode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNodeRepresentation()
String
public void setNodeRepresentation(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |