org.sdmx.resources.sdmxml.schemas.v2_1.query
Class HierarchicalCodelistWhereType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.HierarchicalCodelistWhereBaseType
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.HierarchicalCodelistWhereType

public class HierarchicalCodelistWhereType
extends HierarchicalCodelistWhereBaseType

HierarchicalCodelistWhereType contains the parameters of a hierarchical codelist query. All supplied parameters must be matched in order for an object to satisfy the query.

Java class for HierarchicalCodelistWhereType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HierarchicalCodelistWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}HierarchicalCodelistWhereBaseType">
       <sequence>
         <element name="IncludedCodelist" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CodelistReferenceType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<CodelistReferenceType> includedCodelist
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
agencyID, type
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
version, versionActive, versionFrom, versionTo
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
id, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
annotation
 
Constructor Summary
HierarchicalCodelistWhereType()
           
 
Method Summary
 List<CodelistReferenceType> getIncludedCodelist()
          Gets the value of the includedCodelist property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
getAgencyID, getType, setAgencyID, setType
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
getVersion, getVersionFrom, getVersionTo, isVersionActive, setVersion, setVersionActive, setVersionFrom, setVersionTo
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
getDescription, getName, setDescription, setName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
getID, getURN, setID, setURN
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
getAnnotation, setAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includedCodelist

protected List<CodelistReferenceType> includedCodelist
Constructor Detail

HierarchicalCodelistWhereType

public HierarchicalCodelistWhereType()
Method Detail

getIncludedCodelist

public List<CodelistReferenceType> 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 CodelistReferenceType



Copyright © 2012. All Rights Reserved.