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

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

public class MetadataTargetWhereType
extends ComponentListWhereType

MetadataTargetWhereType describes the structure that is used to query for metadata structure definitions containing a metadata target meeting the conditions detailed. Conditions include the identification and the details of the target objects which make up the metadata target.

Java class for MetadataTargetWhereType complex type.

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

 <complexType name="MetadataTargetWhereType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentListWhereType">
       <sequence>
         <sequence>
           <element name="Annotation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AnnotationWhereType" minOccurs="0"/>
           <element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryIDType" minOccurs="0"/>
           <sequence maxOccurs="unbounded" minOccurs="0">
             <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}TargetObjectWhere"/>
           </sequence>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ComponentListWhereType
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
MetadataTargetWhereType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ComponentListWhereType
getComponentWhere
 
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
 

Constructor Detail

MetadataTargetWhereType

public MetadataTargetWhereType()


Copyright © 2012. All Rights Reserved.