org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class DataKeySetType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.KeySetType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.DataKeySetType
public class DataKeySetType
- extends KeySetType
DataKeySetType defines a collection of full or partial data keys (dimension values).
Java class for DataKeySetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataKeySetType">
<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}DataKeyType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataKeySetType
public DataKeySetType()
Copyright © 2012. All Rights Reserved.