|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
public abstract class XmlAbstractNullPolicy
Java class for xml-abstract-null-policy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xml_abstract_null_policy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="xsi_nil_represents_null" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="empty_node_represents_null" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="null_representation_for_xml" type="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-marshal-null-representation" default="ABSENT_NODE" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
emptyNodeRepresentsNull |
protected XmlMarshalNullRepresentation |
nullRepresentationForXml |
protected java.lang.Boolean |
xsiNilRepresentsNull |
| Constructor Summary | |
|---|---|
XmlAbstractNullPolicy() |
|
| Method Summary | |
|---|---|
XmlMarshalNullRepresentation |
getNullRepresentationForXml()Gets the value of the nullRepresentationForXml property. |
boolean |
isEmptyNodeRepresentsNull()Gets the value of the emptyNodeRepresentsNull property. |
boolean |
isXsiNilRepresentsNull()Gets the value of the xsiNilRepresentsNull property. |
void |
setEmptyNodeRepresentsNull(java.lang.Boolean value)Sets the value of the emptyNodeRepresentsNull property. |
void |
setNullRepresentationForXml(XmlMarshalNullRepresentation value)Sets the value of the nullRepresentationForXml property. |
void |
setXsiNilRepresentsNull(java.lang.Boolean value)Sets the value of the xsiNilRepresentsNull property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean xsiNilRepresentsNull
protected java.lang.Boolean emptyNodeRepresentsNull
protected XmlMarshalNullRepresentation nullRepresentationForXml
| Constructor Detail |
|---|
public XmlAbstractNullPolicy()
| Method Detail |
|---|
public boolean isXsiNilRepresentsNull()
Booleanpublic void setXsiNilRepresentsNull(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isEmptyNodeRepresentsNull()
Booleanpublic void setEmptyNodeRepresentsNull(java.lang.Boolean value)
value - allowed object is Booleanpublic XmlMarshalNullRepresentation getNullRepresentationForXml()
XmlMarshalNullRepresentationpublic void setNullRepresentationForXml(XmlMarshalNullRepresentation value)
value - allowed object is XmlMarshalNullRepresentation
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||