Package com.vidispine.generated
Class TaskDefinitionType
- java.lang.Object
-
- com.vidispine.generated.TaskDefinitionType
-
- 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 TaskDefinitionType 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 TaskDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flags" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <choice> <sequence> <element name="bean" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="plugin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> </choice> <element name="step" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="dependency" type="{http://xml.vidispine.com/schema/vidispine}TaskDefinitionDependency" minOccurs="0"/> <element name="parallelDependency" type="{http://xml.vidispine.com/schema/vidispine}TaskDefinitionDependency" minOccurs="0"/> <element name="jobType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cleanup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="critical" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TaskDefinitionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
bean
protected Boolean
cleanup
protected Boolean
critical
protected TaskDefinitionDependency
dependency
protected String
description
protected String
extradata
protected BigInteger
flags
protected BigInteger
id
protected String
jobType
protected SimpleMetadataType
metadata
protected String
method
protected TaskDefinitionDependency
parallelDependency
protected Boolean
plugin
protected String
script
protected BigInteger
step
-
Constructor Summary
Constructors Constructor Description TaskDefinitionType()
-
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)
String
getBean()
Gets the value of the bean property.TaskDefinitionDependency
getDependency()
Gets the value of the dependency property.String
getDescription()
Gets the value of the description property.String
getExtradata()
Gets the value of the extradata property.BigInteger
getFlags()
Gets the value of the flags property.BigInteger
getId()
Gets the value of the id property.String
getJobType()
Gets the value of the jobType property.SimpleMetadataType
getMetadata()
Gets the value of the metadata property.String
getMethod()
Gets the value of the method property.TaskDefinitionDependency
getParallelDependency()
Gets the value of the parallelDependency property.String
getScript()
Gets the value of the script property.BigInteger
getStep()
Gets the value of the step property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isCleanup()
Gets the value of the cleanup property.Boolean
isCritical()
Gets the value of the critical property.Boolean
isPlugin()
Gets the value of the plugin property.boolean
isSetBean()
boolean
isSetCleanup()
boolean
isSetCritical()
boolean
isSetDependency()
boolean
isSetDescription()
boolean
isSetExtradata()
boolean
isSetFlags()
boolean
isSetId()
boolean
isSetJobType()
boolean
isSetMetadata()
boolean
isSetMethod()
boolean
isSetParallelDependency()
boolean
isSetPlugin()
boolean
isSetScript()
boolean
isSetStep()
void
setBean(String value)
Sets the value of the bean property.void
setCleanup(Boolean value)
Sets the value of the cleanup property.void
setCritical(Boolean value)
Sets the value of the critical property.void
setDependency(TaskDefinitionDependency value)
Sets the value of the dependency property.void
setDescription(String value)
Sets the value of the description property.void
setExtradata(String value)
Sets the value of the extradata property.void
setFlags(BigInteger value)
Sets the value of the flags property.void
setId(BigInteger value)
Sets the value of the id property.void
setJobType(String value)
Sets the value of the jobType property.void
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.void
setMethod(String value)
Sets the value of the method property.void
setParallelDependency(TaskDefinitionDependency value)
Sets the value of the parallelDependency property.void
setPlugin(Boolean value)
Sets the value of the plugin property.void
setScript(String value)
Sets the value of the script property.void
setStep(BigInteger value)
Sets the value of the step property.TaskDefinitionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TaskDefinitionType
withBean(String value)
TaskDefinitionType
withCleanup(Boolean value)
TaskDefinitionType
withCritical(Boolean value)
TaskDefinitionType
withDependency(TaskDefinitionDependency value)
TaskDefinitionType
withDescription(String value)
TaskDefinitionType
withExtradata(String value)
TaskDefinitionType
withFlags(BigInteger value)
TaskDefinitionType
withId(BigInteger value)
TaskDefinitionType
withJobType(String value)
TaskDefinitionType
withMetadata(SimpleMetadataType value)
TaskDefinitionType
withMethod(String value)
TaskDefinitionType
withParallelDependency(TaskDefinitionDependency value)
TaskDefinitionType
withPlugin(Boolean value)
TaskDefinitionType
withScript(String value)
TaskDefinitionType
withStep(BigInteger value)
-
-
-
Field Detail
-
description
protected String description
-
extradata
protected String extradata
-
flags
protected BigInteger flags
-
bean
protected String bean
-
method
protected String method
-
plugin
protected Boolean plugin
-
script
protected String script
-
metadata
protected SimpleMetadataType metadata
-
step
protected BigInteger step
-
dependency
protected TaskDefinitionDependency dependency
-
parallelDependency
protected TaskDefinitionDependency parallelDependency
-
jobType
protected String jobType
-
cleanup
protected Boolean cleanup
-
critical
protected Boolean critical
-
id
protected BigInteger id
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
getExtradata
public String getExtradata()
Gets the value of the extradata property.- Returns:
- possible object is
String
-
setExtradata
public void setExtradata(String value)
Sets the value of the extradata property.- Parameters:
value
- allowed object isString
-
isSetExtradata
public boolean isSetExtradata()
-
getFlags
public BigInteger getFlags()
Gets the value of the flags property.- Returns:
- possible object is
BigInteger
-
setFlags
public void setFlags(BigInteger value)
Sets the value of the flags property.- Parameters:
value
- allowed object isBigInteger
-
isSetFlags
public boolean isSetFlags()
-
getBean
public String getBean()
Gets the value of the bean property.- Returns:
- possible object is
String
-
setBean
public void setBean(String value)
Sets the value of the bean property.- Parameters:
value
- allowed object isString
-
isSetBean
public boolean isSetBean()
-
getMethod
public String getMethod()
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
public void setMethod(String value)
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
isSetMethod
public boolean isSetMethod()
-
isPlugin
public Boolean isPlugin()
Gets the value of the plugin property.- Returns:
- possible object is
Boolean
-
setPlugin
public void setPlugin(Boolean value)
Sets the value of the plugin property.- Parameters:
value
- allowed object isBoolean
-
isSetPlugin
public boolean isSetPlugin()
-
getScript
public String getScript()
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
public void setScript(String value)
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
isSetScript
public boolean isSetScript()
-
getMetadata
public SimpleMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
public void setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
getStep
public BigInteger getStep()
Gets the value of the step property.- Returns:
- possible object is
BigInteger
-
setStep
public void setStep(BigInteger value)
Sets the value of the step property.- Parameters:
value
- allowed object isBigInteger
-
isSetStep
public boolean isSetStep()
-
getDependency
public TaskDefinitionDependency getDependency()
Gets the value of the dependency property.- Returns:
- possible object is
TaskDefinitionDependency
-
setDependency
public void setDependency(TaskDefinitionDependency value)
Sets the value of the dependency property.- Parameters:
value
- allowed object isTaskDefinitionDependency
-
isSetDependency
public boolean isSetDependency()
-
getParallelDependency
public TaskDefinitionDependency getParallelDependency()
Gets the value of the parallelDependency property.- Returns:
- possible object is
TaskDefinitionDependency
-
setParallelDependency
public void setParallelDependency(TaskDefinitionDependency value)
Sets the value of the parallelDependency property.- Parameters:
value
- allowed object isTaskDefinitionDependency
-
isSetParallelDependency
public boolean isSetParallelDependency()
-
getJobType
public String getJobType()
Gets the value of the jobType property.- Returns:
- possible object is
String
-
setJobType
public void setJobType(String value)
Sets the value of the jobType property.- Parameters:
value
- allowed object isString
-
isSetJobType
public boolean isSetJobType()
-
isCleanup
public Boolean isCleanup()
Gets the value of the cleanup property.- Returns:
- possible object is
Boolean
-
setCleanup
public void setCleanup(Boolean value)
Sets the value of the cleanup property.- Parameters:
value
- allowed object isBoolean
-
isSetCleanup
public boolean isSetCleanup()
-
isCritical
public Boolean isCritical()
Gets the value of the critical property.- Returns:
- possible object is
Boolean
-
setCritical
public void setCritical(Boolean value)
Sets the value of the critical property.- Parameters:
value
- allowed object isBoolean
-
isSetCritical
public boolean isSetCritical()
-
getId
public BigInteger getId()
Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setId
public void setId(BigInteger value)
Sets the value of the id property.- Parameters:
value
- allowed object isBigInteger
-
isSetId
public boolean isSetId()
-
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
-
withDescription
public TaskDefinitionType withDescription(String value)
-
withExtradata
public TaskDefinitionType withExtradata(String value)
-
withFlags
public TaskDefinitionType withFlags(BigInteger value)
-
withBean
public TaskDefinitionType withBean(String value)
-
withMethod
public TaskDefinitionType withMethod(String value)
-
withPlugin
public TaskDefinitionType withPlugin(Boolean value)
-
withScript
public TaskDefinitionType withScript(String value)
-
withMetadata
public TaskDefinitionType withMetadata(SimpleMetadataType value)
-
withStep
public TaskDefinitionType withStep(BigInteger value)
-
withDependency
public TaskDefinitionType withDependency(TaskDefinitionDependency value)
-
withParallelDependency
public TaskDefinitionType withParallelDependency(TaskDefinitionDependency value)
-
withJobType
public TaskDefinitionType withJobType(String value)
-
withCleanup
public TaskDefinitionType withCleanup(Boolean value)
-
withCritical
public TaskDefinitionType withCritical(Boolean value)
-
withId
public TaskDefinitionType withId(BigInteger 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 TaskDefinitionType 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
-
-