Class UploadRenditionTask

java.lang.Object
com.scene7.ipsapi.UploadRenditionTask

public class UploadRenditionTask extends 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 Details

    • UploadRenditionTask

      public UploadRenditionTask()
  • Method Details

    • getRendition

      public String getRendition()
      Gets the value of the rendition property.
      Returns:
      possible object is String
    • setRendition

      public void setRendition(String value)
      Sets the value of the rendition property.
      Parameters:
      value - allowed object is String
    • getWorkflowState

      public String getWorkflowState()
      Gets the value of the workflowState property.
      Returns:
      possible object is String
    • setWorkflowState

      public void setWorkflowState(String value)
      Sets the value of the workflowState property.
      Parameters:
      value - allowed object is String
    • getProgress

      public double getProgress()
      Gets the value of the progress property.
    • setProgress

      public void setProgress(double value)
      Sets the value of the progress property.