|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.structure.CategoryIDType
public class CategoryIDType
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 |
|---|
protected String id
protected String categoryVersion
protected CategoryIDType categoryID
| Constructor Detail |
|---|
public CategoryIDType()
| Method Detail |
|---|
public String getID()
Stringpublic void setID(String value)
value - allowed object is
Stringpublic String getCategoryVersion()
Stringpublic void setCategoryVersion(String value)
value - allowed object is
Stringpublic CategoryIDType getCategoryID()
CategoryIDTypepublic void setCategoryID(CategoryIDType value)
value - allowed object is
CategoryIDType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||