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

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

public class CategoryType
extends Object

The Category element allows for a search to be made on the values within a specific category, which is specified (in agency-qualified form) with the name attribute. If there is no element content, then the search is for the named Category; if the name is not supplied, then the category value supplied as content should be sought-for in all available categories.

Java class for CategoryType complex type.

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

 <complexType name="CategoryType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="ID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
       <attribute name="agencyID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
       <attribute name="CategoryScheme" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


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

value

protected String value

id

protected String id

agencyID

protected String agencyID

categoryScheme

protected String categoryScheme

version

protected String version
Constructor Detail

CategoryType

public CategoryType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

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

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

getCategoryScheme

public String getCategoryScheme()
Gets the value of the categoryScheme property.

Returns:
possible object is String

setCategoryScheme

public void setCategoryScheme(String value)
Sets the value of the categoryScheme 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.