public class AssetJobLog
extends java.lang.Object
Java class for AssetJobLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetJobLog"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="logMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="logType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="submitUserEmail" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="logDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="auxArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}JobLogDetailAuxArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AssetJobLog() |
Modifier and Type | Method and Description |
---|---|
JobLogDetailAuxArray |
getAuxArray()
Gets the value of the auxArray property.
|
java.lang.String |
getJobHandle()
Gets the value of the jobHandle property.
|
java.lang.String |
getJobName()
Gets the value of the jobName property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLogDate()
Gets the value of the logDate property.
|
java.lang.String |
getLogMessage()
Gets the value of the logMessage property.
|
java.lang.String |
getLogType()
Gets the value of the logType property.
|
java.lang.String |
getSubmitUserEmail()
Gets the value of the submitUserEmail property.
|
void |
setAuxArray(JobLogDetailAuxArray value)
Sets the value of the auxArray 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 |
setLogDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the logDate property.
|
void |
setLogMessage(java.lang.String value)
Sets the value of the logMessage property.
|
void |
setLogType(java.lang.String value)
Sets the value of the logType property.
|
void |
setSubmitUserEmail(java.lang.String value)
Sets the value of the submitUserEmail property.
|
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 getLogMessage()
String
public void setLogMessage(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 getSubmitUserEmail()
String
public void setSubmitUserEmail(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getLogDate()
XMLGregorianCalendar
public void setLogDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public JobLogDetailAuxArray getAuxArray()
JobLogDetailAuxArray
public void setAuxArray(JobLogDetailAuxArray value)
value
- allowed object is
JobLogDetailAuxArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"