Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Uses of XmlAbstractNullPolicy in org.eclipse.persistence.jaxb.compiler
Modifier and TypeMethodDescriptionProperty.getNullPolicy()
Returns the null policy for this property.Modifier and TypeMethodDescriptionvoid
Property.setNullPolicy
(XmlAbstractNullPolicy nullPolicy) Set the null policy for this property. -
Uses of XmlAbstractNullPolicy in org.eclipse.persistence.jaxb.xmlmodel
Modifier and TypeClassDescriptionclass
Java class for anonymous complex type.class
Java class for anonymous complex type.Modifier and TypeFieldDescriptionprotected JAXBElement
<? extends XmlAbstractNullPolicy> XmlAttribute.xmlAbstractNullPolicy
protected JAXBElement
<? extends XmlAbstractNullPolicy> XmlElement.xmlAbstractNullPolicy
protected JAXBElement
<? extends XmlAbstractNullPolicy> XmlValue.xmlAbstractNullPolicy
Modifier and TypeMethodDescriptionObjectFactory.createXmlAbstractNullPolicy
(XmlAbstractNullPolicy value) JAXBElement
<? extends XmlAbstractNullPolicy> XmlAttribute.getXmlAbstractNullPolicy()
Gets the value of the xmlAbstractNullPolicy property.JAXBElement
<? extends XmlAbstractNullPolicy> XmlElement.getXmlAbstractNullPolicy()
Gets the value of the xmlAbstractNullPolicy property.JAXBElement
<? extends XmlAbstractNullPolicy> XmlValue.getXmlAbstractNullPolicy()
Gets the value of the xmlAbstractNullPolicy property.Modifier and TypeMethodDescriptionObjectFactory.createXmlAbstractNullPolicy
(XmlAbstractNullPolicy value) Modifier and TypeMethodDescriptionvoid
XmlAttribute.setXmlAbstractNullPolicy
(JAXBElement<? extends XmlAbstractNullPolicy> value) Sets the value of the xmlAbstractNullPolicy property.void
XmlElement.setXmlAbstractNullPolicy
(JAXBElement<? extends XmlAbstractNullPolicy> value) Sets the value of the xmlAbstractNullPolicy property.void
XmlValue.setXmlAbstractNullPolicy
(JAXBElement<? extends XmlAbstractNullPolicy> value) Sets the value of the xmlAbstractNullPolicy property.