public class TaskDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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"/>
</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>
| Modifier and Type | Field and 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 String |
method |
protected TaskDefinitionDependency |
parallelDependency |
protected Boolean |
plugin |
protected String |
script |
protected BigInteger |
step |
| Constructor and Description |
|---|
TaskDefinitionType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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.
|
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 |
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 |
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 |
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 |
withMethod(String value) |
TaskDefinitionType |
withParallelDependency(TaskDefinitionDependency value) |
TaskDefinitionType |
withPlugin(Boolean value) |
TaskDefinitionType |
withScript(String value) |
TaskDefinitionType |
withStep(BigInteger value) |
protected String description
protected String extradata
protected BigInteger flags
protected String bean
protected String method
protected Boolean plugin
protected String script
protected BigInteger step
protected TaskDefinitionDependency dependency
protected TaskDefinitionDependency parallelDependency
protected String jobType
protected Boolean cleanup
protected Boolean critical
protected BigInteger id
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getExtradata()
Stringpublic void setExtradata(String value)
value - allowed object is
Stringpublic boolean isSetExtradata()
public BigInteger getFlags()
BigIntegerpublic void setFlags(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetFlags()
public String getBean()
Stringpublic void setBean(String value)
value - allowed object is
Stringpublic boolean isSetBean()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public Boolean isPlugin()
Booleanpublic void setPlugin(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPlugin()
public String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic boolean isSetScript()
public BigInteger getStep()
BigIntegerpublic void setStep(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetStep()
public TaskDefinitionDependency getDependency()
TaskDefinitionDependencypublic void setDependency(TaskDefinitionDependency value)
value - allowed object is
TaskDefinitionDependencypublic boolean isSetDependency()
public TaskDefinitionDependency getParallelDependency()
TaskDefinitionDependencypublic void setParallelDependency(TaskDefinitionDependency value)
value - allowed object is
TaskDefinitionDependencypublic boolean isSetParallelDependency()
public String getJobType()
Stringpublic void setJobType(String value)
value - allowed object is
Stringpublic boolean isSetJobType()
public Boolean isCleanup()
Booleanpublic void setCleanup(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCleanup()
public Boolean isCritical()
Booleanpublic void setCritical(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCritical()
public BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetId()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic TaskDefinitionType withDescription(String value)
public TaskDefinitionType withExtradata(String value)
public TaskDefinitionType withFlags(BigInteger value)
public TaskDefinitionType withBean(String value)
public TaskDefinitionType withMethod(String value)
public TaskDefinitionType withPlugin(Boolean value)
public TaskDefinitionType withScript(String value)
public TaskDefinitionType withStep(BigInteger value)
public TaskDefinitionType withDependency(TaskDefinitionDependency value)
public TaskDefinitionType withParallelDependency(TaskDefinitionDependency value)
public TaskDefinitionType withJobType(String value)
public TaskDefinitionType withCleanup(Boolean value)
public TaskDefinitionType withCritical(Boolean value)
public TaskDefinitionType withId(BigInteger value)
Copyright © 2015. All rights reserved.