Module org.eclipse.persistence.moxy
Class XmlNullPolicy
java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
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>
-
Field Summary
Fields inherited from class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
emptyNodeRepresentsNull, nullRepresentationForXml, xsiNilRepresentsNull
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the isSetPerformedForAbsentNode property.void
Sets the value of the isSetPerformedForAbsentNode property.Methods inherited from class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
getNullRepresentationForXml, isEmptyNodeRepresentsNull, isXsiNilRepresentsNull, setEmptyNodeRepresentsNull, setNullRepresentationForXml, setXsiNilRepresentsNull
-
Field Details
-
isSetPerformedForAbsentNode
-
-
Constructor Details
-
XmlNullPolicy
public XmlNullPolicy()
-
-
Method Details
-
isIsSetPerformedForAbsentNode
public boolean isIsSetPerformedForAbsentNode()Gets the value of the isSetPerformedForAbsentNode property.- Returns:
- possible object is
Boolean
-
setIsSetPerformedForAbsentNode
Sets the value of the isSetPerformedForAbsentNode property.- Parameters:
value
- allowed object isBoolean
-