org.sdmx.resources.sdmxml.schemas.v2_1.query
Class HierarchicalCodelistWhereType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.HierarchicalCodelistWhereBaseType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
includedCodelist
protected List<CodelistReferenceType> includedCodelist
HierarchicalCodelistWhereType
public HierarchicalCodelistWhereType()
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.