super();
}
/** {@inheritDoc} */
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException {
PolicyCombinerParametersType policyCombinerParametersType = (PolicyCombinerParametersType)xmlObject;
if(!DatatypeHelper.isEmpty(policyCombinerParametersType.getPolicyIdRef())){
domElement.setAttribute(PolicyCombinerParametersType.POLICY_ID_REF_ATTRIB_NAME,
policyCombinerParametersType.getPolicyIdRef());
}
super.marshallAttributes(xmlObject, domElement);
}