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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
nillable |
Constructor and Description |
---|
XmlElementNillable() |
Modifier and Type | Method and Description |
---|---|
boolean |
isNillable()
Gets the value of the nillable property.
|
void |
setNillable(java.lang.Boolean value)
Sets the value of the nillable property.
|