Class AnnotationType.Clear

  • Enclosing class:
    AnnotationType

    public static class AnnotationType.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="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="flatten" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Clear

        public Clear()
    • Method Detail

      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()
      • 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()