public class AssetJobLog extends 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/2019-09-10-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.
|
String |
getJobHandle()
Gets the value of the jobHandle property.
|
String |
getJobName()
Gets the value of the jobName property.
|
XMLGregorianCalendar |
getLogDate()
Gets the value of the logDate property.
|
String |
getLogMessage()
Gets the value of the logMessage property.
|
String |
getLogType()
Gets the value of the logType property.
|
String |
getSubmitUserEmail()
Gets the value of the submitUserEmail property.
|
void |
setAuxArray(JobLogDetailAuxArray value)
Sets the value of the auxArray property.
|
void |
setJobHandle(String value)
Sets the value of the jobHandle property.
|
void |
setJobName(String value)
Sets the value of the jobName property.
|
void |
setLogDate(XMLGregorianCalendar value)
Sets the value of the logDate property.
|
void |
setLogMessage(String value)
Sets the value of the logMessage property.
|
void |
setLogType(String value)
Sets the value of the logType property.
|
void |
setSubmitUserEmail(String value)
Sets the value of the submitUserEmail property.
|
public String getJobHandle()
Stringpublic void setJobHandle(String value)
value - allowed object is
Stringpublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic String getLogMessage()
Stringpublic void setLogMessage(String value)
value - allowed object is
Stringpublic String getLogType()
Stringpublic void setLogType(String value)
value - allowed object is
Stringpublic String getSubmitUserEmail()
Stringpublic void setSubmitUserEmail(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLogDate()
XMLGregorianCalendarpublic void setLogDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic JobLogDetailAuxArray getAuxArray()
JobLogDetailAuxArraypublic void setAuxArray(JobLogDetailAuxArray value)
value - allowed object is
JobLogDetailAuxArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved