Package com.scene7.ipsapi
Class UploadTask
- java.lang.Object
-
- com.scene7.ipsapi.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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isUploadRenditionTaskArray
-
-