Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb.xmlmodel
Class XmlNullPolicy

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
      extended by org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy


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>
 

Field Summary
protected  java.lang.Boolean isSetPerformedForAbsentNode
           

 

Fields inherited from class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
emptyNodeRepresentsNull, nullRepresentationForXml, xsiNilRepresentsNull

 

Constructor Summary
XmlNullPolicy()
           

 

Method Summary
 boolean isIsSetPerformedForAbsentNode()
          Gets the value of the isSetPerformedForAbsentNode property.
 void setIsSetPerformedForAbsentNode(java.lang.Boolean value)
          Sets the value of the isSetPerformedForAbsentNode property.

 

Methods inherited from class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
getNullRepresentationForXml, isEmptyNodeRepresentsNull, isXsiNilRepresentsNull, setEmptyNodeRepresentsNull, setNullRepresentationForXml, setXsiNilRepresentsNull

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

isSetPerformedForAbsentNode

protected java.lang.Boolean isSetPerformedForAbsentNode

Constructor Detail

XmlNullPolicy

public XmlNullPolicy()

Method Detail

isIsSetPerformedForAbsentNode

public boolean isIsSetPerformedForAbsentNode()
Gets the value of the isSetPerformedForAbsentNode property.
Returns:
possible object is Boolean

setIsSetPerformedForAbsentNode

public void setIsSetPerformedForAbsentNode(java.lang.Boolean value)
Sets the value of the isSetPerformedForAbsentNode property.
Parameters:
value - allowed object is Boolean

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.