Package com.scene7.ipsapi
Class UploadRenditionTask
- java.lang.Object
-
- com.scene7.ipsapi.UploadRenditionTask
-
public class UploadRenditionTask extends java.lang.ObjectJava class for UploadRenditionTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UploadRenditionTask"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rendition" 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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UploadRenditionTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetProgress()Gets the value of the progress property.java.lang.StringgetRendition()Gets the value of the rendition property.java.lang.StringgetWorkflowState()Gets the value of the workflowState property.voidsetProgress(double value)Sets the value of the progress property.voidsetRendition(java.lang.String value)Sets the value of the rendition property.voidsetWorkflowState(java.lang.String value)Sets the value of the workflowState property.
-
-
-
Method Detail
-
getRendition
public java.lang.String getRendition()
Gets the value of the rendition property.- Returns:
- possible object is
String
-
setRendition
public void setRendition(java.lang.String value)
Sets the value of the rendition 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.
-
-