Package com.vidispine.generated
Class TaskDefinitionType
java.lang.Object
com.vidispine.generated.TaskDefinitionType
- 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 TaskDefinitionType
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected Boolean
protected TaskDefinitionDependency
protected String
protected String
protected BigInteger
protected BigInteger
protected String
protected SimpleMetadataType
protected String
protected TaskDefinitionDependency
protected Boolean
protected String
protected BigInteger
-
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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getBean()
Gets the value of the bean property.Gets the value of the dependency property.Gets the value of the description property.Gets the value of the extradata property.getFlags()
Gets the value of the flags property.getId()
Gets the value of the id property.Gets the value of the jobType property.Gets the value of the metadata property.Gets the value of the method property.Gets the value of the parallelDependency property.Gets the value of the script property.getStep()
Gets the value of the step property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the cleanup property.Gets the value of the critical property.isPlugin()
Gets the value of the plugin property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
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
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
Sets the value of the method property.void
Sets the value of the parallelDependency property.void
Sets the value of the plugin property.void
Sets the value of the script property.void
setStep
(BigInteger value) Sets the value of the step property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the bean property.withCleanup
(Boolean value) Sets the value of the cleanup property.withCritical
(Boolean value) Sets the value of the critical property.Sets the value of the dependency property.withDescription
(String value) Sets the value of the description property.withExtradata
(String value) Sets the value of the extradata property.withFlags
(BigInteger value) Sets the value of the flags property.withId
(BigInteger value) Sets the value of the id property.withJobType
(String value) Sets the value of the jobType property.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.withMethod
(String value) Sets the value of the method property.Sets the value of the parallelDependency property.withPlugin
(Boolean value) Sets the value of the plugin property.withScript
(String value) Sets the value of the script property.withStep
(BigInteger value) Sets the value of the step property.
-
Field Details
-
description
-
extradata
-
flags
-
bean
-
method
-
plugin
-
script
-
metadata
-
step
-
dependency
-
parallelDependency
-
jobType
-
cleanup
-
critical
-
id
-
-
Constructor Details
-
TaskDefinitionType
public TaskDefinitionType()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
getExtradata
Gets the value of the extradata property.- Returns:
- possible object is
String
-
setExtradata
Sets the value of the extradata property.- Parameters:
value
- allowed object isString
-
isSetExtradata
public boolean isSetExtradata() -
getFlags
Gets the value of the flags property.- Returns:
- possible object is
BigInteger
-
setFlags
Sets the value of the flags property.- Parameters:
value
- allowed object isBigInteger
-
isSetFlags
public boolean isSetFlags() -
getBean
Gets the value of the bean property.- Returns:
- possible object is
String
-
setBean
Sets the value of the bean property.- Parameters:
value
- allowed object isString
-
isSetBean
public boolean isSetBean() -
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
isSetMethod
public boolean isSetMethod() -
isPlugin
Gets the value of the plugin property.- Returns:
- possible object is
Boolean
-
setPlugin
Sets the value of the plugin property.- Parameters:
value
- allowed object isBoolean
-
isSetPlugin
public boolean isSetPlugin() -
getScript
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
isSetScript
public boolean isSetScript() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getStep
Gets the value of the step property.- Returns:
- possible object is
BigInteger
-
setStep
Sets the value of the step property.- Parameters:
value
- allowed object isBigInteger
-
isSetStep
public boolean isSetStep() -
getDependency
Gets the value of the dependency property.- Returns:
- possible object is
TaskDefinitionDependency
-
setDependency
Sets the value of the dependency property.- Parameters:
value
- allowed object isTaskDefinitionDependency
-
isSetDependency
public boolean isSetDependency() -
getParallelDependency
Gets the value of the parallelDependency property.- Returns:
- possible object is
TaskDefinitionDependency
-
setParallelDependency
Sets the value of the parallelDependency property.- Parameters:
value
- allowed object isTaskDefinitionDependency
-
isSetParallelDependency
public boolean isSetParallelDependency() -
getJobType
Gets the value of the jobType property.- Returns:
- possible object is
String
-
setJobType
Sets the value of the jobType property.- Parameters:
value
- allowed object isString
-
isSetJobType
public boolean isSetJobType() -
isCleanup
Gets the value of the cleanup property.- Returns:
- possible object is
Boolean
-
setCleanup
Sets the value of the cleanup property.- Parameters:
value
- allowed object isBoolean
-
isSetCleanup
public boolean isSetCleanup() -
isCritical
Gets the value of the critical property.- Returns:
- possible object is
Boolean
-
setCritical
Sets the value of the critical property.- Parameters:
value
- allowed object isBoolean
-
isSetCritical
public boolean isSetCritical() -
getId
Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isBigInteger
-
isSetId
public boolean isSetId() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withExtradata
Sets the value of the extradata property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withFlags
Sets the value of the flags property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withBean
Sets the value of the bean property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPlugin
Sets the value of the plugin property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withStep
Sets the value of the step property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withDependency
Sets the value of the dependency property.- Parameters:
value
- allowed object isTaskDefinitionDependency
- Returns:
- The class instance
-
withParallelDependency
Sets the value of the parallelDependency property.- Parameters:
value
- allowed object isTaskDefinitionDependency
- Returns:
- The class instance
-
withJobType
Sets the value of the jobType property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCleanup
Sets the value of the cleanup property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withCritical
Sets the value of the critical property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isBigInteger
- 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-