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