Package com.scene7.ipsapi
Class UploadTask
java.lang.Object
com.scene7.ipsapi.UploadTask
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Gets the value of the file property.Gets the value of the processingStatus property.doubleGets the value of the progress property.Gets the value of the renditions property.Gets the value of the workflowState property.voidSets the value of the file property.voidsetProcessingStatus(String value) Sets the value of the processingStatus property.voidsetProgress(double value) Sets the value of the progress property.voidSets the value of the renditions property.voidsetWorkflowState(String value) Sets the value of the workflowState property.
-
Constructor Details
-
UploadTask
public UploadTask()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
String
-
setFile
Sets the value of the file property.- Parameters:
value- allowed object isString
-
getProcessingStatus
Gets the value of the processingStatus property.- Returns:
- possible object is
String
-
setProcessingStatus
Sets the value of the processingStatus property.- Parameters:
value- allowed object isString
-
getWorkflowState
Gets the value of the workflowState property.- Returns:
- possible object is
String
-
setWorkflowState
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
Gets the value of the renditions property.- Returns:
- possible object is
UploadRenditionTaskArray
-
setRenditions
Sets the value of the renditions property.- Parameters:
value- allowed object isUploadRenditionTaskArray
-