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:
  • Field Details

  • Constructor Details

    • TaskDefinitionType

      public TaskDefinitionType()
  • Method Details

    • 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 is String
    • 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 is String
    • 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 is BigInteger
    • 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 is String
    • 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 is String
    • 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 is Boolean
    • 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 is String
    • 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 is SimpleMetadataType
    • 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 is BigInteger
    • 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 is TaskDefinitionDependency
    • 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 is TaskDefinitionDependency
    • 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 is String
    • 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 is Boolean
    • 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 is Boolean
    • 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 is BigInteger
    • isSetId

      public boolean isSetId()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withDescription

      public TaskDefinitionType withDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExtradata

      public TaskDefinitionType withExtradata(String value)
      Sets the value of the extradata property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFlags

      public TaskDefinitionType withFlags(BigInteger value)
      Sets the value of the flags property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withBean

      public TaskDefinitionType withBean(String value)
      Sets the value of the bean property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMethod

      public TaskDefinitionType withMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPlugin

      public TaskDefinitionType withPlugin(Boolean value)
      Sets the value of the plugin property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withScript

      public TaskDefinitionType withScript(String value)
      Sets the value of the script property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMetadata

      public TaskDefinitionType withMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
      Returns:
      The class instance
    • withStep

      public TaskDefinitionType withStep(BigInteger value)
      Sets the value of the step property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withDependency

      public TaskDefinitionType withDependency(TaskDefinitionDependency value)
      Sets the value of the dependency property.
      Parameters:
      value - allowed object is TaskDefinitionDependency
      Returns:
      The class instance
    • withParallelDependency

      public TaskDefinitionType withParallelDependency(TaskDefinitionDependency value)
      Sets the value of the parallelDependency property.
      Parameters:
      value - allowed object is TaskDefinitionDependency
      Returns:
      The class instance
    • withJobType

      public TaskDefinitionType withJobType(String value)
      Sets the value of the jobType property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCleanup

      public TaskDefinitionType withCleanup(Boolean value)
      Sets the value of the cleanup property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withCritical

      public TaskDefinitionType withCritical(Boolean value)
      Sets the value of the critical property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withId

      public TaskDefinitionType withId(BigInteger value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is BigInteger
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public TaskDefinitionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString