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.
|
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()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public String getExtradata()
String
public void setExtradata(String value)
value
- allowed object is
String
public boolean isSetExtradata()
public BigInteger getFlags()
BigInteger
public void setFlags(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetFlags()
public String getBean()
String
public void setBean(String value)
value
- allowed object is
String
public boolean isSetBean()
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public boolean isSetMethod()
public Boolean isPlugin()
Boolean
public void setPlugin(Boolean value)
value
- allowed object is
Boolean
public boolean isSetPlugin()
public String getScript()
String
public void setScript(String value)
value
- allowed object is
String
public boolean isSetScript()
public BigInteger getStep()
BigInteger
public void setStep(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetStep()
public TaskDefinitionDependency getDependency()
TaskDefinitionDependency
public void setDependency(TaskDefinitionDependency value)
value
- allowed object is
TaskDefinitionDependency
public boolean isSetDependency()
public TaskDefinitionDependency getParallelDependency()
TaskDefinitionDependency
public void setParallelDependency(TaskDefinitionDependency value)
value
- allowed object is
TaskDefinitionDependency
public boolean isSetParallelDependency()
public String getJobType()
String
public void setJobType(String value)
value
- allowed object is
String
public boolean isSetJobType()
public Boolean isCleanup()
Boolean
public void setCleanup(Boolean value)
value
- allowed object is
Boolean
public boolean isSetCleanup()
public Boolean isCritical()
Boolean
public void setCritical(Boolean value)
value
- allowed object is
Boolean
public boolean isSetCritical()
public BigInteger getId()
BigInteger
public void setId(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetId()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.