Class UploadTask


  • public class UploadTask
    extends java.lang.Object

    Java class for UploadTask complex type.

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

     <complexType name="UploadTask">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="processingStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="workflowState" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="progress" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="renditions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}UploadRenditionTaskArray"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      UploadTask()  
    • Constructor Detail

      • UploadTask

        public UploadTask()
    • Method Detail

      • getFile

        public java.lang.String getFile()
        Gets the value of the file property.
        Returns:
        possible object is String
      • setFile

        public void setFile​(java.lang.String value)
        Sets the value of the file property.
        Parameters:
        value - allowed object is String
      • getProcessingStatus

        public java.lang.String getProcessingStatus()
        Gets the value of the processingStatus property.
        Returns:
        possible object is String
      • setProcessingStatus

        public void setProcessingStatus​(java.lang.String value)
        Sets the value of the processingStatus property.
        Parameters:
        value - allowed object is String
      • getWorkflowState

        public java.lang.String getWorkflowState()
        Gets the value of the workflowState property.
        Returns:
        possible object is String
      • setWorkflowState

        public void setWorkflowState​(java.lang.String value)
        Sets the value of the workflowState property.
        Parameters:
        value - allowed object is String
      • getProgress

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

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