Java class for logging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logging"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="log-filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logging-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="rotation-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="number-of-files-limited" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="file-count" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="file-size-limit" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="rotate-log-on-startup" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="log-file-rotation-dir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="rotation-time" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="file-time-span" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>