super();
}
/** {@inheritDoc} */
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException {
SubjectAttributeDesignatorType subjectAttributeDesignatorType = (SubjectAttributeDesignatorType) xmlObject;
if(!DatatypeHelper.isEmpty(subjectAttributeDesignatorType.getSubjectCategory())){
domElement.setAttribute(SubjectAttributeDesignatorType.SUBJECT_CATEGORY_ATTRIB_NAME,
subjectAttributeDesignatorType.getSubjectCategory());
}
super.marshallAttributes(xmlObject, domElement);
}