org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class MetadataKeySetType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.KeySetType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MetadataKeySetType
public class MetadataKeySetType
- extends KeySetType
MetadataKeySetType defines a collection of metadata keys (identifier component values).
Java class for MetadataKeySetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataKeySetType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}KeySetType">
<sequence>
<element name="Key" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataKeyType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataKeySetType
public MetadataKeySetType()
Copyright © 2012. All Rights Reserved.