Class VXAJobType

java.lang.Object
com.vidispine.generated.VXAJobType
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 VXAJobType 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 VXAJobType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="VXAJobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vxaId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="vxaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="progress" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="plugin" maxOccurs="unbounded">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="jobConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="configuration" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • vxaId

      protected String vxaId
    • vxaName

      protected String vxaName
    • user

      protected String user
    • jobId

      protected long jobId
    • uuid

      protected String uuid
    • type

      protected String type
    • instance

      protected String instance
    • status

      protected String status
    • errorMessage

      protected String errorMessage
    • progress

      protected double progress
    • itemId

      protected String itemId
    • filename

      protected String filename
    • startTime

      protected XMLGregorianCalendar startTime
    • plugin

      protected List<VXAJobType.Plugin> plugin
    • jobConfiguration

      protected String jobConfiguration
    • configuration

      protected List<String> configuration
  • Constructor Details

    • VXAJobType

      public VXAJobType()
  • Method Details

    • getVxaId

      public String getVxaId()
      Gets the value of the vxaId property.
      Returns:
      possible object is String
    • setVxaId

      public void setVxaId(String value)
      Sets the value of the vxaId property.
      Parameters:
      value - allowed object is String
    • isSetVxaId

      public boolean isSetVxaId()
    • getVxaName

      public String getVxaName()
      Gets the value of the vxaName property.
      Returns:
      possible object is String
    • setVxaName

      public void setVxaName(String value)
      Sets the value of the vxaName property.
      Parameters:
      value - allowed object is String
    • isSetVxaName

      public boolean isSetVxaName()
    • getUser

      public String getUser()
      Gets the value of the user property.
      Returns:
      possible object is String
    • setUser

      public void setUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
    • isSetUser

      public boolean isSetUser()
    • getJobId

      public long getJobId()
      Gets the value of the jobId property.
    • setJobId

      public void setJobId(long value)
      Sets the value of the jobId property.
    • isSetJobId

      public boolean isSetJobId()
    • getUuid

      public String getUuid()
      Gets the value of the uuid property.
      Returns:
      possible object is String
    • setUuid

      public void setUuid(String value)
      Sets the value of the uuid property.
      Parameters:
      value - allowed object is String
    • isSetUuid

      public boolean isSetUuid()
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isSetType

      public boolean isSetType()
    • getInstance

      public String getInstance()
      Gets the value of the instance property.
      Returns:
      possible object is String
    • setInstance

      public void setInstance(String value)
      Sets the value of the instance property.
      Parameters:
      value - allowed object is String
    • isSetInstance

      public boolean isSetInstance()
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • isSetStatus

      public boolean isSetStatus()
    • getErrorMessage

      public String getErrorMessage()
      Gets the value of the errorMessage property.
      Returns:
      possible object is String
    • setErrorMessage

      public void setErrorMessage(String value)
      Sets the value of the errorMessage property.
      Parameters:
      value - allowed object is String
    • isSetErrorMessage

      public boolean isSetErrorMessage()
    • getProgress

      public double getProgress()
      Gets the value of the progress property.
    • setProgress

      public void setProgress(double value)
      Sets the value of the progress property.
    • isSetProgress

      public boolean isSetProgress()
    • getItemId

      public String getItemId()
      Gets the value of the itemId property.
      Returns:
      possible object is String
    • setItemId

      public void setItemId(String value)
      Sets the value of the itemId property.
      Parameters:
      value - allowed object is String
    • isSetItemId

      public boolean isSetItemId()
    • getFilename

      public String getFilename()
      Gets the value of the filename property.
      Returns:
      possible object is String
    • setFilename

      public void setFilename(String value)
      Sets the value of the filename property.
      Parameters:
      value - allowed object is String
    • isSetFilename

      public boolean isSetFilename()
    • getStartTime

      public XMLGregorianCalendar getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartTime

      public void setStartTime(XMLGregorianCalendar value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetStartTime

      public boolean isSetStartTime()
    • getPlugin

      public List<VXAJobType.Plugin> getPlugin()
      Gets the value of the plugin property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the plugin property.

      For example, to add a new item, do as follows:

       getPlugin().add(newItem);
       

      Objects of the following type(s) are allowed in the list VXAJobType.Plugin

      Returns:
      The value of the plugin property.
    • isSetPlugin

      public boolean isSetPlugin()
    • unsetPlugin

      public void unsetPlugin()
    • getJobConfiguration

      public String getJobConfiguration()
      Gets the value of the jobConfiguration property.
      Returns:
      possible object is String
    • setJobConfiguration

      public void setJobConfiguration(String value)
      Sets the value of the jobConfiguration property.
      Parameters:
      value - allowed object is String
    • isSetJobConfiguration

      public boolean isSetJobConfiguration()
    • getConfiguration

      public List<String> getConfiguration()
      Gets the value of the configuration property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the configuration property.

      For example, to add a new item, do as follows:

       getConfiguration().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the configuration property.
    • isSetConfiguration

      public boolean isSetConfiguration()
    • unsetConfiguration

      public void unsetConfiguration()
    • 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
    • withVxaId

      public VXAJobType withVxaId(String value)
      Sets the value of the vxaId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withVxaName

      public VXAJobType withVxaName(String value)
      Sets the value of the vxaName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUser

      public VXAJobType withUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withJobId

      public VXAJobType withJobId(long value)
      Sets the value of the jobId property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withUuid

      public VXAJobType withUuid(String value)
      Sets the value of the uuid property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withType

      public VXAJobType withType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withInstance

      public VXAJobType withInstance(String value)
      Sets the value of the instance property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStatus

      public VXAJobType withStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withErrorMessage

      public VXAJobType withErrorMessage(String value)
      Sets the value of the errorMessage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withProgress

      public VXAJobType withProgress(double value)
      Sets the value of the progress property.
      Parameters:
      value - allowed object is double
      Returns:
      The class instance
    • withItemId

      public VXAJobType withItemId(String value)
      Sets the value of the itemId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFilename

      public VXAJobType withFilename(String value)
      Sets the value of the filename property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartTime

      public VXAJobType withStartTime(XMLGregorianCalendar value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withPlugin

      public VXAJobType withPlugin(VXAJobType.Plugin... values)
      Adds objects to the list of Plugin using add method
      Parameters:
      values - objects to add to the list Plugin
      Returns:
      The class instance
    • withPlugin

      public VXAJobType withPlugin(Collection<VXAJobType.Plugin> values)
      Adds objects to the list of Plugin using addAll method
      Parameters:
      values - objects to add to the list Plugin
      Returns:
      The class instance
    • withJobConfiguration

      public VXAJobType withJobConfiguration(String value)
      Sets the value of the jobConfiguration property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withConfiguration

      public VXAJobType withConfiguration(String... values)
      Adds objects to the list of Configuration using add method
      Parameters:
      values - objects to add to the list Configuration
      Returns:
      The class instance
    • withConfiguration

      public VXAJobType withConfiguration(Collection<String> values)
      Adds objects to the list of Configuration using addAll method
      Parameters:
      values - objects to add to the list Configuration
      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 VXAJobType 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