public class IsSetNullPolicy extends AbstractNullPolicy
The following instance fields can be set:
Usage:
NullCapableValue| Constructor and Description |
|---|
IsSetNullPolicy()
Default Constructor
Set the IsSetPerformedForAbsentNode to false to enable the other 2 flags
isNullRepresentedByEmptyNode and isNullRepresentedByXsiNil
|
IsSetNullPolicy(String anIsSetMethodName)
Specific Constructor to set the name for checking the isSet state of the mapping
|
IsSetNullPolicy(String anIsSetMethodName,
boolean bIsNullRepresentedByEmptyNode,
boolean bIsNullRepresentedByXsiNil,
XMLNullRepresentationType aMarshalNullRepresentation)
Specific Constructor to set both the Marshal enum and the Unmarshal flags.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
compositeObjectMarshal(XMLRecord record,
Object object,
XMLField field,
org.eclipse.persistence.internal.sessions.AbstractSession session)
INTERNAL: When using the DOM Platform, this method is responsible for
marshalling null values for the XML Composite Object Mapping.
|
boolean |
compositeObjectMarshal(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment,
MarshalRecord marshalRecord,
Object object,
Session session,
NamespaceResolver namespaceResolver)
INTERNAL: When using the SAX Platform, this method is responsible for
marshalling null values for the XML Composite Object Mapping.
|
boolean |
directMarshal(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment,
MarshalRecord marshalRecord,
Object object,
Session session,
NamespaceResolver namespaceResolver)
INTERNAL:
When using the SAX or DOM Platform, this method is responsible for
marshalling null values for the XML Direct Mapping.
|
String |
getIsSetMethodName() |
Object[] |
getIsSetParameters() |
Class[] |
getIsSetParameterTypes() |
void |
setIsSetMethodName(String anIsSetMethodName) |
void |
setIsSetParameters(Object[] parameters) |
void |
setIsSetParameterTypes(Class[] parameterTypes) |
void |
xPathNode(org.eclipse.persistence.internal.oxm.XPathNode xPathNode,
org.eclipse.persistence.internal.oxm.NullCapableValue nullCapableValue)
INTERNAL: When using the SAX Platform this allows a NodeValue to be
registered to receive events from the TreeObjectBuilder.
|
getIsSetPerformedForAbsentNode, getMarshalNullRepresentation, isNullRepresentedByEmptyNode, isNullRepresentedByXsiNil, setMarshalNullRepresentation, setNullRepresentedByEmptyNode, setNullRepresentedByXsiNil, valueIsNull, valueIsNullpublic IsSetNullPolicy()
public IsSetNullPolicy(String anIsSetMethodName)
anIsSetMethodName - public IsSetNullPolicy(String anIsSetMethodName, boolean bIsNullRepresentedByEmptyNode, boolean bIsNullRepresentedByXsiNil, XMLNullRepresentationType aMarshalNullRepresentation)
anIsSetMethodName - bIsNullRepresentedByEmptyNode - bIsNullRepresentedByXsiNil - aMarshalNullRepresentation - public boolean directMarshal(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment,
MarshalRecord marshalRecord,
Object object,
Session session,
NamespaceResolver namespaceResolver)
AbstractNullPolicydirectMarshal in class AbstractNullPolicypublic boolean compositeObjectMarshal(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment,
MarshalRecord marshalRecord,
Object object,
Session session,
NamespaceResolver namespaceResolver)
AbstractNullPolicycompositeObjectMarshal in class AbstractNullPolicypublic boolean compositeObjectMarshal(XMLRecord record, Object object, XMLField field, org.eclipse.persistence.internal.sessions.AbstractSession session)
AbstractNullPolicycompositeObjectMarshal in class AbstractNullPolicypublic void xPathNode(org.eclipse.persistence.internal.oxm.XPathNode xPathNode,
org.eclipse.persistence.internal.oxm.NullCapableValue nullCapableValue)
AbstractNullPolicyxPathNode in class AbstractNullPolicypublic String getIsSetMethodName()
public void setIsSetMethodName(String anIsSetMethodName)
isSetMethodName - public Class[] getIsSetParameterTypes()
public void setIsSetParameterTypes(Class[] parameterTypes)
parameterTypes - public Object[] getIsSetParameters()
public void setIsSetParameters(Object[] parameters)
parameters -