org.sdmx.resources.sdmxml.schemas.v2_1.query
Class MeasureDimensionWhereType
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.ComponentWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MeasureDimensionWhereBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MeasureDimensionWhereType
public class MeasureDimensionWhereType
- extends MeasureDimensionWhereBaseType
MeasureDimensionWhereType describes the structure of a measure dimension query. A measure dimension can be queried based on its identification, the concept from which it takes its semantic, the role it plays, and the concept scheme which defines its measure concepts. This is an implicit set of "and" parameters, that is the conditions within this must all be met in order to return a match.
Java class for MeasureDimensionWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasureDimensionWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MeasureDimensionWhereBaseType">
<sequence>
<element name="Role" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ConceptReferenceType" 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 |
role
protected List<ConceptReferenceType> role
MeasureDimensionWhereType
public MeasureDimensionWhereType()
getRole
public List<ConceptReferenceType> getRole()
- Gets the value of the role 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 role property.
For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
ConceptReferenceType
Copyright © 2012. All Rights Reserved.