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 TypeMethodDescriptionvoidProperty.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 TypeClassDescriptionclassJava class for anonymous complex type.classJava class for anonymous complex type.Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlAbstractNullPolicyModifier and TypeFieldDescriptionprotected JAXBElement<? extends XmlAbstractNullPolicy> XmlAttribute.xmlAbstractNullPolicyprotected JAXBElement<? extends XmlAbstractNullPolicy> XmlElement.xmlAbstractNullPolicyprotected JAXBElement<? extends XmlAbstractNullPolicy> XmlValue.xmlAbstractNullPolicyMethods 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 TypeMethodDescriptionvoidXmlAttribute.setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy> value) Sets the value of the xmlAbstractNullPolicy property.voidXmlElement.setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy> value) Sets the value of the xmlAbstractNullPolicy property.voidXmlValue.setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy> value) Sets the value of the xmlAbstractNullPolicy property.