Package com.scene7.ipsapi
Class AssetJobLog
- java.lang.Object
-
- com.scene7.ipsapi.AssetJobLog
-
public class AssetJobLog extends java.lang.ObjectJava 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/2022-11-01-beta}JobLogDetailAuxArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AssetJobLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobLogDetailAuxArraygetAuxArray()Gets the value of the auxArray property.java.lang.StringgetJobHandle()Gets the value of the jobHandle property.java.lang.StringgetJobName()Gets the value of the jobName property.javax.xml.datatype.XMLGregorianCalendargetLogDate()Gets the value of the logDate property.java.lang.StringgetLogMessage()Gets the value of the logMessage property.java.lang.StringgetLogType()Gets the value of the logType property.java.lang.StringgetSubmitUserEmail()Gets the value of the submitUserEmail property.voidsetAuxArray(JobLogDetailAuxArray value)Sets the value of the auxArray 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.voidsetLogDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the logDate property.voidsetLogMessage(java.lang.String value)Sets the value of the logMessage property.voidsetLogType(java.lang.String value)Sets the value of the logType property.voidsetSubmitUserEmail(java.lang.String value)Sets the value of the submitUserEmail property.
-
-
-
Method Detail
-
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
-
getLogMessage
public java.lang.String getLogMessage()
Gets the value of the logMessage property.- Returns:
- possible object is
String
-
setLogMessage
public void setLogMessage(java.lang.String value)
Sets the value of the logMessage 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
-
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
-
getLogDate
public javax.xml.datatype.XMLGregorianCalendar getLogDate()
Gets the value of the logDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLogDate
public void setLogDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the logDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAuxArray
public JobLogDetailAuxArray getAuxArray()
Gets the value of the auxArray property.- Returns:
- possible object is
JobLogDetailAuxArray
-
setAuxArray
public void setAuxArray(JobLogDetailAuxArray value)
Sets the value of the auxArray property.- Parameters:
value- allowed object isJobLogDetailAuxArray
-
-