Package com.scene7.ipsapi
Class JobLog
java.lang.Object
com.scene7.ipsapi.JobLog
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/2024-05-30-beta}JobLogDetailArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the companyHandle property.Gets the value of the description property.Gets the value of the detailArray property.Gets the value of the detailTotalRows property.Gets the value of the endDate property.intGets the value of the fileDuplicateCount property.intGets the value of the fileErrorCount property.intGets the value of the fileSuccessCount property.intGets the value of the fileUpdateCount property.intGets the value of the fileWarningCount property.Gets the value of the jobHandle property.Gets the value of the jobName property.Gets the value of the jobSubType property.Gets the value of the logType property.Gets the value of the originalJobName property.Gets the value of the startDate property.Gets the value of the submitUserEmail property.intGets the value of the totalFileCount property.intGets the value of the transferErrorCount property.intGets the value of the transferSuccessCount property.intGets the value of the transferWarningCount property.booleanGets the value of the fatalError property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetDescription(String value) Sets the value of the description property.voidsetDetailArray(JobLogDetailArray value) Sets the value of the detailArray property.voidsetDetailTotalRows(Integer value) Sets the value of the detailTotalRows property.voidsetEndDate(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(String value) Sets the value of the jobHandle property.voidsetJobName(String value) Sets the value of the jobName property.voidsetJobSubType(String value) Sets the value of the jobSubType property.voidsetLogType(String value) Sets the value of the logType property.voidsetOriginalJobName(String value) Sets the value of the originalJobName property.voidsetStartDate(XMLGregorianCalendar value) Sets the value of the startDate property.voidsetSubmitUserEmail(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.
-
Constructor Details
-
JobLog
public JobLog()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getJobHandle
Gets the value of the jobHandle property.- Returns:
- possible object is
String
-
setJobHandle
Sets the value of the jobHandle property.- Parameters:
value- allowed object isString
-
getJobName
Gets the value of the jobName property.- Returns:
- possible object is
String
-
setJobName
Sets the value of the jobName property.- Parameters:
value- allowed object isString
-
getOriginalJobName
Gets the value of the originalJobName property.- Returns:
- possible object is
String
-
setOriginalJobName
Sets the value of the originalJobName property.- Parameters:
value- allowed object isString
-
getSubmitUserEmail
Gets the value of the submitUserEmail property.- Returns:
- possible object is
String
-
setSubmitUserEmail
Sets the value of the submitUserEmail property.- Parameters:
value- allowed object isString
-
getLogType
Gets the value of the logType property.- Returns:
- possible object is
String
-
setLogType
Sets the value of the logType property.- Parameters:
value- allowed object isString
-
getJobSubType
Gets the value of the jobSubType property.- Returns:
- possible object is
String
-
setJobSubType
Sets the value of the jobSubType property.- Parameters:
value- allowed object isString
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
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
Gets the value of the detailTotalRows property.- Returns:
- possible object is
Integer
-
setDetailTotalRows
Sets the value of the detailTotalRows property.- Parameters:
value- allowed object isInteger
-
getDetailArray
Gets the value of the detailArray property.- Returns:
- possible object is
JobLogDetailArray
-
setDetailArray
Sets the value of the detailArray property.- Parameters:
value- allowed object isJobLogDetailArray
-