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>
 
  • Field Details

    • nillable

      protected Boolean nillable
  • Constructor Details

    • XmlElementNillable

      public XmlElementNillable()
  • Method Details

    • isNillable

      public boolean isNillable()
      Gets the value of the nillable property.
      Returns:
      possible object is Boolean
    • setNillable

      public void setNillable(Boolean value)
      Sets the value of the nillable property.
      Parameters:
      value - allowed object is Boolean