|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.generic.ValueType
public class ValueType
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 |
|---|
protected String concept
protected String value
protected XMLGregorianCalendar startTime
| Constructor Detail |
|---|
public ValueType()
| Method Detail |
|---|
public String getConcept()
Stringpublic void setConcept(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||