Class UploadTask

java.lang.Object
com.scene7.ipsapi.UploadTask

public class UploadTask extends 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/2024-05-30-beta}UploadRenditionTaskArray"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • UploadTask

      public UploadTask()
  • Method Details

    • getFile

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

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

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

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

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

      public void setWorkflowState(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.
    • getRenditions

      public UploadRenditionTaskArray getRenditions()
      Gets the value of the renditions property.
      Returns:
      possible object is UploadRenditionTaskArray
    • setRenditions

      public void setRenditions(UploadRenditionTaskArray value)
      Sets the value of the renditions property.
      Parameters:
      value - allowed object is UploadRenditionTaskArray