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

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.ComponentListWhereType
Direct Known Subclasses:
GroupWhereBaseType, MetadataTargetWhereType, ReportStructureWhereType

public abstract class ComponentListWhereType
extends IdentifiableWhereType

ComponentListWhereType is an abstract base type that serves as the basis for a query for a component list within a structure query. A list of component where children are provided to query for the list's child components. The conditions within a component list query are implied to be in an and-query. If an id and a child component where condition are supplied, then both conditions will have to met in order for the component list query to return true. If, for instance, a query based on names in multiple languages is required, then multiple instances of the element utilizing this type should be used within an or-query container.

Java class for ComponentListWhereType complex type.

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

 <complexType name="ComponentListWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}IdentifiableWhereType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentWhere"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends ComponentWhereType>> componentWhere
           
 
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
ComponentListWhereType()
           
 
Method Summary
 List<JAXBElement<? extends ComponentWhereType>> getComponentWhere()
          Gets the value of the componentWhere property.
 
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

componentWhere

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

ComponentListWhereType

public ComponentListWhereType()
Method Detail

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.