Class 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
    • Constructor Detail

      • TaskDefinitionType

        public TaskDefinitionType()
    • 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 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()
      • 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()
      • isSetDependency

        public boolean isSetDependency()
      • 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()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.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 interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object