super(targetNamespaceURI, targetLocalName);
}
/** {@inheritDoc} */
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException {
QueryDescriptorType descriptor = (QueryDescriptorType) xmlObject;
if (descriptor.getWantAssertionsSignedXSBoolean() != null) {
domElement.setAttributeNS(null, QueryDescriptorType.WANT_ASSERTIONS_SIGNED_ATTRIB_NAME,
descriptor.getWantAssertionsSignedXSBoolean().toString());
}
super.marshallAttributes(xmlObject, domElement);
}