org.sdmx.resources.sdmxml.schemas.v2_0.structure
Class PrimaryMeasureType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.structure.PrimaryMeasureType

public class PrimaryMeasureType
extends Object

PrimaryMeasureType describes the observation values for all presentations of the data, except those cross-sectional formats which have multiple measures (for which a set of cross-sectional measures are used instead). The concept attribute points to the unique concept represented by the measure. The PrimaryMeasure is conventionally associated with the OBS-VALUE concept. 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 PrimaryMeasureType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PrimaryMeasureType">
   <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" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AnnotationsType annotations
           
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  TextFormatType textFormat
           
 
Constructor Summary
PrimaryMeasureType()
           
 
Method Summary
 AnnotationsType getAnnotations()
          Gets the value of the annotations 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.
 TextFormatType getTextFormat()
          Gets the value of the textFormat property.
 void setAnnotations(AnnotationsType value)
          Sets the value of the annotations 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 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

textFormat

protected TextFormatType textFormat

annotations

protected AnnotationsType annotations

conceptRef

protected String conceptRef

conceptVersion

protected String conceptVersion

conceptAgency

protected String conceptAgency

conceptSchemeRef

protected String conceptSchemeRef

conceptSchemeAgency

protected String conceptSchemeAgency

codelist

protected String codelist

codelistVersion

protected String codelistVersion

codelistAgency

protected String codelistAgency
Constructor Detail

PrimaryMeasureType

public PrimaryMeasureType()
Method Detail

getTextFormat

public TextFormatType getTextFormat()
Gets the value of the textFormat property.

Returns:
possible object is TextFormatType

setTextFormat

public void setTextFormat(TextFormatType value)
Sets the value of the textFormat property.

Parameters:
value - allowed object is TextFormatType

getAnnotations

public AnnotationsType getAnnotations()
Gets the value of the annotations property.

Returns:
possible object is AnnotationsType

setAnnotations

public void setAnnotations(AnnotationsType value)
Sets the value of the annotations property.

Parameters:
value - allowed object is AnnotationsType

getConceptRef

public String getConceptRef()
Gets the value of the conceptRef property.

Returns:
possible object is String

setConceptRef

public void setConceptRef(String value)
Sets the value of the conceptRef property.

Parameters:
value - allowed object is String

getConceptVersion

public String getConceptVersion()
Gets the value of the conceptVersion property.

Returns:
possible object is String

setConceptVersion

public void setConceptVersion(String value)
Sets the value of the conceptVersion property.

Parameters:
value - allowed object is String

getConceptAgency

public String getConceptAgency()
Gets the value of the conceptAgency property.

Returns:
possible object is String

setConceptAgency

public void setConceptAgency(String value)
Sets the value of the conceptAgency property.

Parameters:
value - allowed object is String

getConceptSchemeRef

public String getConceptSchemeRef()
Gets the value of the conceptSchemeRef property.

Returns:
possible object is String

setConceptSchemeRef

public void setConceptSchemeRef(String value)
Sets the value of the conceptSchemeRef property.

Parameters:
value - allowed object is String

getConceptSchemeAgency

public String getConceptSchemeAgency()
Gets the value of the conceptSchemeAgency property.

Returns:
possible object is String

setConceptSchemeAgency

public void setConceptSchemeAgency(String value)
Sets the value of the conceptSchemeAgency property.

Parameters:
value - allowed object is String

getCodelist

public String getCodelist()
Gets the value of the codelist property.

Returns:
possible object is String

setCodelist

public void setCodelist(String value)
Sets the value of the codelist property.

Parameters:
value - allowed object is String

getCodelistVersion

public String getCodelistVersion()
Gets the value of the codelistVersion property.

Returns:
possible object is String

setCodelistVersion

public void setCodelistVersion(String value)
Sets the value of the codelistVersion property.

Parameters:
value - allowed object is String

getCodelistAgency

public String getCodelistAgency()
Gets the value of the codelistAgency property.

Returns:
possible object is String

setCodelistAgency

public void setCodelistAgency(String value)
Sets the value of the codelistAgency property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.