public class DatabasePurgingConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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"/>
</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>
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabasePurgingConfigurationType.AuditTrail
Java class for anonymous complex type.
|
static class |
DatabasePurgingConfigurationType.ChangeLog
Java class for anonymous complex type.
|
static class |
DatabasePurgingConfigurationType.Job
Java class for anonymous complex type.
|
static class |
DatabasePurgingConfigurationType.PropInfo |
static class |
DatabasePurgingConfigurationType.TransferLog
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatabasePurgingConfigurationType.AuditTrail |
auditTrail |
protected DatabasePurgingConfigurationType.ChangeLog |
changeLog |
protected DatabasePurgingConfigurationType.Job |
job |
protected DatabasePurgingConfigurationType.TransferLog |
transferLog |
| Constructor and Description |
|---|
DatabasePurgingConfigurationType() |
protected DatabasePurgingConfigurationType.ChangeLog changeLog
protected DatabasePurgingConfigurationType.AuditTrail auditTrail
protected DatabasePurgingConfigurationType.Job job
protected DatabasePurgingConfigurationType.TransferLog transferLog
public DatabasePurgingConfigurationType.ChangeLog getChangeLog()
DatabasePurgingConfigurationType.ChangeLogpublic void setChangeLog(DatabasePurgingConfigurationType.ChangeLog value)
value - allowed object is
DatabasePurgingConfigurationType.ChangeLogpublic boolean isSetChangeLog()
public DatabasePurgingConfigurationType.AuditTrail getAuditTrail()
DatabasePurgingConfigurationType.AuditTrailpublic void setAuditTrail(DatabasePurgingConfigurationType.AuditTrail value)
value - allowed object is
DatabasePurgingConfigurationType.AuditTrailpublic boolean isSetAuditTrail()
public DatabasePurgingConfigurationType.Job getJob()
DatabasePurgingConfigurationType.Jobpublic void setJob(DatabasePurgingConfigurationType.Job value)
value - allowed object is
DatabasePurgingConfigurationType.Jobpublic boolean isSetJob()
public DatabasePurgingConfigurationType.TransferLog getTransferLog()
DatabasePurgingConfigurationType.TransferLogpublic void setTransferLog(DatabasePurgingConfigurationType.TransferLog value)
value - allowed object is
DatabasePurgingConfigurationType.TransferLogpublic boolean isSetTransferLog()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic DatabasePurgingConfigurationType withChangeLog(DatabasePurgingConfigurationType.ChangeLog value)
public DatabasePurgingConfigurationType withAuditTrail(DatabasePurgingConfigurationType.AuditTrail value)
public DatabasePurgingConfigurationType withJob(DatabasePurgingConfigurationType.Job value)
public DatabasePurgingConfigurationType withTransferLog(DatabasePurgingConfigurationType.TransferLog value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic DatabasePurgingConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.