Class VXAJobType

  • 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 VXAJobType
    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 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:
    Serialized Form
    • Constructor Detail

      • VXAJobType

        public VXAJobType()
    • Method Detail

      • 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()
      • 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

      • 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

      • isSetConfiguration

        public boolean isSetConfiguration()
      • unsetConfiguration

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

        public VXAJobType withJobId​(long value)
      • withProgress

        public VXAJobType withProgress​(double value)
      • withJobConfiguration

        public VXAJobType withJobConfiguration​(String value)
      • 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 VXAJobType 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