Module org.eclipse.persistence.moxy
Class XmlElementNillable
java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <attribute name="nillable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" use="optional" /> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the nillable property.void
setNillable
(Boolean value) Sets the value of the nillable property.
-
Field Details
-
nillable
-
-
Constructor Details
-
XmlElementNillable
public XmlElementNillable()
-
-
Method Details