org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class HierarchicalCodelistRefType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.registry.HierarchicalCodelistRefType

public class HierarchicalCodelistRefType
extends Object

HierarchicalCodelistRef allows for references to specific hierarchical codelists. At a minimum, either the URN - which contains a valid Registry/Repository URN - or the rest of the child elements must be supplied. When used in a response document of any type, the URN must always be provided.

Java class for HierarchicalCodelistRefType complex type.

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

 <complexType name="HierarchicalCodelistRefType">
   <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="AgencyID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
         <element name="HierarchicalCodelistID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String agencyID
           
protected  String hierarchicalCodelistID
           
protected  String urn
           
protected  String version
           
 
Constructor Summary
HierarchicalCodelistRefType()
           
 
Method Summary
 String getAgencyID()
          Gets the value of the agencyID property.
 String getHierarchicalCodelistID()
          Gets the value of the hierarchicalCodelistID property.
 String getURN()
          Gets the value of the urn property.
 String getVersion()
          Gets the value of the version property.
 void setAgencyID(String value)
          Sets the value of the agencyID property.
 void setHierarchicalCodelistID(String value)
          Sets the value of the hierarchicalCodelistID property.
 void setURN(String value)
          Sets the value of the urn 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

urn

protected String urn

agencyID

protected String agencyID

hierarchicalCodelistID

protected String hierarchicalCodelistID

version

protected String version
Constructor Detail

HierarchicalCodelistRefType

public HierarchicalCodelistRefType()
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

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

getHierarchicalCodelistID

public String getHierarchicalCodelistID()
Gets the value of the hierarchicalCodelistID property.

Returns:
possible object is String

setHierarchicalCodelistID

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