org.sdmx.resources.sdmxml.schemas.v2_1.common
Class MetadataKeyValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
org.sdmx.resources.sdmxml.schemas.v2_1.common.DinstinctKeyValueType
org.sdmx.resources.sdmxml.schemas.v2_1.common.MetadataKeyValueType
public class MetadataKeyValueType
- extends DinstinctKeyValueType
MetadataKeyValueType is a type for providing a target object value for the purpose of defining a distinct metadata key. Only a single value can be provided for the target object.
Java class for MetadataKeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataKeyValueType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DinstinctKeyValueType">
<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" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataKeyValueType
public MetadataKeyValueType()
Copyright © 2012. All Rights Reserved.