org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
Class ComponentValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.ComponentValueType
public class ComponentValueType
- extends BaseValueType
ComponentValueType is a derivation of the BaseValueType which requires that the component reference be provided. This is used when the identification of the component cannot be inferred from another context.
Java class for ComponentValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentValueType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}BaseValueType">
<attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NCNameIDType" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType |
id, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentValueType
public ComponentValueType()
Copyright © 2012. All Rights Reserved.