public class JobLog
extends java.lang.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/2017-10-29-beta}JobLogDetailArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
JobLog() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
JobLogDetailArray |
getDetailArray()
Gets the value of the detailArray property.
|
java.lang.Integer |
getDetailTotalRows()
Gets the value of the detailTotalRows property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
int |
getFileDuplicateCount()
Gets the value of the fileDuplicateCount property.
|
int |
getFileErrorCount()
Gets the value of the fileErrorCount property.
|
int |
getFileSuccessCount()
Gets the value of the fileSuccessCount property.
|
int |
getFileUpdateCount()
Gets the value of the fileUpdateCount property.
|
int |
getFileWarningCount()
Gets the value of the fileWarningCount property.
|
java.lang.String |
getJobHandle()
Gets the value of the jobHandle property.
|
java.lang.String |
getJobName()
Gets the value of the jobName property.
|
java.lang.String |
getJobSubType()
Gets the value of the jobSubType property.
|
java.lang.String |
getLogType()
Gets the value of the logType property.
|
java.lang.String |
getOriginalJobName()
Gets the value of the originalJobName property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
java.lang.String |
getSubmitUserEmail()
Gets the value of the submitUserEmail property.
|
int |
getTotalFileCount()
Gets the value of the totalFileCount property.
|
int |
getTransferErrorCount()
Gets the value of the transferErrorCount property.
|
int |
getTransferSuccessCount()
Gets the value of the transferSuccessCount property.
|
int |
getTransferWarningCount()
Gets the value of the transferWarningCount property.
|
boolean |
isFatalError()
Gets the value of the fatalError property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDetailArray(JobLogDetailArray value)
Sets the value of the detailArray property.
|
void |
setDetailTotalRows(java.lang.Integer value)
Sets the value of the detailTotalRows property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setFatalError(boolean value)
Sets the value of the fatalError property.
|
void |
setFileDuplicateCount(int value)
Sets the value of the fileDuplicateCount property.
|
void |
setFileErrorCount(int value)
Sets the value of the fileErrorCount property.
|
void |
setFileSuccessCount(int value)
Sets the value of the fileSuccessCount property.
|
void |
setFileUpdateCount(int value)
Sets the value of the fileUpdateCount property.
|
void |
setFileWarningCount(int value)
Sets the value of the fileWarningCount property.
|
void |
setJobHandle(java.lang.String value)
Sets the value of the jobHandle property.
|
void |
setJobName(java.lang.String value)
Sets the value of the jobName property.
|
void |
setJobSubType(java.lang.String value)
Sets the value of the jobSubType property.
|
void |
setLogType(java.lang.String value)
Sets the value of the logType property.
|
void |
setOriginalJobName(java.lang.String value)
Sets the value of the originalJobName property.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setSubmitUserEmail(java.lang.String value)
Sets the value of the submitUserEmail property.
|
void |
setTotalFileCount(int value)
Sets the value of the totalFileCount property.
|
void |
setTransferErrorCount(int value)
Sets the value of the transferErrorCount property.
|
void |
setTransferSuccessCount(int value)
Sets the value of the transferSuccessCount property.
|
void |
setTransferWarningCount(int value)
Sets the value of the transferWarningCount property.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJobHandle()
String
public void setJobHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJobName()
String
public void setJobName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOriginalJobName()
String
public void setOriginalJobName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubmitUserEmail()
String
public void setSubmitUserEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLogType()
String
public void setLogType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJobSubType()
String
public void setJobSubType(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public int getFileSuccessCount()
public void setFileSuccessCount(int value)
public int getFileErrorCount()
public void setFileErrorCount(int value)
public int getFileWarningCount()
public void setFileWarningCount(int value)
public int getFileDuplicateCount()
public void setFileDuplicateCount(int value)
public int getFileUpdateCount()
public void setFileUpdateCount(int value)
public int getTotalFileCount()
public void setTotalFileCount(int value)
public int getTransferSuccessCount()
public void setTransferSuccessCount(int value)
public int getTransferErrorCount()
public void setTransferErrorCount(int value)
public int getTransferWarningCount()
public void setTransferWarningCount(int value)
public boolean isFatalError()
public void setFatalError(boolean value)
public java.lang.Integer getDetailTotalRows()
Integer
public void setDetailTotalRows(java.lang.Integer value)
value
- allowed object is
Integer
public JobLogDetailArray getDetailArray()
JobLogDetailArray
public void setDetailArray(JobLogDetailArray value)
value
- allowed object is
JobLogDetailArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"