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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
Direct Known Subclasses:
ComponentValueType, ObsValueType, TimeValueType

public class BaseValueType
extends Object

BaseValueType is a general structure which contains a reference to a data structure definition component and a value for that component. In this structure the reference to the component is optional to allow for usages where the actual reference might be provided in another context.

Java class for BaseValueType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BaseValueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NCNameIDType" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  String value
           
 
Constructor Summary
BaseValueType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getValue()
          Gets the value of the value property.
 void setId(String value)
          Sets the value of the id property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

value

protected String value
Constructor Detail

BaseValueType

public BaseValueType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.