org.jembi.sdmxhd.primitives
Class Concept

java.lang.Object
  extended by org.jembi.sdmxhd.primitives.Concept
All Implemented Interfaces:
XMLWritable

public class Concept
extends java.lang.Object
implements XMLWritable

Author:
Ryan Crichton This object represents a SDMX-HD Concept

Constructor Summary
Concept()
           
 
Method Summary
 java.lang.String getAgencyID()
           
 java.lang.String getCoreRepresentation()
           
 java.lang.String getCoreRepresentationAgency()
           
 LocalizedString getDescription()
           
 java.lang.String getId()
           
 java.lang.String getIsExternalReference()
           
 LocalizedString getName()
           
 java.lang.String getParent()
           
 java.lang.String getParentAgency()
           
 TextFormat getTextFormat()
           
 java.lang.String getUri()
           
 java.lang.String getUrn()
           
 java.lang.String getVersion()
           
 void setAgencyID(java.lang.String agencyID)
           
 void setCoreRepresentation(java.lang.String coreRepresentation)
           
 void setCoreRepresentationAgency(java.lang.String coreRepresentationAgency)
           
 void setDescription(LocalizedString description)
           
 void setId(java.lang.String id)
           
 void setIsExternalReference(java.lang.String isExternalReference)
           
 void setName(LocalizedString name)
           
 void setParent(java.lang.String parent)
           
 void setParentAgency(java.lang.String parentAgency)
           
 void setTextFormat(TextFormat textFormat)
           
 void setUri(java.lang.String uri)
           
 void setUrn(java.lang.String urn)
           
 void setVersion(java.lang.String version)
           
 void toXML(javax.xml.stream.XMLStreamWriter xmlWriter)
          Writes this object to the xmlStream writer in SDMX-HD XML representation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Concept

public Concept()
Method Detail

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

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getAgencyID

public java.lang.String getAgencyID()

setAgencyID

public void setAgencyID(java.lang.String agencyID)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String version)

getName

public LocalizedString getName()

setName

public void setName(LocalizedString name)

getDescription

public LocalizedString getDescription()

setDescription

public void setDescription(LocalizedString description)

getUri

public java.lang.String getUri()

setUri

public void setUri(java.lang.String uri)

getUrn

public java.lang.String getUrn()

setUrn

public void setUrn(java.lang.String urn)

getIsExternalReference

public java.lang.String getIsExternalReference()

setIsExternalReference

public void setIsExternalReference(java.lang.String isExternalReference)

getCoreRepresentation

public java.lang.String getCoreRepresentation()

setCoreRepresentation

public void setCoreRepresentation(java.lang.String coreRepresentation)

getCoreRepresentationAgency

public java.lang.String getCoreRepresentationAgency()

setCoreRepresentationAgency

public void setCoreRepresentationAgency(java.lang.String coreRepresentationAgency)

getParent

public java.lang.String getParent()

setParent

public void setParent(java.lang.String parent)

getParentAgency

public java.lang.String getParentAgency()

setParentAgency

public void setParentAgency(java.lang.String parentAgency)

getTextFormat

public TextFormat getTextFormat()

setTextFormat

public void setTextFormat(TextFormat textFormat)