Class DatabasePurgingConfigurationType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class DatabasePurgingConfigurationType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for DatabasePurgingConfigurationType complex type.

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

     <complexType name="DatabasePurgingConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="changeLog" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="age" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                       <element name="forceAge" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="auditTrail" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="age" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                       <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                       <element name="compress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                       <element name="batch" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                       <element name="body" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="job" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="age" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                       <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                       <element name="compress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="transferLog" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="age" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                       <element name="forceAge" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                       <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                       <element name="compress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                       <element name="batch" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form