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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.LevelBaseType
                  extended by 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>
 


Field Summary
protected  CodingTextFormatType codingFormat
           
protected  LevelType level
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
LevelType()
           
 
Method Summary
 CodingTextFormatType getCodingFormat()
          Gets the value of the codingFormat property.
 LevelType getLevel()
          Gets the value of the level property.
 void setCodingFormat(CodingTextFormatType value)
          Sets the value of the codingFormat property.
 void setLevel(LevelType value)
          Sets the value of the level property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
getDescription, getName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codingFormat

protected CodingTextFormatType codingFormat

level

protected LevelType level
Constructor Detail

LevelType

public LevelType()
Method Detail

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.