org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class IncludedCodelistReferenceType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
org.sdmx.resources.sdmxml.schemas.v2_1.common.MaintainableReferenceBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.common.ItemSchemeReferenceBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.common.CodelistReferenceType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alias
protected String alias
IncludedCodelistReferenceType
public IncludedCodelistReferenceType()
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.