Package com.scene7.ipsapi
Class UploadRenditionTask
java.lang.Object
com.scene7.ipsapi.UploadRenditionTask
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the value of the progress property.Gets the value of the rendition property.Gets the value of the workflowState property.voidsetProgress(double value) Sets the value of the progress property.voidsetRendition(String value) Sets the value of the rendition property.voidsetWorkflowState(String value) Sets the value of the workflowState property.
-
Constructor Details
-
UploadRenditionTask
public UploadRenditionTask()
-
-
Method Details
-
getRendition
Gets the value of the rendition property.- Returns:
- possible object is
String
-
setRendition
Sets the value of the rendition 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.
-