Package com.vidispine.generated
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classstatic classJava class for anonymous complex type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the auditTrail property.Gets the value of the changeLog property.getJob()Gets the value of the job property.Gets the value of the transferLog property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanisSetJob()booleanvoidSets the value of the auditTrail property.voidSets the value of the changeLog property.voidSets the value of the job property.voidSets the value of the transferLog property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the auditTrail property.Sets the value of the changeLog property.Sets the value of the job property.Sets the value of the transferLog property.
-
Field Details
-
changeLog
-
auditTrail
-
job
-
transferLog
-
-
Constructor Details
-
DatabasePurgingConfigurationType
public DatabasePurgingConfigurationType()
-
-
Method Details
-
getChangeLog
Gets the value of the changeLog property.- Returns:
- possible object is
DatabasePurgingConfigurationType.ChangeLog
-
setChangeLog
Sets the value of the changeLog property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.ChangeLog
-
isSetChangeLog
public boolean isSetChangeLog() -
getAuditTrail
Gets the value of the auditTrail property.- Returns:
- possible object is
DatabasePurgingConfigurationType.AuditTrail
-
setAuditTrail
Sets the value of the auditTrail property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.AuditTrail
-
isSetAuditTrail
public boolean isSetAuditTrail() -
getJob
Gets the value of the job property.- Returns:
- possible object is
DatabasePurgingConfigurationType.Job
-
setJob
Sets the value of the job property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.Job
-
isSetJob
public boolean isSetJob() -
getTransferLog
Gets the value of the transferLog property.- Returns:
- possible object is
DatabasePurgingConfigurationType.TransferLog
-
setTransferLog
Sets the value of the transferLog property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.TransferLog
-
isSetTransferLog
public boolean isSetTransferLog() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withChangeLog
public DatabasePurgingConfigurationType withChangeLog(DatabasePurgingConfigurationType.ChangeLog value) Sets the value of the changeLog property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.ChangeLog- Returns:
- The class instance
-
withAuditTrail
public DatabasePurgingConfigurationType withAuditTrail(DatabasePurgingConfigurationType.AuditTrail value) Sets the value of the auditTrail property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.AuditTrail- Returns:
- The class instance
-
withJob
Sets the value of the job property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.Job- Returns:
- The class instance
-
withTransferLog
public DatabasePurgingConfigurationType withTransferLog(DatabasePurgingConfigurationType.TransferLog value) Sets the value of the transferLog property.- Parameters:
value- allowed object isDatabasePurgingConfigurationType.TransferLog- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-