org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
Class ComponentValueType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
      extended by 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>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
id, value
 
Constructor Summary
ComponentValueType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentValueType

public ComponentValueType()


Copyright © 2012. All Rights Reserved.