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

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

public class ConstraintAttachmentWhereType
extends Object

ConstraintAttachmentWhereType describes the structure for querying for a constraint based on the objects it is attached to. A constraint attachment query is implicitly an and-query meaning all of the referenced objects must be part of a constraints attachment in order to return a match. It is treated as a condition within its parent query.

Java class for ConstraintAttachmentWhereType complex type.

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

 <complexType name="ConstraintAttachmentWhereType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType"/>
         <element name="Dataflow" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataflowReferenceType"/>
         <element name="DataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureReferenceType"/>
         <element name="Metadataflow" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataflowReferenceType"/>
         <element name="MetadataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataStructureReferenceType"/>
         <element name="ProvisionAgreement" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ProvisionAgreementReferenceType"/>
         <element name="DataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetReferenceType"/>
         <element name="MetadataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetReferenceType"/>
         <element name="DataSourceURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<?>> dataProviderOrDataflowOrDataStructure
           
 
Constructor Summary
ConstraintAttachmentWhereType()
           
 
Method Summary
 List<JAXBElement<?>> getDataProviderOrDataflowOrDataStructure()
          Gets the value of the dataProviderOrDataflowOrDataStructure property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataProviderOrDataflowOrDataStructure

protected List<JAXBElement<?>> dataProviderOrDataflowOrDataStructure
Constructor Detail

ConstraintAttachmentWhereType

public ConstraintAttachmentWhereType()
Method Detail

getDataProviderOrDataflowOrDataStructure

public List<JAXBElement<?>> getDataProviderOrDataflowOrDataStructure()
Gets the value of the dataProviderOrDataflowOrDataStructure 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 dataProviderOrDataflowOrDataStructure property.

For example, to add a new item, do as follows:

    getDataProviderOrDataflowOrDataStructure().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<SetReferenceType> JAXBElement<DataStructureReferenceType> JAXBElement<MetadataflowReferenceType> JAXBElement<SetReferenceType> JAXBElement<ProvisionAgreementReferenceType> JAXBElement<MetadataStructureReferenceType> JAXBElement<DataflowReferenceType> JAXBElement<DataProviderReferenceType>



Copyright © 2012. All Rights Reserved.