Class TaskItemProgress


  • public class TaskItemProgress
    extends java.lang.Object

    Java class for TaskItemProgress complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TaskItemProgress">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="itemName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="progress" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="progressMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="lastProgressUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getItemName()
      Gets the value of the itemName property.
      javax.xml.datatype.XMLGregorianCalendar getLastProgressUpdate()
      Gets the value of the lastProgressUpdate property.
      double getProgress()
      Gets the value of the progress property.
      java.lang.String getProgressMessage()
      Gets the value of the progressMessage property.
      void setItemName​(java.lang.String value)
      Sets the value of the itemName property.
      void setLastProgressUpdate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the lastProgressUpdate property.
      void setProgress​(double value)
      Sets the value of the progress property.
      void setProgressMessage​(java.lang.String value)
      Sets the value of the progressMessage property.
      • Methods inherited from class java.lang.Object

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

      • TaskItemProgress

        public TaskItemProgress()
    • Method Detail

      • getItemName

        public java.lang.String getItemName()
        Gets the value of the itemName property.
        Returns:
        possible object is String
      • setItemName

        public void setItemName​(java.lang.String value)
        Sets the value of the itemName 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.
      • getProgressMessage

        public java.lang.String getProgressMessage()
        Gets the value of the progressMessage property.
        Returns:
        possible object is String
      • setProgressMessage

        public void setProgressMessage​(java.lang.String value)
        Sets the value of the progressMessage property.
        Parameters:
        value - allowed object is String
      • getLastProgressUpdate

        public javax.xml.datatype.XMLGregorianCalendar getLastProgressUpdate()
        Gets the value of the lastProgressUpdate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setLastProgressUpdate

        public void setLastProgressUpdate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the lastProgressUpdate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar