Class UploadTaskStatus


  • public class UploadTaskStatus
    extends Object

    Java class for UploadTaskStatus complex type.

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

     <complexType name="UploadTaskStatus">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="isJobStopped" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="lastAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="lastCompleted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="taskArray" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}UploadTaskArray"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • UploadTaskStatus

        public UploadTaskStatus()
    • Method Detail

      • getJobHandle

        public String getJobHandle()
        Gets the value of the jobHandle property.
        Returns:
        possible object is String
      • setJobHandle

        public void setJobHandle​(String value)
        Sets the value of the jobHandle property.
        Parameters:
        value - allowed object is String
      • isIsJobStopped

        public boolean isIsJobStopped()
        Gets the value of the isJobStopped property.
      • setIsJobStopped

        public void setIsJobStopped​(boolean value)
        Sets the value of the isJobStopped property.
      • setTaskArray

        public void setTaskArray​(UploadTaskArray value)
        Sets the value of the taskArray property.
        Parameters:
        value - allowed object is UploadTaskArray