org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class LevelType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.LevelBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.LevelType
public class LevelType
- extends LevelBaseType
LevelType describes a level in a hierarchical codelist. Where level is defined as a group where codes can be characterised by homogeneous coding, and where the parent of each code in the group is at the same higher level of the hierarchy.
Java class for LevelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LevelType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}LevelBaseType">
<sequence>
<element name="CodingFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}CodingTextFormatType" minOccurs="0"/>
<element name="Level" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}LevelType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codingFormat
protected CodingTextFormatType codingFormat
level
protected LevelType level
LevelType
public LevelType()
getCodingFormat
public CodingTextFormatType getCodingFormat()
- Gets the value of the codingFormat property.
- Returns:
- possible object is
CodingTextFormatType
setCodingFormat
public void setCodingFormat(CodingTextFormatType value)
- Sets the value of the codingFormat property.
- Parameters:
value - allowed object is
CodingTextFormatType
getLevel
public LevelType getLevel()
- Gets the value of the level property.
- Returns:
- possible object is
LevelType
setLevel
public void setLevel(LevelType value)
- Sets the value of the level property.
- Parameters:
value - allowed object is
LevelType
Copyright © 2012. All Rights Reserved.