public class UploadRenditionTask
extends java.lang.Object
Java 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 and Description |
---|
UploadRenditionTask() |
Modifier and Type | Method and Description |
---|---|
double |
getProgress()
Gets the value of the progress property.
|
java.lang.String |
getRendition()
Gets the value of the rendition property.
|
java.lang.String |
getWorkflowState()
Gets the value of the workflowState property.
|
void |
setProgress(double value)
Sets the value of the progress property.
|
void |
setRendition(java.lang.String value)
Sets the value of the rendition property.
|
void |
setWorkflowState(java.lang.String value)
Sets the value of the workflowState property.
|
public java.lang.String getRendition()
String
public void setRendition(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWorkflowState()
String
public void setWorkflowState(java.lang.String value)
value
- allowed object is
String
public double getProgress()
public void setProgress(double value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"