Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Packages that use XmlAbstractNullPolicy Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlAbstractNullPolicy in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlAbstractNullPolicy Modifier and Type Method Description XmlAbstractNullPolicyProperty. getNullPolicy()Returns the null policy for this property.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlAbstractNullPolicy Modifier and Type Method Description voidProperty. 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.xmlmodel Modifier and Type Class Description classXmlIsSetNullPolicyJava class for anonymous complex type.classXmlNullPolicyJava class for anonymous complex type.Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlAbstractNullPolicy Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy>XmlAttribute. xmlAbstractNullPolicyprotected jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy>XmlElement. xmlAbstractNullPolicyprotected jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy>XmlValue. xmlAbstractNullPolicyMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlAbstractNullPolicy Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlAbstractNullPolicy>ObjectFactory. createXmlAbstractNullPolicy(XmlAbstractNullPolicy value)jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy>XmlAttribute. getXmlAbstractNullPolicy()Gets the value of the xmlAbstractNullPolicy property.jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy>XmlElement. getXmlAbstractNullPolicy()Gets the value of the xmlAbstractNullPolicy property.jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy>XmlValue. getXmlAbstractNullPolicy()Gets the value of the xmlAbstractNullPolicy property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlAbstractNullPolicy Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlAbstractNullPolicy>ObjectFactory. createXmlAbstractNullPolicy(XmlAbstractNullPolicy value)Method parameters in org.eclipse.persistence.jaxb.xmlmodel with type arguments of type XmlAbstractNullPolicy Modifier and Type Method Description voidXmlAttribute. setXmlAbstractNullPolicy(jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy> value)Sets the value of the xmlAbstractNullPolicy property.voidXmlElement. setXmlAbstractNullPolicy(jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy> value)Sets the value of the xmlAbstractNullPolicy property.voidXmlValue. setXmlAbstractNullPolicy(jakarta.xml.bind.JAXBElement<? extends XmlAbstractNullPolicy> value)Sets the value of the xmlAbstractNullPolicy property.
-