Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
Packages that use XmlElementNillable
-
Uses of XmlElementNillable in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlElementNillableMethods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlElementNillableModifier and TypeMethodDescriptionvoid
AnnotationsProcessor.addPackageToXmlElementNillable
(String packageName, XmlElementNillable xmlElementNillable) Add a package name/XmlElementNillable entry to the map.void
XmlNillableInfo.setXmlElementNillable
(XmlElementNillable xmlElementNillable) -
Uses of XmlElementNillable in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlElementNillableModifier and TypeFieldDescriptionprotected XmlElementNillable
JavaType.xmlElementNillable
protected XmlElementNillable
XmlBindings.xmlElementNillable
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElementNillableModifier and TypeMethodDescriptionJavaType.getXmlElementNillable()
Gets the value of the xmlElementNillable property.XmlBindings.getXmlElementNillable()
Gets the value of the xmlElementNillable property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlElementNillableModifier and TypeMethodDescriptionvoid
JavaType.setXmlElementNillable
(XmlElementNillable value) Sets the value of the xmlElementNillable property.void
XmlBindings.setXmlElementNillable
(XmlElementNillable value) Sets the value of the xmlElementNillable property.