|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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
|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||