org.sdmx.resources.sdmxml.schemas.v2_0.query
Class MetadataWhereType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.query.MetadataWhereType

public class MetadataWhereType
extends Object

The MetadataWhere element representes a query for metadata. It contains all of the clauses in that query, represented by its child elements. Values are the IDs of the referenced object.

Java class for MetadataWhereType complex type.

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

 <complexType name="MetadataWhereType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="MetadataSet" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MetadataStructure" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StructureComponent" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}StructureComponentType"/>
         <element name="Attribute" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}AttributeType"/>
         <element name="Codelist" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}CodelistType"/>
         <element name="Time" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}TimeType"/>
         <element name="Category" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}CategoryType"/>
         <element name="Concept" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DataProvider" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Metadataflow" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Or" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}OrType"/>
         <element name="And" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}AndType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AndType and
           
protected  AttributeType attribute
           
protected  CategoryType category
           
protected  CodelistType codelist
           
protected  String concept
           
protected  String dataProvider
           
protected  String metadataflow
           
protected  String metadataSet
           
protected  String metadataStructure
           
protected  OrType or
           
protected  StructureComponentType structureComponent
           
protected  TimeType time
           
protected  String version
           
 
Constructor Summary
MetadataWhereType()
           
 
Method Summary
 AndType getAnd()
          Gets the value of the and property.
 AttributeType getAttribute()
          Gets the value of the attribute property.
 CategoryType getCategory()
          Gets the value of the category property.
 CodelistType getCodelist()
          Gets the value of the codelist property.
 String getConcept()
          Gets the value of the concept property.
 String getDataProvider()
          Gets the value of the dataProvider property.
 String getMetadataflow()
          Gets the value of the metadataflow property.
 String getMetadataSet()
          Gets the value of the metadataSet property.
 String getMetadataStructure()
          Gets the value of the metadataStructure property.
 OrType getOr()
          Gets the value of the or property.
 StructureComponentType getStructureComponent()
          Gets the value of the structureComponent property.
 TimeType getTime()
          Gets the value of the time property.
 String getVersion()
          Gets the value of the version property.
 void setAnd(AndType value)
          Sets the value of the and property.
 void setAttribute(AttributeType value)
          Sets the value of the attribute property.
 void setCategory(CategoryType value)
          Sets the value of the category property.
 void setCodelist(CodelistType value)
          Sets the value of the codelist property.
 void setConcept(String value)
          Sets the value of the concept property.
 void setDataProvider(String value)
          Sets the value of the dataProvider property.
 void setMetadataflow(String value)
          Sets the value of the metadataflow property.
 void setMetadataSet(String value)
          Sets the value of the metadataSet property.
 void setMetadataStructure(String value)
          Sets the value of the metadataStructure property.
 void setOr(OrType value)
          Sets the value of the or property.
 void setStructureComponent(StructureComponentType value)
          Sets the value of the structureComponent property.
 void setTime(TimeType value)
          Sets the value of the time property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadataSet

protected String metadataSet

metadataStructure

protected String metadataStructure

structureComponent

protected StructureComponentType structureComponent

attribute

protected AttributeType attribute

codelist

protected CodelistType codelist

time

protected TimeType time

category

protected CategoryType category

concept

protected String concept

dataProvider

protected String dataProvider

metadataflow

protected String metadataflow

version

protected String version

or

protected OrType or

and

protected AndType and
Constructor Detail

MetadataWhereType

public MetadataWhereType()
Method Detail

getMetadataSet

public String getMetadataSet()
Gets the value of the metadataSet property.

Returns:
possible object is String

setMetadataSet

public void setMetadataSet(String value)
Sets the value of the metadataSet property.

Parameters:
value - allowed object is String

getMetadataStructure

public String getMetadataStructure()
Gets the value of the metadataStructure property.

Returns:
possible object is String

setMetadataStructure

public void setMetadataStructure(String value)
Sets the value of the metadataStructure property.

Parameters:
value - allowed object is String

getStructureComponent

public StructureComponentType getStructureComponent()
Gets the value of the structureComponent property.

Returns:
possible object is StructureComponentType

setStructureComponent

public void setStructureComponent(StructureComponentType value)
Sets the value of the structureComponent property.

Parameters:
value - allowed object is StructureComponentType

getAttribute

public AttributeType getAttribute()
Gets the value of the attribute property.

Returns:
possible object is AttributeType

setAttribute

public void setAttribute(AttributeType value)
Sets the value of the attribute property.

Parameters:
value - allowed object is AttributeType

getCodelist

public CodelistType getCodelist()
Gets the value of the codelist property.

Returns:
possible object is CodelistType

setCodelist

public void setCodelist(CodelistType value)
Sets the value of the codelist property.

Parameters:
value - allowed object is CodelistType

getTime

public TimeType getTime()
Gets the value of the time property.

Returns:
possible object is TimeType

setTime

public void setTime(TimeType value)
Sets the value of the time property.

Parameters:
value - allowed object is TimeType

getCategory

public CategoryType getCategory()
Gets the value of the category property.

Returns:
possible object is CategoryType

setCategory

public void setCategory(CategoryType value)
Sets the value of the category property.

Parameters:
value - allowed object is CategoryType

getConcept

public String getConcept()
Gets the value of the concept property.

Returns:
possible object is String

setConcept

public void setConcept(String value)
Sets the value of the concept property.

Parameters:
value - allowed object is String

getDataProvider

public String getDataProvider()
Gets the value of the dataProvider property.

Returns:
possible object is String

setDataProvider

public void setDataProvider(String value)
Sets the value of the dataProvider property.

Parameters:
value - allowed object is String

getMetadataflow

public String getMetadataflow()
Gets the value of the metadataflow property.

Returns:
possible object is String

setMetadataflow

public void setMetadataflow(String value)
Sets the value of the metadataflow property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getOr

public OrType getOr()
Gets the value of the or property.

Returns:
possible object is OrType

setOr

public void setOr(OrType value)
Sets the value of the or property.

Parameters:
value - allowed object is OrType

getAnd

public AndType getAnd()
Gets the value of the and property.

Returns:
possible object is AndType

setAnd

public void setAnd(AndType value)
Sets the value of the and property.

Parameters:
value - allowed object is AndType


Copyright © 2012. All Rights Reserved.