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/2017-10-29-beta}UploadRenditionTaskArray"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
UploadTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFile()
Gets the value of the file property. 
 | 
java.lang.String | 
getProcessingStatus()
Gets the value of the processingStatus property. 
 | 
double | 
getProgress()
Gets the value of the progress property. 
 | 
UploadRenditionTaskArray | 
getRenditions()
Gets the value of the renditions property. 
 | 
java.lang.String | 
getWorkflowState()
Gets the value of the workflowState property. 
 | 
void | 
setFile(java.lang.String value)
Sets the value of the file property. 
 | 
void | 
setProcessingStatus(java.lang.String value)
Sets the value of the processingStatus property. 
 | 
void | 
setProgress(double value)
Sets the value of the progress property. 
 | 
void | 
setRenditions(UploadRenditionTaskArray value)
Sets the value of the renditions property. 
 | 
void | 
setWorkflowState(java.lang.String value)
Sets the value of the workflowState property. 
 | 
public java.lang.String getFile()
Stringpublic void setFile(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getProcessingStatus()
Stringpublic void setProcessingStatus(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getWorkflowState()
Stringpublic void setWorkflowState(java.lang.String value)
value - allowed object is
     Stringpublic double getProgress()
public void setProgress(double value)
public UploadRenditionTaskArray getRenditions()
UploadRenditionTaskArraypublic void setRenditions(UploadRenditionTaskArray value)
value - allowed object is
     UploadRenditionTaskArray"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"