|
||||||||||
| 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.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.ObsType
public class ObsType
ObsType defines the structure of a grouped observation. The observation must be provided a value for the dimension which is declared to be at the observation level for this data set. This dimension value should disambiguate the observation within the series in which it is defined (i.e. there should not be another observation with the same dimension value). The observation can contain an observed value and/or attribute values.
Java class for ObsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObsType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
<sequence>
<element name="ObsDimension" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}BaseValueType"/>
<element name="ObsValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}ObsValueType" minOccurs="0"/>
<element name="Attributes" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}ValuesType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ValuesType |
attributes
|
protected BaseValueType |
obsDimension
|
protected ObsValueType |
obsValue
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
ObsType()
|
|
| Method Summary | |
|---|---|
ValuesType |
getAttributes()
Gets the value of the attributes property. |
BaseValueType |
getObsDimension()
Gets the value of the obsDimension property. |
ObsValueType |
getObsValue()
Gets the value of the obsValue property. |
void |
setAttributes(ValuesType value)
Sets the value of the attributes property. |
void |
setObsDimension(BaseValueType value)
Sets the value of the obsDimension property. |
void |
setObsValue(ObsValueType value)
Sets the value of the obsValue property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
getAnnotations, setAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BaseValueType obsDimension
protected ObsValueType obsValue
protected ValuesType attributes
| Constructor Detail |
|---|
public ObsType()
| Method Detail |
|---|
public BaseValueType getObsDimension()
BaseValueTypepublic void setObsDimension(BaseValueType value)
value - allowed object is
BaseValueTypepublic ObsValueType getObsValue()
ObsValueTypepublic void setObsValue(ObsValueType value)
value - allowed object is
ObsValueTypepublic ValuesType getAttributes()
ValuesTypepublic void setAttributes(ValuesType value)
value - allowed object is
ValuesType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||