public class XmlNullPolicy extends XmlAbstractNullPolicy
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-abstract-null-policy"> <attribute name="is-set-performed-for-absent-node" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
isSetPerformedForAbsentNode |
emptyNodeRepresentsNull, nullRepresentationForXml, xsiNilRepresentsNull
Constructor and Description |
---|
XmlNullPolicy() |
Modifier and Type | Method and Description |
---|---|
boolean |
isIsSetPerformedForAbsentNode()
Gets the value of the isSetPerformedForAbsentNode property.
|
void |
setIsSetPerformedForAbsentNode(java.lang.Boolean value)
Sets the value of the isSetPerformedForAbsentNode property.
|
getNullRepresentationForXml, isEmptyNodeRepresentsNull, isXsiNilRepresentsNull, setEmptyNodeRepresentsNull, setNullRepresentationForXml, setXsiNilRepresentsNull
public boolean isIsSetPerformedForAbsentNode()
Boolean
public void setIsSetPerformedForAbsentNode(java.lang.Boolean value)
value
- allowed object is
Boolean