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

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

public class CategoryRefType
extends Object

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

urn

protected String urn

categorySchemeID

protected String categorySchemeID

categorySchemeAgencyID

protected String categorySchemeAgencyID

categorySchemeVersion

protected String categorySchemeVersion

categoryID

protected CategoryIDType categoryID
Constructor Detail

CategoryRefType

public CategoryRefType()
Method Detail

getURN

public String getURN()
Gets the value of the urn property.

Returns:
possible object is String

setURN

public void setURN(String value)
Sets the value of the urn property.

Parameters:
value - allowed object is String

getCategorySchemeID

public String getCategorySchemeID()
Gets the value of the categorySchemeID property.

Returns:
possible object is String

setCategorySchemeID

public void setCategorySchemeID(String value)
Sets the value of the categorySchemeID property.

Parameters:
value - allowed object is String

getCategorySchemeAgencyID

public String getCategorySchemeAgencyID()
Gets the value of the categorySchemeAgencyID property.

Returns:
possible object is String

setCategorySchemeAgencyID

public void setCategorySchemeAgencyID(String value)
Sets the value of the categorySchemeAgencyID property.

Parameters:
value - allowed object is String

getCategorySchemeVersion

public String getCategorySchemeVersion()
Gets the value of the categorySchemeVersion property.

Returns:
possible object is String

setCategorySchemeVersion

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