org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class HierarchicalCodelistType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.HierarchicalCodelistBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.HierarchicalCodelistType
public class HierarchicalCodelistType
- extends HierarchicalCodelistBaseType
HierarchicalCodelistType describes the structure of a hierarchical codelist. A hierarchical code list is defined as an organised collection of codes that may participate in many parent/child relationships with other codes in the list, as defined by one or more hierarchy of the list.
Java class for HierarchicalCodelistType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HierarchicalCodelistType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}HierarchicalCodelistBaseType">
<sequence>
<element name="IncludedCodelist" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}IncludedCodelistReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Hierarchy" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}HierarchyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
includedCodelist
protected List<IncludedCodelistReferenceType> includedCodelist
hierarchy
protected List<HierarchyType> hierarchy
HierarchicalCodelistType
public HierarchicalCodelistType()
getIncludedCodelist
public List<IncludedCodelistReferenceType> getIncludedCodelist()
- Gets the value of the includedCodelist property.
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 includedCodelist property.
For example, to add a new item, do as follows:
getIncludedCodelist().add(newItem);
Objects of the following type(s) are allowed in the list
IncludedCodelistReferenceType
getHierarchy
public List<HierarchyType> getHierarchy()
- Gets the value of the hierarchy property.
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 hierarchy property.
For example, to add a new item, do as follows:
getHierarchy().add(newItem);
Objects of the following type(s) are allowed in the list
HierarchyType
Copyright © 2012. All Rights Reserved.