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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataParametersType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataParametersAndType

public class DataParametersAndType
extends DataParametersType

DataParametersAndType refines the base data parameters to define a set of parameters joined by an "and" conditions. All of the parameters supplied in an instance of this type must be satisfied to result in a match. As a result of this condition, the maximum occurrence of some parameters has been reduced so as to not allow for impossible conditions to be specified (for example data cannot be matched is it is specified that the data set identifier should be "xyz" and the data identifier should be "abc".

Java class for DataParametersAndType complex type.

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

 <complexType name="DataParametersAndType">
   <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" minOccurs="0"/>
         <element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType" minOccurs="0"/>
         <element name="DataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureReferenceType" minOccurs="0"/>
         <element name="Dataflow" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataflowReferenceType" minOccurs="0"/>
         <element name="ProvisionAgreement" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ProvisionAgreementReferenceType" 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" 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" 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" minOccurs="0"/>
         <element name="Or" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataParametersOrType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
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
 
Constructor Summary
DataParametersAndType()
           
 
Method Summary
 
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
 

Constructor Detail

DataParametersAndType

public DataParametersAndType()


Copyright © 2012. All Rights Reserved.