|
||||||||||
| 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.CategoryRefType
public class CategoryRefType
CategoryRefType provides a reference to a category. At a minimum, either a value for CategorySchemeAgencyID, CategorySchemeID, and CategoryID must be provided, or a valid SDMX Registry URN must be provided in the URN element (see SDMX Registry Specification).
Java class for CategoryRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URN" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="CategorySchemeID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
<element name="CategorySchemeAgencyID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
<element name="CategorySchemeVersion" 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 |
categorySchemeAgencyID
|
protected String |
categorySchemeID
|
protected String |
categorySchemeVersion
|
protected String |
urn
|
| Constructor Summary | |
|---|---|
CategoryRefType()
|
|
| Method Summary | |
|---|---|
CategoryIDType |
getCategoryID()
Gets the value of the categoryID property. |
String |
getCategorySchemeAgencyID()
Gets the value of the categorySchemeAgencyID property. |
String |
getCategorySchemeID()
Gets the value of the categorySchemeID property. |
String |
getCategorySchemeVersion()
Gets the value of the categorySchemeVersion property. |
String |
getURN()
Gets the value of the urn property. |
void |
setCategoryID(CategoryIDType value)
Sets the value of the categoryID property. |
void |
setCategorySchemeAgencyID(String value)
Sets the value of the categorySchemeAgencyID property. |
void |
setCategorySchemeID(String value)
Sets the value of the categorySchemeID property. |
void |
setCategorySchemeVersion(String value)
Sets the value of the categorySchemeVersion property. |
void |
setURN(String value)
Sets the value of the urn property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String urn
protected String categorySchemeID
protected String categorySchemeAgencyID
protected String categorySchemeVersion
protected CategoryIDType categoryID
| Constructor Detail |
|---|
public CategoryRefType()
| Method Detail |
|---|
public String getURN()
Stringpublic void setURN(String value)
value - allowed object is
Stringpublic String getCategorySchemeID()
Stringpublic void setCategorySchemeID(String value)
value - allowed object is
Stringpublic String getCategorySchemeAgencyID()
Stringpublic void setCategorySchemeAgencyID(String value)
value - allowed object is
Stringpublic String getCategorySchemeVersion()
Stringpublic void setCategorySchemeVersion(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 | |||||||||