Package com.scene7.ipsapi
Class JobLog
- java.lang.Object
 - 
- com.scene7.ipsapi.JobLog
 
 
- 
public class JobLog extends java.lang.ObjectJava 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-04-26-beta}JobLogDetailArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description JobLog() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCompanyHandle()Gets the value of the companyHandle property.java.lang.StringgetDescription()Gets the value of the description property.JobLogDetailArraygetDetailArray()Gets the value of the detailArray property.java.lang.IntegergetDetailTotalRows()Gets the value of the detailTotalRows property.javax.xml.datatype.XMLGregorianCalendargetEndDate()Gets the value of the endDate property.intgetFileDuplicateCount()Gets the value of the fileDuplicateCount property.intgetFileErrorCount()Gets the value of the fileErrorCount property.intgetFileSuccessCount()Gets the value of the fileSuccessCount property.intgetFileUpdateCount()Gets the value of the fileUpdateCount property.intgetFileWarningCount()Gets the value of the fileWarningCount property.java.lang.StringgetJobHandle()Gets the value of the jobHandle property.java.lang.StringgetJobName()Gets the value of the jobName property.java.lang.StringgetJobSubType()Gets the value of the jobSubType property.java.lang.StringgetLogType()Gets the value of the logType property.java.lang.StringgetOriginalJobName()Gets the value of the originalJobName property.javax.xml.datatype.XMLGregorianCalendargetStartDate()Gets the value of the startDate property.java.lang.StringgetSubmitUserEmail()Gets the value of the submitUserEmail property.intgetTotalFileCount()Gets the value of the totalFileCount property.intgetTransferErrorCount()Gets the value of the transferErrorCount property.intgetTransferSuccessCount()Gets the value of the transferSuccessCount property.intgetTransferWarningCount()Gets the value of the transferWarningCount property.booleanisFatalError()Gets the value of the fatalError property.voidsetCompanyHandle(java.lang.String value)Sets the value of the companyHandle property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDetailArray(JobLogDetailArray value)Sets the value of the detailArray property.voidsetDetailTotalRows(java.lang.Integer value)Sets the value of the detailTotalRows property.voidsetEndDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the endDate property.voidsetFatalError(boolean value)Sets the value of the fatalError property.voidsetFileDuplicateCount(int value)Sets the value of the fileDuplicateCount property.voidsetFileErrorCount(int value)Sets the value of the fileErrorCount property.voidsetFileSuccessCount(int value)Sets the value of the fileSuccessCount property.voidsetFileUpdateCount(int value)Sets the value of the fileUpdateCount property.voidsetFileWarningCount(int value)Sets the value of the fileWarningCount property.voidsetJobHandle(java.lang.String value)Sets the value of the jobHandle property.voidsetJobName(java.lang.String value)Sets the value of the jobName property.voidsetJobSubType(java.lang.String value)Sets the value of the jobSubType property.voidsetLogType(java.lang.String value)Sets the value of the logType property.voidsetOriginalJobName(java.lang.String value)Sets the value of the originalJobName property.voidsetStartDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the startDate property.voidsetSubmitUserEmail(java.lang.String value)Sets the value of the submitUserEmail property.voidsetTotalFileCount(int value)Sets the value of the totalFileCount property.voidsetTransferErrorCount(int value)Sets the value of the transferErrorCount property.voidsetTransferSuccessCount(int value)Sets the value of the transferSuccessCount property.voidsetTransferWarningCount(int value)Sets the value of the transferWarningCount property. 
 - 
 
- 
- 
Method Detail
- 
getCompanyHandle
public java.lang.String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
 - possible object is
     
String 
 
- 
setCompanyHandle
public void setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.- Parameters:
 value- allowed object isString
 
- 
getJobHandle
public java.lang.String getJobHandle()
Gets the value of the jobHandle property.- Returns:
 - possible object is
     
String 
 
- 
setJobHandle
public void setJobHandle(java.lang.String value)
Sets the value of the jobHandle property.- Parameters:
 value- allowed object isString
 
- 
getJobName
public java.lang.String getJobName()
Gets the value of the jobName property.- Returns:
 - possible object is
     
String 
 
- 
setJobName
public void setJobName(java.lang.String value)
Sets the value of the jobName property.- Parameters:
 value- allowed object isString
 
- 
getOriginalJobName
public java.lang.String getOriginalJobName()
Gets the value of the originalJobName property.- Returns:
 - possible object is
     
String 
 
- 
setOriginalJobName
public void setOriginalJobName(java.lang.String value)
Sets the value of the originalJobName property.- Parameters:
 value- allowed object isString
 
- 
getSubmitUserEmail
public java.lang.String getSubmitUserEmail()
Gets the value of the submitUserEmail property.- Returns:
 - possible object is
     
String 
 
- 
setSubmitUserEmail
public void setSubmitUserEmail(java.lang.String value)
Sets the value of the submitUserEmail property.- Parameters:
 value- allowed object isString
 
- 
getLogType
public java.lang.String getLogType()
Gets the value of the logType property.- Returns:
 - possible object is
     
String 
 
- 
setLogType
public void setLogType(java.lang.String value)
Sets the value of the logType property.- Parameters:
 value- allowed object isString
 
- 
getJobSubType
public java.lang.String getJobSubType()
Gets the value of the jobSubType property.- Returns:
 - possible object is
     
String 
 
- 
setJobSubType
public void setJobSubType(java.lang.String value)
Sets the value of the jobSubType property.- Parameters:
 value- allowed object isString
 
- 
getStartDate
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setStartDate
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getEndDate
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setEndDate
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
 - possible object is
     
String 
 
- 
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
 value- allowed object isString
 
- 
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 java.lang.Integer getDetailTotalRows()
Gets the value of the detailTotalRows property.- Returns:
 - possible object is
     
Integer 
 
- 
setDetailTotalRows
public void setDetailTotalRows(java.lang.Integer value)
Sets the value of the detailTotalRows property.- Parameters:
 value- allowed object isInteger
 
- 
getDetailArray
public JobLogDetailArray getDetailArray()
Gets the value of the detailArray property.- Returns:
 - possible object is
     
JobLogDetailArray 
 
- 
setDetailArray
public void setDetailArray(JobLogDetailArray value)
Sets the value of the detailArray property.- Parameters:
 value- allowed object isJobLogDetailArray
 
 - 
 
 -