super();
}
/** {@inheritDoc} */
protected void marshallElementContent(XMLObject xmlobject, Element domElement) throws MarshallingException {
DescriptionType message = (DescriptionType) xmlobject;
if (message.getValue() != null) {
XMLHelper.appendTextContent(domElement, message.getValue());
}
}