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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureWhereType
Direct Known Subclasses:
DataStructureWhereBaseType, MetadataStructureWhereBaseType

public abstract class StructureWhereType
extends MaintainableWhereType

StructureWhereType is an abstract base type that serves as the basis for a query for a structure object.

Java class for StructureWhereType complex type.

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

 <complexType name="StructureWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MaintainableWhereType">
       <sequence>
         <element name="UsedConcept" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ConceptReferenceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="UsedRepresentation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ItemSchemeReferenceBaseType" maxOccurs="unbounded" minOccurs="0"/>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentListWhere"/>
         </sequence>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentWhere"/>
         </sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends ComponentListWhereType>> componentListWhere
           
protected  List<JAXBElement<? extends ComponentWhereType>> componentWhere
           
protected  List<ConceptReferenceType> usedConcept
           
protected  List<ItemSchemeReferenceBaseType> usedRepresentation
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
agencyID, type
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
version, versionActive, versionFrom, versionTo
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
id, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
annotation
 
Constructor Summary
StructureWhereType()
           
 
Method Summary
 List<JAXBElement<? extends ComponentListWhereType>> getComponentListWhere()
          Gets the value of the componentListWhere property.
 List<JAXBElement<? extends ComponentWhereType>> getComponentWhere()
          Gets the value of the componentWhere property.
 List<ConceptReferenceType> getUsedConcept()
          Gets the value of the usedConcept property.
 List<ItemSchemeReferenceBaseType> getUsedRepresentation()
          Gets the value of the usedRepresentation property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
getAgencyID, getType, setAgencyID, setType
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
getVersion, getVersionFrom, getVersionTo, isVersionActive, setVersion, setVersionActive, setVersionFrom, setVersionTo
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
getDescription, getName, setDescription, setName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
getID, getURN, setID, setURN
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
getAnnotation, setAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usedConcept

protected List<ConceptReferenceType> usedConcept

usedRepresentation

protected List<ItemSchemeReferenceBaseType> usedRepresentation

componentListWhere

protected List<JAXBElement<? extends ComponentListWhereType>> componentListWhere

componentWhere

protected List<JAXBElement<? extends ComponentWhereType>> componentWhere
Constructor Detail

StructureWhereType

public StructureWhereType()
Method Detail

getUsedConcept

public List<ConceptReferenceType> getUsedConcept()
Gets the value of the usedConcept 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 usedConcept property.

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

    getUsedConcept().add(newItem);
 

Objects of the following type(s) are allowed in the list ConceptReferenceType


getUsedRepresentation

public List<ItemSchemeReferenceBaseType> getUsedRepresentation()
Gets the value of the usedRepresentation 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 usedRepresentation property.

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

    getUsedRepresentation().add(newItem);
 

Objects of the following type(s) are allowed in the list ItemSchemeReferenceBaseType


getComponentListWhere

public List<JAXBElement<? extends ComponentListWhereType>> getComponentListWhere()
Gets the value of the componentListWhere 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 componentListWhere property.

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

    getComponentListWhere().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ComponentListWhereType> JAXBElement<ReportStructureWhereType> JAXBElement<MetadataTargetWhereType> JAXBElement<GroupWhereType>


getComponentWhere

public List<JAXBElement<? extends ComponentWhereType>> getComponentWhere()
Gets the value of the componentWhere 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 componentWhere property.

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

    getComponentWhere().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ComponentWhereType> JAXBElement<TimeDimensionWhereType> JAXBElement<MetadataAttributeWhereType> JAXBElement<DimensionWhereType> JAXBElement<DimensionWhereType> JAXBElement<MeasureDimensionWhereType> JAXBElement<TargetObjectWhereType> JAXBElement<AttributeWhereType> JAXBElement<PrimaryMeasureWhereType>



Copyright © 2012. All Rights Reserved.