Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
-
Packages that use XmlElementNillable Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlElementNillable in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlElementNillable Modifier and Type Method Description XmlElementNillableXmlNillableInfo. getXmlElementNillable()Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlElementNillable Modifier and Type Method Description voidAnnotationsProcessor. 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 XmlElementNillable Modifier and Type Field Description protected XmlElementNillableJavaType. xmlElementNillableprotected XmlElementNillableXmlBindings. xmlElementNillableMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElementNillable Modifier and Type Method Description XmlElementNillableJavaType. getXmlElementNillable()Gets the value of the xmlElementNillable property.XmlElementNillableXmlBindings. getXmlElementNillable()Gets the value of the xmlElementNillable property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlElementNillable Modifier and Type Method Description voidJavaType. setXmlElementNillable(XmlElementNillable value)Sets the value of the xmlElementNillable property.voidXmlBindings. setXmlElementNillable(XmlElementNillable value)Sets the value of the xmlElementNillable property.
-