Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
-
Packages that use XmlNullPolicy Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlNullPolicy in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlNullPolicy Modifier and Type Method Description XmlNullPolicyTypeInfo. getXmlNullPolicy()Return XmlNullPolicy for this TypeInfo.XmlNullPolicyXmlNillableInfo. getXmlNullPolicy()Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlNullPolicy Modifier and Type Method Description voidAnnotationsProcessor. addPackageToXmlNullPolicy(String packageName, XmlNullPolicy xmlNullPolicy)Add a package name/XmlNullPolicy entry to the map.voidTypeInfo. setXmlNullPolicy(XmlNullPolicy xmlNullPolicy)Set the XmlNullPolicy for this TypeInfo.voidXmlNillableInfo. setXmlNullPolicy(XmlNullPolicy xmlNullPolicy) -
Uses of XmlNullPolicy in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlNullPolicy Modifier and Type Field Description protected XmlNullPolicyJavaType. xmlNullPolicyprotected XmlNullPolicyXmlBindings. xmlNullPolicyMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlNullPolicy Modifier and Type Method Description XmlNullPolicyObjectFactory. createXmlNullPolicy()Create an instance ofXmlNullPolicyXmlNullPolicyJavaType. getXmlNullPolicy()Gets the value of the xmlNullPolicy property.XmlNullPolicyXmlBindings. getXmlNullPolicy()Gets the value of the xmlNullPolicy property.Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlNullPolicy Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlNullPolicy>ObjectFactory. createXmlNullPolicy(XmlNullPolicy value)Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlNullPolicy Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlNullPolicy>ObjectFactory. createXmlNullPolicy(XmlNullPolicy value)voidJavaType. setXmlNullPolicy(XmlNullPolicy value)Sets the value of the xmlNullPolicy property.voidXmlBindings. setXmlNullPolicy(XmlNullPolicy value)Sets the value of the xmlNullPolicy property.
-