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

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
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MetadataStructureWhereBaseType
                              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MetadataStructureWhereType

public class MetadataStructureWhereType
extends MetadataStructureWhereBaseType

MetadataStructureWhereType defines the parameters of a metadata structure definition query. In addition to querying based on the identification, it is also possible to search for metadata structure definitions based on information about its components.

Java class for MetadataStructureWhereType complex type.

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

 <complexType name="MetadataStructureWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataStructureWhereBaseType">
       <sequence>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataTargetWhere" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}TargetObjectWhere" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ReportStructureWhere" maxOccurs="unbounded" minOccurs="0"/>
         <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
           
protected  List<MetadataTargetWhereType> metadataTargetWhere
           
protected  List<ReportStructureWhereType> reportStructureWhere
           
protected  List<TargetObjectWhereType> targetObjectWhere
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureWhereType
componentListWhere, componentWhere, usedConcept, 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
MetadataStructureWhereType()
           
 
Method Summary
 List<MetadataAttributeWhereType> getMetadataAttributeWhere()
          Gets the value of the metadataAttributeWhere property.
 List<MetadataTargetWhereType> getMetadataTargetWhere()
          Gets the value of the metadataTargetWhere property.
 List<ReportStructureWhereType> getReportStructureWhere()
          Gets the value of the reportStructureWhere property.
 List<TargetObjectWhereType> getTargetObjectWhere()
          Gets the value of the targetObjectWhere property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureWhereType
getComponentListWhere, getComponentWhere, getUsedConcept, getUsedRepresentation
 
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

metadataTargetWhere

protected List<MetadataTargetWhereType> metadataTargetWhere

targetObjectWhere

protected List<TargetObjectWhereType> targetObjectWhere

reportStructureWhere

protected List<ReportStructureWhereType> reportStructureWhere

metadataAttributeWhere

protected List<MetadataAttributeWhereType> metadataAttributeWhere
Constructor Detail

MetadataStructureWhereType

public MetadataStructureWhereType()
Method Detail

getMetadataTargetWhere

public List<MetadataTargetWhereType> getMetadataTargetWhere()
Gets the value of the metadataTargetWhere 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 metadataTargetWhere property.

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

    getMetadataTargetWhere().add(newItem);
 

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


getTargetObjectWhere

public List<TargetObjectWhereType> getTargetObjectWhere()
Gets the value of the targetObjectWhere 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 targetObjectWhere property.

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

    getTargetObjectWhere().add(newItem);
 

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


getReportStructureWhere

public List<ReportStructureWhereType> getReportStructureWhere()
Gets the value of the reportStructureWhere 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 reportStructureWhere property.

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

    getReportStructureWhere().add(newItem);
 

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


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.