|
||||||||||
| 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.ObsOnlyType
public class ObsOnlyType
ObsOnlyType defines the structure for an un-grouped observation. Unlike a group observation, an un-grouped must provided a full set of values for every dimension declared in the data structure definition. The observation can contain an observed value and/or a collection of attribute values.
Java class for ObsOnlyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObsOnlyType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
<sequence>
<element name="ObsKey" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}ValuesType"/>
<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 ValuesType |
obsKey
|
protected ObsValueType |
obsValue
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
ObsOnlyType()
|
|
| Method Summary | |
|---|---|
ValuesType |
getAttributes()
Gets the value of the attributes property. |
ValuesType |
getObsKey()
Gets the value of the obsKey property. |
ObsValueType |
getObsValue()
Gets the value of the obsValue property. |
void |
setAttributes(ValuesType value)
Sets the value of the attributes property. |
void |
setObsKey(ValuesType value)
Sets the value of the obsKey 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 ValuesType obsKey
protected ObsValueType obsValue
protected ValuesType attributes
| Constructor Detail |
|---|
public ObsOnlyType()
| Method Detail |
|---|
public ValuesType getObsKey()
ValuesTypepublic void setObsKey(ValuesType value)
value - allowed object is
ValuesTypepublic 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 | |||||||||