Package com.vidispine.generated
Class DatabasePurgingConfigurationType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description protected DatabasePurgingConfigurationType.AuditTrail
auditTrail
protected DatabasePurgingConfigurationType.ChangeLog
changeLog
protected DatabasePurgingConfigurationType.Job
job
protected DatabasePurgingConfigurationType.TransferLog
transferLog
-
Constructor Summary
Constructors Constructor Description DatabasePurgingConfigurationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
DatabasePurgingConfigurationType.AuditTrail
getAuditTrail()
Gets the value of the auditTrail property.DatabasePurgingConfigurationType.ChangeLog
getChangeLog()
Gets the value of the changeLog property.DatabasePurgingConfigurationType.Job
getJob()
Gets the value of the job property.DatabasePurgingConfigurationType.TransferLog
getTransferLog()
Gets the value of the transferLog property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAuditTrail()
boolean
isSetChangeLog()
boolean
isSetJob()
boolean
isSetTransferLog()
void
setAuditTrail(DatabasePurgingConfigurationType.AuditTrail value)
Sets the value of the auditTrail property.void
setChangeLog(DatabasePurgingConfigurationType.ChangeLog value)
Sets the value of the changeLog property.void
setJob(DatabasePurgingConfigurationType.Job value)
Sets the value of the job property.void
setTransferLog(DatabasePurgingConfigurationType.TransferLog value)
Sets the value of the transferLog property.DatabasePurgingConfigurationType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DatabasePurgingConfigurationType
withAuditTrail(DatabasePurgingConfigurationType.AuditTrail value)
DatabasePurgingConfigurationType
withChangeLog(DatabasePurgingConfigurationType.ChangeLog value)
DatabasePurgingConfigurationType
withJob(DatabasePurgingConfigurationType.Job value)
DatabasePurgingConfigurationType
withTransferLog(DatabasePurgingConfigurationType.TransferLog value)
-
-
-
Field Detail
-
changeLog
protected DatabasePurgingConfigurationType.ChangeLog changeLog
-
auditTrail
protected DatabasePurgingConfigurationType.AuditTrail auditTrail
-
job
protected DatabasePurgingConfigurationType.Job job
-
transferLog
protected DatabasePurgingConfigurationType.TransferLog transferLog
-
-
Method Detail
-
getChangeLog
public DatabasePurgingConfigurationType.ChangeLog getChangeLog()
Gets the value of the changeLog property.- Returns:
- possible object is
DatabasePurgingConfigurationType.ChangeLog
-
setChangeLog
public void setChangeLog(DatabasePurgingConfigurationType.ChangeLog value)
Sets the value of the changeLog property.- Parameters:
value
- allowed object isDatabasePurgingConfigurationType.ChangeLog
-
isSetChangeLog
public boolean isSetChangeLog()
-
getAuditTrail
public DatabasePurgingConfigurationType.AuditTrail getAuditTrail()
Gets the value of the auditTrail property.- Returns:
- possible object is
DatabasePurgingConfigurationType.AuditTrail
-
setAuditTrail
public void setAuditTrail(DatabasePurgingConfigurationType.AuditTrail value)
Sets the value of the auditTrail property.- Parameters:
value
- allowed object isDatabasePurgingConfigurationType.AuditTrail
-
isSetAuditTrail
public boolean isSetAuditTrail()
-
getJob
public DatabasePurgingConfigurationType.Job getJob()
Gets the value of the job property.- Returns:
- possible object is
DatabasePurgingConfigurationType.Job
-
setJob
public void setJob(DatabasePurgingConfigurationType.Job value)
Sets the value of the job property.- Parameters:
value
- allowed object isDatabasePurgingConfigurationType.Job
-
isSetJob
public boolean isSetJob()
-
getTransferLog
public DatabasePurgingConfigurationType.TransferLog getTransferLog()
Gets the value of the transferLog property.- Returns:
- possible object is
DatabasePurgingConfigurationType.TransferLog
-
setTransferLog
public void setTransferLog(DatabasePurgingConfigurationType.TransferLog value)
Sets the value of the transferLog property.- Parameters:
value
- allowed object isDatabasePurgingConfigurationType.TransferLog
-
isSetTransferLog
public boolean isSetTransferLog()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withChangeLog
public DatabasePurgingConfigurationType withChangeLog(DatabasePurgingConfigurationType.ChangeLog value)
-
withAuditTrail
public DatabasePurgingConfigurationType withAuditTrail(DatabasePurgingConfigurationType.AuditTrail value)
-
withJob
public DatabasePurgingConfigurationType withJob(DatabasePurgingConfigurationType.Job value)
-
withTransferLog
public DatabasePurgingConfigurationType withTransferLog(DatabasePurgingConfigurationType.TransferLog value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public DatabasePurgingConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-