Class XmlElementNillable
- java.lang.Object
-
- org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
-
public class XmlElementNillable extends java.lang.Object
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
Fields Modifier and Type Field Description protected java.lang.Boolean
nillable
-
Constructor Summary
Constructors Constructor Description XmlElementNillable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNillable()
Gets the value of the nillable property.void
setNillable(java.lang.Boolean value)
Sets the value of the nillable property.
-