Class JobLog


  • public class JobLog
    extends Object

    Java class for JobLog complex type.

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

     <complexType name="JobLog">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="originalJobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="submitUserEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="logType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="jobSubType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="fileSuccessCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="fileErrorCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="fileWarningCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="fileDuplicateCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="fileUpdateCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="totalFileCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="transferSuccessCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="transferErrorCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="transferWarningCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="fatalError" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="detailTotalRows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="detailArray" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}JobLogDetailArray" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • JobLog

        public JobLog()
    • Method Detail

      • getCompanyHandle

        public String getCompanyHandle()
        Gets the value of the companyHandle property.
        Returns:
        possible object is String
      • setCompanyHandle

        public void setCompanyHandle​(String value)
        Sets the value of the companyHandle property.
        Parameters:
        value - allowed object is String
      • getJobHandle

        public String getJobHandle()
        Gets the value of the jobHandle property.
        Returns:
        possible object is String
      • setJobHandle

        public void setJobHandle​(String value)
        Sets the value of the jobHandle property.
        Parameters:
        value - allowed object is String
      • getJobName

        public String getJobName()
        Gets the value of the jobName property.
        Returns:
        possible object is String
      • setJobName

        public void setJobName​(String value)
        Sets the value of the jobName property.
        Parameters:
        value - allowed object is String
      • getOriginalJobName

        public String getOriginalJobName()
        Gets the value of the originalJobName property.
        Returns:
        possible object is String
      • setOriginalJobName

        public void setOriginalJobName​(String value)
        Sets the value of the originalJobName property.
        Parameters:
        value - allowed object is String
      • getSubmitUserEmail

        public String getSubmitUserEmail()
        Gets the value of the submitUserEmail property.
        Returns:
        possible object is String
      • setSubmitUserEmail

        public void setSubmitUserEmail​(String value)
        Sets the value of the submitUserEmail property.
        Parameters:
        value - allowed object is String
      • getLogType

        public String getLogType()
        Gets the value of the logType property.
        Returns:
        possible object is String
      • setLogType

        public void setLogType​(String value)
        Sets the value of the logType property.
        Parameters:
        value - allowed object is String
      • getJobSubType

        public String getJobSubType()
        Gets the value of the jobSubType property.
        Returns:
        possible object is String
      • setJobSubType

        public void setJobSubType​(String value)
        Sets the value of the jobSubType property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getFileSuccessCount

        public int getFileSuccessCount()
        Gets the value of the fileSuccessCount property.
      • setFileSuccessCount

        public void setFileSuccessCount​(int value)
        Sets the value of the fileSuccessCount property.
      • getFileErrorCount

        public int getFileErrorCount()
        Gets the value of the fileErrorCount property.
      • setFileErrorCount

        public void setFileErrorCount​(int value)
        Sets the value of the fileErrorCount property.
      • getFileWarningCount

        public int getFileWarningCount()
        Gets the value of the fileWarningCount property.
      • setFileWarningCount

        public void setFileWarningCount​(int value)
        Sets the value of the fileWarningCount property.
      • getFileDuplicateCount

        public int getFileDuplicateCount()
        Gets the value of the fileDuplicateCount property.
      • setFileDuplicateCount

        public void setFileDuplicateCount​(int value)
        Sets the value of the fileDuplicateCount property.
      • getFileUpdateCount

        public int getFileUpdateCount()
        Gets the value of the fileUpdateCount property.
      • setFileUpdateCount

        public void setFileUpdateCount​(int value)
        Sets the value of the fileUpdateCount property.
      • getTotalFileCount

        public int getTotalFileCount()
        Gets the value of the totalFileCount property.
      • setTotalFileCount

        public void setTotalFileCount​(int value)
        Sets the value of the totalFileCount property.
      • getTransferSuccessCount

        public int getTransferSuccessCount()
        Gets the value of the transferSuccessCount property.
      • setTransferSuccessCount

        public void setTransferSuccessCount​(int value)
        Sets the value of the transferSuccessCount property.
      • getTransferErrorCount

        public int getTransferErrorCount()
        Gets the value of the transferErrorCount property.
      • setTransferErrorCount

        public void setTransferErrorCount​(int value)
        Sets the value of the transferErrorCount property.
      • getTransferWarningCount

        public int getTransferWarningCount()
        Gets the value of the transferWarningCount property.
      • setTransferWarningCount

        public void setTransferWarningCount​(int value)
        Sets the value of the transferWarningCount property.
      • isFatalError

        public boolean isFatalError()
        Gets the value of the fatalError property.
      • setFatalError

        public void setFatalError​(boolean value)
        Sets the value of the fatalError property.
      • getDetailTotalRows

        public Integer getDetailTotalRows()
        Gets the value of the detailTotalRows property.
        Returns:
        possible object is Integer
      • setDetailTotalRows

        public void setDetailTotalRows​(Integer value)
        Sets the value of the detailTotalRows property.
        Parameters:
        value - allowed object is Integer
      • setDetailArray

        public void setDetailArray​(JobLogDetailArray value)
        Sets the value of the detailArray property.
        Parameters:
        value - allowed object is JobLogDetailArray