XMLDirectMapping nrfxMapping = new XMLDirectMapping();
nrfxMapping.setAttributeName("marshalNullRepresentation");
nrfxMapping.setXPath(getPrimaryNamespaceXPath() + "null-representation-for-xml/text()");
// Restricted to XSI_NIL,ABSENT_NODE,EMPTY_NODE
EnumTypeConverter aConverter = new EnumTypeConverter(nrfxMapping, XMLNullRepresentationType.class, false);
nrfxMapping.setConverter(aConverter);
aDescriptor.addMapping(nrfxMapping);
// Subclasses
aDescriptor.getInheritancePolicy().setClassIndicatorField(new XMLField("@xsi:type"));