Class 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 Detail

      • nillable

        protected 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​(Boolean value)
        Sets the value of the nillable property.
        Parameters:
        value - allowed object is Boolean