org.jembi.sdmxhd.dsd
Class TimeDimension
java.lang.Object
org.jembi.sdmxhd.dsd.TimeDimension
- All Implemented Interfaces:
- XMLWritable
public class TimeDimension
- extends java.lang.Object
- implements XMLWritable
- Author:
- Ryan Crichton
This object represents the TimeDimension element in a SDMX-HD DSD
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeDimension
public TimeDimension()
toXML
public void toXML(javax.xml.stream.XMLStreamWriter xmlWriter)
throws java.lang.Exception
- Description copied from interface:
XMLWritable
- Writes this object to the xmlStream writer in SDMX-HD XML representation
- Specified by:
toXML
in interface XMLWritable
- Throws:
java.lang.Exception
getTextFormat
public TextFormat getTextFormat()
setTextFormat
public void setTextFormat(TextFormat textFormat)
getConceptRef
public java.lang.String getConceptRef()
setConceptRef
public void setConceptRef(java.lang.String conceptRef)
getConceptVersion
public java.lang.String getConceptVersion()
setConceptVersion
public void setConceptVersion(java.lang.String conceptVersion)
getConceptAgency
public java.lang.String getConceptAgency()
setConceptAgency
public void setConceptAgency(java.lang.String conceptAgency)
getConceptSchemeRef
public java.lang.String getConceptSchemeRef()
setConceptSchemeRef
public void setConceptSchemeRef(java.lang.String conceptSchemeRef)
getConceptSchemeAgency
public java.lang.String getConceptSchemeAgency()
setConceptSchemeAgency
public void setConceptSchemeAgency(java.lang.String conceptSchemeAgency)
getCodelist
public java.lang.String getCodelist()
setCodelist
public void setCodelist(java.lang.String codelist)
getCodelistVersion
public java.lang.String getCodelistVersion()
setCodelistVersion
public void setCodelistVersion(java.lang.String codelistVersion)
getCodelistAgency
public java.lang.String getCodelistAgency()
setCodelistAgency
public void setCodelistAgency(java.lang.String codelistAgency)
isCrossSectionalAttachDataSet
public boolean isCrossSectionalAttachDataSet()
setCrossSectionalAttachDataSet
public void setCrossSectionalAttachDataSet(boolean crossSectionalAttachDataSet)
isCrossSectionalAttachGroup
public boolean isCrossSectionalAttachGroup()
setCrossSectionalAttachGroup
public void setCrossSectionalAttachGroup(boolean crossSectionalAttachGroup)
isCrossSectionalAttachSection
public boolean isCrossSectionalAttachSection()
setCrossSectionalAttachSection
public void setCrossSectionalAttachSection(boolean crossSectionalAttachSection)
isCrossSectionalAttachObservation
public boolean isCrossSectionalAttachObservation()
setCrossSectionalAttachObservation
public void setCrossSectionalAttachObservation(boolean crossSectionalAttachObservation)