org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class HierarchicalCodelistType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.HierarchicalCodelistBaseType
                              extended by 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>
 


Field Summary
protected  List<HierarchyType> hierarchy
           
protected  List<IncludedCodelistReferenceType> includedCodelist
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
agencyID, isExternalReference, isFinal, serviceURL, structureURL
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
validFrom, validTo, version
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
HierarchicalCodelistType()
           
 
Method Summary
 List<HierarchyType> getHierarchy()
          Gets the value of the hierarchy property.
 List<IncludedCodelistReferenceType> getIncludedCodelist()
          Gets the value of the includedCodelist property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
getAgencyID, getServiceURL, getStructureURL, isIsExternalReference, isIsFinal, setAgencyID, setIsExternalReference, setIsFinal, setServiceURL, setStructureURL
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
getValidFrom, getValidTo, getVersion, setValidFrom, setValidTo, setVersion
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
getDescription, getName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includedCodelist

protected List<IncludedCodelistReferenceType> includedCodelist

hierarchy

protected List<HierarchyType> hierarchy
Constructor Detail

HierarchicalCodelistType

public HierarchicalCodelistType()
Method Detail

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.