Class AuditingConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuditingConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Auditing configuration UNSTABLE. THIS WILL CHANGE IN THE FUTURE.

    Java class for AuditingConfigurationType complex type.

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

     <complexType name="AuditingConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="details" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="appender" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form