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 TypeMethodDescriptionvoidAnnotationsProcessor.addPackageToXmlElementNillable(String packageName, XmlElementNillable xmlElementNillable) Add a package name/XmlElementNillable entry to the map.voidXmlNillableInfo.setXmlElementNillable(XmlElementNillable xmlElementNillable) -
Uses of XmlElementNillable in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlElementNillableModifier and TypeFieldDescriptionprotected XmlElementNillableJavaType.xmlElementNillableprotected XmlElementNillableXmlBindings.xmlElementNillableMethods 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 TypeMethodDescriptionvoidJavaType.setXmlElementNillable(XmlElementNillable value) Sets the value of the xmlElementNillable property.voidXmlBindings.setXmlElementNillable(XmlElementNillable value) Sets the value of the xmlElementNillable property.