Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Packages that use XmlAbstractNullPolicy
-
Uses of XmlAbstractNullPolicy in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlAbstractNullPolicyModifier and TypeMethodDescriptionProperty.getNullPolicy()
Returns the null policy for this property.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlAbstractNullPolicyModifier and TypeMethodDescriptionvoid
Property.setNullPolicy
(XmlAbstractNullPolicy nullPolicy) Set the null policy for this property. -
Uses of XmlAbstractNullPolicy in org.eclipse.persistence.jaxb.xmlmodel
Subclasses of XmlAbstractNullPolicy in org.eclipse.persistence.jaxb.xmlmodelModifier and TypeClassDescriptionclass
Java class for anonymous complex type.class
Java class for anonymous complex type.Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlAbstractNullPolicyModifier and TypeFieldDescriptionprotected JAXBElement
<? extends XmlAbstractNullPolicy> XmlAttribute.xmlAbstractNullPolicy
protected JAXBElement
<? extends XmlAbstractNullPolicy> XmlElement.xmlAbstractNullPolicy
protected JAXBElement
<? extends XmlAbstractNullPolicy> XmlValue.xmlAbstractNullPolicy
Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlAbstractNullPolicyModifier 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.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlAbstractNullPolicyModifier and TypeMethodDescriptionObjectFactory.createXmlAbstractNullPolicy
(XmlAbstractNullPolicy value) Method parameters in org.eclipse.persistence.jaxb.xmlmodel with type arguments of type XmlAbstractNullPolicyModifier 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.