Class DatabasePurgingConfigurationType

java.lang.Object
com.vidispine.generated.DatabasePurgingConfigurationType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class DatabasePurgingConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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: