org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class IncludedCodelistReferenceType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.MaintainableReferenceBaseType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ItemSchemeReferenceBaseType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.CodelistReferenceType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IncludedCodelistReferenceType

public class IncludedCodelistReferenceType
extends CodelistReferenceType

IncludedCodelistReferenceType provides the structure for a referencing a codelist and optionally providing a local alias identification for this reference.

Java class for IncludedCodelistReferenceType complex type.

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

 <complexType name="IncludedCodelistReferenceType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CodelistReferenceType">
       <attribute name="alias" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String alias
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
content
 
Constructor Summary
IncludedCodelistReferenceType()
           
 
Method Summary
 String getAlias()
          Gets the value of the alias property.
 void setAlias(String value)
          Sets the value of the alias property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

protected String alias
Constructor Detail

IncludedCodelistReferenceType

public IncludedCodelistReferenceType()
Method Detail

getAlias

public String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.