Class SignatureType.Clear

  • Enclosing class:
    SignatureType

    public static class SignatureType.Clear
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="flatten" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • flatten

        protected Boolean flatten
    • Constructor Detail

      • Clear

        public Clear()
    • Method Detail

      • isFlatten

        public boolean isFlatten()
        Gets the value of the flatten property.
        Returns:
        possible object is Boolean
      • setFlatten

        public void setFlatten​(boolean value)
        Sets the value of the flatten property.
        Parameters:
        value - allowed object is Boolean
      • isSetFlatten

        public boolean isSetFlatten()
      • unsetFlatten

        public void unsetFlatten()