org.sdmx.resources.sdmxml.schemas.v2_1.common
Class LocalLevelReferenceType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.LocalLevelReferenceType

public class LocalLevelReferenceType
extends ReferenceType

LocalLevelReferenceType is a type for referencing a level object where the reference to the hierarchical codelist and the hierarchy in which it is defined is provided in another context (e.g. is inferred from the hierarchy in which the reference is defined).

Java class for LocalLevelReferenceType complex type.

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

 <complexType name="LocalLevelReferenceType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ReferenceType">
       <sequence>
         <element name="Ref" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalLevelRefType" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
content
 
Constructor Summary
LocalLevelReferenceType()
           
 
Method Summary
 
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
 

Constructor Detail

LocalLevelReferenceType

public LocalLevelReferenceType()


Copyright © 2012. All Rights Reserved.