org.jembi.sdmxhd.dsd
Class Group

java.lang.Object
  extended by org.jembi.sdmxhd.dsd.Group
All Implemented Interfaces:
XMLWritable

public class Group
extends java.lang.Object
implements XMLWritable

Author:
Ryan Crichton This object represents the Group element in a SDMX-HD DSD

Constructor Summary
Group()
           
 
Method Summary
 java.lang.String getAttachmentConstraintRef()
           
 java.lang.String getDescription()
           
 java.util.List<java.lang.String> getDimensionRefs()
           
 java.lang.String getId()
           
 void setAttachmentConstraintRef(java.lang.String attachmentConstraintRef)
           
 void setDescription(java.lang.String description)
           
 void setDimensionRefs(java.util.List<java.lang.String> dimensionRefs)
           
 void setId(java.lang.String id)
           
 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

Group

public Group()
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)

getAttachmentConstraintRef

public java.lang.String getAttachmentConstraintRef()

setAttachmentConstraintRef

public void setAttachmentConstraintRef(java.lang.String attachmentConstraintRef)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getDimensionRefs

public java.util.List<java.lang.String> getDimensionRefs()

setDimensionRefs

public void setDimensionRefs(java.util.List<java.lang.String> dimensionRefs)