|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
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()
Boolean
public void setXsiNilRepresentsNull(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isEmptyNodeRepresentsNull()
Boolean
public void setEmptyNodeRepresentsNull(java.lang.Boolean value)
value
- allowed object is
Boolean
public XmlMarshalNullRepresentation getNullRepresentationForXml()
XmlMarshalNullRepresentation
public void setNullRepresentationForXml(XmlMarshalNullRepresentation value)
value
- allowed object is
XmlMarshalNullRepresentation
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |