org.sdmx.resources.sdmxml.schemas.v2_1.common
Class GenericDataStructureType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType
org.sdmx.resources.sdmxml.schemas.v2_1.common.DataStructureType
org.sdmx.resources.sdmxml.schemas.v2_1.common.GenericDataStructureType
- Direct Known Subclasses:
- GenericTimeSeriesDataStructureType
public class GenericDataStructureType
- extends DataStructureType
GenericDataStructureType defines the structural information for a generic data set. A reference to the structure, either explicitly or through a dataflow or provision agreement is required as well as the dimension which occurs at the observation level.
Java class for GenericDataStructureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericDataStructureType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureType">
<sequence>
<choice>
<element name="ProvisionAgrement" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ProvisionAgreementReferenceType"/>
<element name="StructureUsage" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataflowReferenceType"/>
<element name="Structure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureReferenceType"/>
</choice>
</sequence>
<attribute name="dimensionAtObservation" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObservationDimensionType" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType |
getDimensionAtObservation, getNamespace, getProvisionAgrement, getSchemaURL, getServiceURL, getStructure, getStructureID, getStructureURL, getStructureUsage, isExplicitMeasures, setDimensionAtObservation, setExplicitMeasures, setNamespace, setProvisionAgrement, setSchemaURL, setServiceURL, setStructure, setStructureID, setStructureURL, setStructureUsage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericDataStructureType
public GenericDataStructureType()
Copyright © 2012. All Rights Reserved.