|
||||||||||
| 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.structure.CrossSectionalMeasureType
public class CrossSectionalMeasureType
CrossSectionalMeasureType describes the observation values for multiple-measure cross-sectional data formats. For non-cross sectional key families, it is not necesary to specify any cross-sectional measures.The concept attribute points to the unique concept represented by the measure. The measureDimension attribute contains the concept name of the measure dimension. The code attribute contains the value of its corresponding code in the codelist used to represent the measure dimension. A CrossSectionalMeasure must be declared for each code in the codelist used to represent the measure dimension - these will replace the primary measure for multiple-measure cross-sectional data formats.The TextFormat element allows description of the contents of the observation value. The codelist attribute references a codelist if the observation value is coded. If this attribute is used, then codelistAgencyID must contain the ID of the maintenance agency of the referenced codelist. The codelistVersion attribute may be specified - if not, then the version of the referenced codelist is assumed to be "1.0".
Java class for CrossSectionalMeasureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CrossSectionalMeasureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TextFormat" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}TextFormatType" minOccurs="0"/>
<element name="Annotations" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}AnnotationsType" minOccurs="0"/>
</sequence>
<attribute name="conceptRef" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="conceptVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="conceptAgency" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="conceptSchemeRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="conceptSchemeAgency" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="codelist" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="codelistVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="codelistAgency" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="measureDimension" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="code" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AnnotationsType |
annotations
|
protected String |
code
|
protected String |
codelist
|
protected String |
codelistAgency
|
protected String |
codelistVersion
|
protected String |
conceptAgency
|
protected String |
conceptRef
|
protected String |
conceptSchemeAgency
|
protected String |
conceptSchemeRef
|
protected String |
conceptVersion
|
protected String |
measureDimension
|
protected TextFormatType |
textFormat
|
| Constructor Summary | |
|---|---|
CrossSectionalMeasureType()
|
|
| Method Summary | |
|---|---|
AnnotationsType |
getAnnotations()
Gets the value of the annotations property. |
String |
getCode()
Gets the value of the code property. |
String |
getCodelist()
Gets the value of the codelist property. |
String |
getCodelistAgency()
Gets the value of the codelistAgency property. |
String |
getCodelistVersion()
Gets the value of the codelistVersion property. |
String |
getConceptAgency()
Gets the value of the conceptAgency property. |
String |
getConceptRef()
Gets the value of the conceptRef property. |
String |
getConceptSchemeAgency()
Gets the value of the conceptSchemeAgency property. |
String |
getConceptSchemeRef()
Gets the value of the conceptSchemeRef property. |
String |
getConceptVersion()
Gets the value of the conceptVersion property. |
String |
getMeasureDimension()
Gets the value of the measureDimension property. |
TextFormatType |
getTextFormat()
Gets the value of the textFormat property. |
void |
setAnnotations(AnnotationsType value)
Sets the value of the annotations property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setCodelist(String value)
Sets the value of the codelist property. |
void |
setCodelistAgency(String value)
Sets the value of the codelistAgency property. |
void |
setCodelistVersion(String value)
Sets the value of the codelistVersion property. |
void |
setConceptAgency(String value)
Sets the value of the conceptAgency property. |
void |
setConceptRef(String value)
Sets the value of the conceptRef property. |
void |
setConceptSchemeAgency(String value)
Sets the value of the conceptSchemeAgency property. |
void |
setConceptSchemeRef(String value)
Sets the value of the conceptSchemeRef property. |
void |
setConceptVersion(String value)
Sets the value of the conceptVersion property. |
void |
setMeasureDimension(String value)
Sets the value of the measureDimension property. |
void |
setTextFormat(TextFormatType value)
Sets the value of the textFormat property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TextFormatType textFormat
protected AnnotationsType annotations
protected String conceptRef
protected String conceptVersion
protected String conceptAgency
protected String conceptSchemeRef
protected String conceptSchemeAgency
protected String codelist
protected String codelistVersion
protected String codelistAgency
protected String measureDimension
protected String code
| Constructor Detail |
|---|
public CrossSectionalMeasureType()
| Method Detail |
|---|
public TextFormatType getTextFormat()
TextFormatTypepublic void setTextFormat(TextFormatType value)
value - allowed object is
TextFormatTypepublic AnnotationsType getAnnotations()
AnnotationsTypepublic void setAnnotations(AnnotationsType value)
value - allowed object is
AnnotationsTypepublic String getConceptRef()
Stringpublic void setConceptRef(String value)
value - allowed object is
Stringpublic String getConceptVersion()
Stringpublic void setConceptVersion(String value)
value - allowed object is
Stringpublic String getConceptAgency()
Stringpublic void setConceptAgency(String value)
value - allowed object is
Stringpublic String getConceptSchemeRef()
Stringpublic void setConceptSchemeRef(String value)
value - allowed object is
Stringpublic String getConceptSchemeAgency()
Stringpublic void setConceptSchemeAgency(String value)
value - allowed object is
Stringpublic String getCodelist()
Stringpublic void setCodelist(String value)
value - allowed object is
Stringpublic String getCodelistVersion()
Stringpublic void setCodelistVersion(String value)
value - allowed object is
Stringpublic String getCodelistAgency()
Stringpublic void setCodelistAgency(String value)
value - allowed object is
Stringpublic String getMeasureDimension()
Stringpublic void setMeasureDimension(String value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||