Enum XmlMarshalNullRepresentation

java.lang.Object
java.lang.Enum<XmlMarshalNullRepresentation>
org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
All Implemented Interfaces:
Serializable, Comparable<XmlMarshalNullRepresentation>

public enum XmlMarshalNullRepresentation extends Enum<XmlMarshalNullRepresentation>

Java class for xml-marshal-null-representation.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="xml-marshal-null-representation">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="XSI_NIL"/>
     <enumeration value="ABSENT_NODE"/>
     <enumeration value="EMPTY_NODE"/>
   </restriction>
 </simpleType>