public class ClassificationType extends RegistryObjectType
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>
| Constructor and Description |
|---|
ClassificationType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic String getClassificationScheme()
Stringpublic void setClassificationScheme(String value)
value - allowed object is
Stringpublic String getClassifiedObject()
Stringpublic void setClassifiedObject(String value)
value - allowed object is
Stringpublic String getClassificationNode()
Stringpublic void setClassificationNode(String value)
value - allowed object is
Stringpublic String getNodeRepresentation()
StringCopyright © 2010–2025. All rights reserved.