org.sdmx.resources.sdmxml.schemas.v2_1.common
Class DinstinctKeyValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
org.sdmx.resources.sdmxml.schemas.v2_1.common.DinstinctKeyValueType
- Direct Known Subclasses:
- DataKeyValueType, MetadataKeyValueType
public abstract class DinstinctKeyValueType
- extends ComponentValueSetType
DinstinctKeyValueType is an abstract base type which defines a singular, required value for a key component.
Java class for DinstinctKeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DinstinctKeyValueType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ComponentValueSetType">
<choice>
<element name="Value" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleKeyValueType"/>
<element name="DataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetReferenceType"/>
<element name="DataKey" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataKeyType"/>
<element name="Object" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectReferenceType"/>
</choice>
<attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SingleNCNameIDType" />
<attribute name="include" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DinstinctKeyValueType
public DinstinctKeyValueType()
Copyright © 2012. All Rights Reserved.