public class ClassificationNodeType extends RegistryObjectType
Java class for ClassificationNodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassificationNodeType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ClassificationNode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="parent" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="code" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ClassificationNodeType() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassificationNodeType> |
getClassificationNode()
Gets the value of the classificationNode property.
|
String |
getCode()
Gets the value of the code property.
|
String |
getParent()
Gets the value of the parent property.
|
String |
getPath()
Gets the value of the path property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setPath(String value)
Sets the value of the path property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic List<ClassificationNodeType> getClassificationNode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the classificationNode property.
For example, to add a new item, do as follows:
getClassificationNode().add(newItem);
Objects of the following type(s) are allowed in the list
ClassificationNodeType
public String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getPath()
StringCopyright © 2010–2025. All rights reserved.