Package com.vidispine.generated
Class DatabasePurgingConfigurationType.Job
- java.lang.Object
-
- com.vidispine.generated.DatabasePurgingConfigurationType.Job
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- DatabasePurgingConfigurationType
public static class DatabasePurgingConfigurationType.Job 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatabasePurgingConfigurationType.Job.PropInfo
-
Constructor Summary
Constructors Constructor Description Job()
-
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)
Integer
getAge()
Gets the value of the age property.String
getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isCompress()
Gets the value of the compress property.boolean
isSetAge()
boolean
isSetCompress()
boolean
isSetUri()
void
setAge(Integer value)
Sets the value of the age property.void
setCompress(Boolean value)
Sets the value of the compress property.void
setUri(String value)
Sets the value of the uri property.DatabasePurgingConfigurationType.Job
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DatabasePurgingConfigurationType.Job
withAge(Integer value)
DatabasePurgingConfigurationType.Job
withCompress(Boolean value)
DatabasePurgingConfigurationType.Job
withUri(String value)
-
-
-
Method Detail
-
getAge
public Integer getAge()
Gets the value of the age property.- Returns:
- possible object is
Integer
-
setAge
public void setAge(Integer value)
Sets the value of the age property.- Parameters:
value
- allowed object isInteger
-
isSetAge
public boolean isSetAge()
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri()
-
isCompress
public Boolean isCompress()
Gets the value of the compress property.- Returns:
- possible object is
Boolean
-
setCompress
public void setCompress(Boolean value)
Sets the value of the compress property.- Parameters:
value
- allowed object isBoolean
-
isSetCompress
public boolean isSetCompress()
-
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
-
withAge
public DatabasePurgingConfigurationType.Job withAge(Integer value)
-
withUri
public DatabasePurgingConfigurationType.Job withUri(String value)
-
withCompress
public DatabasePurgingConfigurationType.Job withCompress(Boolean 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.Job 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
-
-