Class 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  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nillable

        protected java.lang.Boolean nillable
    • Constructor Detail

      • XmlElementNillable

        public XmlElementNillable()
    • Method Detail

      • isNillable

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

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