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

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

public class MetadataflowWhereType
extends Object

The MetadataflowWhereType element represents a query for a metadataflow or metadataflows. Like other maintainable objects, it must be queried for using information about its agency, ID, and/or version. Any field not supplied will be taken as matching all of that type.

Java class for MetadataflowWhereType complex type.

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

 <complexType name="MetadataflowWhereType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AgencyID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String agencyID
           
protected  String id
           
protected  String version
           
 
Constructor Summary
MetadataflowWhereType()
           
 
Method Summary
 String getAgencyID()
          Gets the value of the agencyID property.
 String getID()
          Gets the value of the id property.
 String getVersion()
          Gets the value of the version property.
 void setAgencyID(String value)
          Sets the value of the agencyID property.
 void setID(String value)
          Sets the value of the id 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

agencyID

protected String agencyID

id

protected String id

version

protected String version
Constructor Detail

MetadataflowWhereType

public MetadataflowWhereType()
Method Detail

getAgencyID

public String getAgencyID()
Gets the value of the agencyID property.

Returns:
possible object is String

setAgencyID

public void setAgencyID(String value)
Sets the value of the agencyID property.

Parameters:
value - allowed object is String

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id 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


Copyright © 2012. All Rights Reserved.