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.ChangeLog
public void setChangeLog(DatabasePurgingConfigurationType.ChangeLog value)
value
- allowed object is
DatabasePurgingConfigurationType.ChangeLog
public boolean isSetChangeLog()
public DatabasePurgingConfigurationType.AuditTrail getAuditTrail()
DatabasePurgingConfigurationType.AuditTrail
public void setAuditTrail(DatabasePurgingConfigurationType.AuditTrail value)
value
- allowed object is
DatabasePurgingConfigurationType.AuditTrail
public boolean isSetAuditTrail()
public DatabasePurgingConfigurationType.Job getJob()
DatabasePurgingConfigurationType.Job
public void setJob(DatabasePurgingConfigurationType.Job value)
value
- allowed object is
DatabasePurgingConfigurationType.Job
public boolean isSetJob()
public DatabasePurgingConfigurationType.TransferLog getTransferLog()
DatabasePurgingConfigurationType.TransferLog
public void setTransferLog(DatabasePurgingConfigurationType.TransferLog value)
value
- allowed object is
DatabasePurgingConfigurationType.TransferLog
public boolean isSetTransferLog()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.Equals
public DatabasePurgingConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.