org.jembi.sdmxhd.dsd
Class Group
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
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)