org.sdmx.resources.sdmxml.schemas.v2_1.common
Class LocalLevelReferenceType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalLevelReferenceType
public LocalLevelReferenceType()
Copyright © 2012. All Rights Reserved.