super(namespaceURI, elementLocalName);
}
/** {@inheritDoc} */
protected void marshallElementContent(XMLObject samlObject, Element domElement) throws MarshallingException {
GetComplete gc = (GetComplete) samlObject;
if (gc.getGetComplete() != null)
XMLHelper.appendTextContent(domElement, gc.getGetComplete());
}