org.sdmx.resources.sdmxml.schemas.v2_0.structure
Class CategoryIDType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.structure.CategoryIDType

public class CategoryIDType
extends Object

CategoryIDType describes a structure which can provide a path inside a hierarchical category scheme. Each node (category) of the referenced scheme is represented by a CategoryID element, with sub-categories represented by the child CategoryID element. Each CategoryID element must be given a node identifier in the ID field, which corresponds to the ID of the category. It is not necessary to represent the full category path with the nesting structure if each node within the hierarchical category scheme has a unique id.

Java class for CategoryIDType complex type.

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

 <complexType name="CategoryIDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
         <element name="CategoryVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CategoryID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}CategoryIDType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CategoryIDType categoryID
           
protected  String categoryVersion
           
protected  String id
           
 
Constructor Summary
CategoryIDType()
           
 
Method Summary
 CategoryIDType getCategoryID()
          Gets the value of the categoryID property.
 String getCategoryVersion()
          Gets the value of the categoryVersion property.
 String getID()
          Gets the value of the id property.
 void setCategoryID(CategoryIDType value)
          Sets the value of the categoryID property.
 void setCategoryVersion(String value)
          Sets the value of the categoryVersion property.
 void setID(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

categoryVersion

protected String categoryVersion

categoryID

protected CategoryIDType categoryID
Constructor Detail

CategoryIDType

public CategoryIDType()
Method Detail

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

getCategoryVersion

public String getCategoryVersion()
Gets the value of the categoryVersion property.

Returns:
possible object is String

setCategoryVersion

public void setCategoryVersion(String value)
Sets the value of the categoryVersion property.

Parameters:
value - allowed object is String

getCategoryID

public CategoryIDType getCategoryID()
Gets the value of the categoryID property.

Returns:
possible object is CategoryIDType

setCategoryID

public void setCategoryID(CategoryIDType value)
Sets the value of the categoryID property.

Parameters:
value - allowed object is CategoryIDType


Copyright © 2012. All Rights Reserved.