org.sdmx.resources.sdmxml.schemas.v2_0.generic
Class ValueType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.generic.ValueType

public class ValueType
extends Object

ValueType is used to assign a single value to a concept, as for attribute values and key values. It has no element content. The startTime attribute is only used if the textFormat of the attribute is of the Timespan type in the key family (in which case the value field takes a duration).

Java class for ValueType complex type.

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

 <complexType name="ValueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="concept" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String concept
           
protected  XMLGregorianCalendar startTime
           
protected  String value
           
 
Constructor Summary
ValueType()
           
 
Method Summary
 String getConcept()
          Gets the value of the concept property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 String getValue()
          Gets the value of the value property.
 void setConcept(String value)
          Sets the value of the concept property.
 void setStartTime(XMLGregorianCalendar value)
          Sets the value of the startTime 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

concept

protected String concept

value

protected String value

startTime

protected XMLGregorianCalendar startTime
Constructor Detail

ValueType

public ValueType()
Method Detail

getConcept

public String getConcept()
Gets the value of the concept property.

Returns:
possible object is String

setConcept

public void setConcept(String value)
Sets the value of the concept 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

getStartTime

public XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012. All Rights Reserved.