org.sdmx.resources.sdmxml.schemas.v2_1.query
Class TimeDimensionWhereType
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.DataStructureComponentWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.TimeDimensionWhereType
public class TimeDimensionWhereType
- extends DataStructureComponentWhereType
TimeDimensionWhereType describes the structure of a time dimension query. The time dimension can be queried based on the concept from which it takes its semantic. 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 TimeDimensionWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeDimensionWhereType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataStructureComponentWhereType">
<sequence>
<element name="Annotation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AnnotationWhereType" minOccurs="0"/>
<element name="ConceptIdentity" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ConceptReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeDimensionWhereType
public TimeDimensionWhereType()
Copyright © 2012. All Rights Reserved.