Class DocumentType.Statistics

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    DocumentType

    public static class DocumentType.Statistics
    extends Object
    implements Serializable

    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">
           <sequence>
             <element name="enableAccessLog" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="daysToKeepLog" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • enableAccessLog

        protected boolean enableAccessLog
      • daysToKeepLog

        protected int daysToKeepLog
    • Constructor Detail

      • Statistics

        public Statistics()
        Default no-arg constructor
      • Statistics

        public Statistics​(boolean enableAccessLog,
                          int daysToKeepLog)
        Fully-initialising value constructor
    • Method Detail

      • isEnableAccessLog

        public boolean isEnableAccessLog()
        Gets the value of the enableAccessLog property.
      • setEnableAccessLog

        public void setEnableAccessLog​(boolean value)
        Sets the value of the enableAccessLog property.
      • getDaysToKeepLog

        public int getDaysToKeepLog()
        Gets the value of the daysToKeepLog property.
      • setDaysToKeepLog

        public void setDaysToKeepLog​(int value)
        Sets the value of the daysToKeepLog property.