org.sdmx.resources.sdmxml.schemas.v2_1.query
Class DataParametersOrType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataParametersType
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataParametersOrType
public class DataParametersOrType
- extends DataParametersType
DataParametersOrType refines the base data parameters to define a set of parameters joined by an "or" condition. Only one of the parameters supplied in an instance of this type can be satisfied to result in a match.
Java class for DataParametersOrType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataParametersOrType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataParametersType">
<sequence>
<element name="DataSetID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryIDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Dataflow" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataflowReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ProvisionAgreement" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ProvisionAgreementReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Category" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CategoryReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Updated" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeRangeValueType" maxOccurs="2" minOccurs="0"/>
<element name="ConceptValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ConceptValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RepresentationValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}CodeValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DimensionValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DimensionValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TimeDimensionValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}TimeDimensionValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AttributeValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AttributeValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PrimaryMeasureValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}PrimaryMeasureValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AttachmentConstraint" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AttachmentConstraintReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TimeFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeDataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="And" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataParametersAndType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.DataParametersType |
and, attachmentConstraint, attributeValue, category, conceptValue, dataflow, dataProvider, dataSetID, dataStructure, dimensionValue, or, primaryMeasureValue, provisionAgreement, representationValue, timeDimensionValue, timeFormat, updated |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.DataParametersType |
getAnd, getAttachmentConstraint, getAttributeValue, getCategory, getConceptValue, getDataflow, getDataProvider, getDataSetID, getDataStructure, getDimensionValue, getOr, getPrimaryMeasureValue, getProvisionAgreement, getRepresentationValue, getTimeDimensionValue, getTimeFormat, getUpdated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataParametersOrType
public DataParametersOrType()
Copyright © 2012. All Rights Reserved.