Class UploadRenditionTask


  • 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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UploadRenditionTask

        public UploadRenditionTask()
    • 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 is String
      • 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 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.