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