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

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.ComponentWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MetadataAttributeWhereBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MetadataAttributeWhereType

public class MetadataAttributeWhereType
extends MetadataAttributeWhereBaseType

MetadataAttributeWhereType describes the parameters for a metadata attribute. A metadata attribute can be queried based on its identification, the concept from which it takes its semantic, and an item scheme it uses as its representation. Nested metadata attributes allow for the querying of metadata attributes explicitly at nested level, although a top level metadata attribute query will be processed by querying metadata attributes at any level. This is an implicit set of "and" parameters, that is the conditions within this must all be met in order to return a match.

Java class for MetadataAttributeWhereType complex type.

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

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


Field Summary
protected  List<MetadataAttributeWhereType> metadataAttributeWhere
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ComponentWhereType
conceptIdentity, enumeration
 
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
MetadataAttributeWhereType()
           
 
Method Summary
 List<MetadataAttributeWhereType> getMetadataAttributeWhere()
          Gets the value of the metadataAttributeWhere property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ComponentWhereType
getConceptIdentity, getEnumeration, setConceptIdentity, setEnumeration
 
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

metadataAttributeWhere

protected List<MetadataAttributeWhereType> metadataAttributeWhere
Constructor Detail

MetadataAttributeWhereType

public MetadataAttributeWhereType()
Method Detail

getMetadataAttributeWhere

public List<MetadataAttributeWhereType> getMetadataAttributeWhere()
Gets the value of the metadataAttributeWhere 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 metadataAttributeWhere property.

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

    getMetadataAttributeWhere().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.