|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
public abstract class ComponentValueSetType
ComponentValueSetType is an abstract base type which is used to provide a set of value for a referenced component. Implementations of this type will be based on a particular component type and refine the allowed values to reflect the types of values that are possible for that type of component.
Java class for ComponentValueSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentValueSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="Value" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleValueType" maxOccurs="unbounded"/>
<element name="DataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetReferenceType" maxOccurs="unbounded"/>
<element name="DataKey" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataKeyType" maxOccurs="unbounded"/>
<element name="Object" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectReferenceType" maxOccurs="unbounded"/>
<element name="TimeRange" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeRangeValueType"/>
</choice>
<attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NestedNCNameIDType" />
<attribute name="include" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<DataKeyType> |
dataKey
|
protected List<SetReferenceType> |
dataSet
|
protected String |
id
|
protected Boolean |
include
|
protected List<ObjectReferenceType> |
object
|
protected TimeRangeValueType |
timeRange
|
protected List<SimpleValueType> |
value
|
| Constructor Summary | |
|---|---|
ComponentValueSetType()
|
|
| Method Summary | |
|---|---|
List<DataKeyType> |
getDataKey()
Gets the value of the dataKey property. |
List<SetReferenceType> |
getDataSet()
Gets the value of the dataSet property. |
String |
getId()
Gets the value of the id property. |
List<ObjectReferenceType> |
getObject()
Gets the value of the object property. |
TimeRangeValueType |
getTimeRange()
Gets the value of the timeRange property. |
List<SimpleValueType> |
getValue()
Gets the value of the value property. |
boolean |
isInclude()
Gets the value of the include property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInclude(Boolean value)
Sets the value of the include property. |
void |
setTimeRange(TimeRangeValueType value)
Sets the value of the timeRange property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<SimpleValueType> value
protected List<SetReferenceType> dataSet
protected List<DataKeyType> dataKey
protected List<ObjectReferenceType> object
protected TimeRangeValueType timeRange
protected String id
protected Boolean include
| Constructor Detail |
|---|
public ComponentValueSetType()
| Method Detail |
|---|
public List<SimpleValueType> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleValueType
public List<SetReferenceType> getDataSet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dataSet property.
For example, to add a new item, do as follows:
getDataSet().add(newItem);
Objects of the following type(s) are allowed in the list
SetReferenceType
public List<DataKeyType> getDataKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dataKey property.
For example, to add a new item, do as follows:
getDataKey().add(newItem);
Objects of the following type(s) are allowed in the list
DataKeyType
public List<ObjectReferenceType> getObject()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the object property.
For example, to add a new item, do as follows:
getObject().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectReferenceType
public TimeRangeValueType getTimeRange()
TimeRangeValueTypepublic void setTimeRange(TimeRangeValueType value)
value - allowed object is
TimeRangeValueTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isInclude()
Booleanpublic void setInclude(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||