public class JobLogDetail extends Object
Java class for JobLogDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobLogDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="logMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="logType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="assetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="auxArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}JobLogDetailAuxArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
JobLogDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetHandle()
Gets the value of the assetHandle property.
|
String |
getAssetName()
Gets the value of the assetName property.
|
String |
getAssetType()
Gets the value of the assetType property.
|
JobLogDetailAuxArray |
getAuxArray()
Gets the value of the auxArray property.
|
XMLGregorianCalendar |
getDateCreated()
Gets the value of the dateCreated property.
|
String |
getLogMessage()
Gets the value of the logMessage property.
|
String |
getLogType()
Gets the value of the logType property.
|
void |
setAssetHandle(String value)
Sets the value of the assetHandle property.
|
void |
setAssetName(String value)
Sets the value of the assetName property.
|
void |
setAssetType(String value)
Sets the value of the assetType property.
|
void |
setAuxArray(JobLogDetailAuxArray value)
Sets the value of the auxArray property.
|
void |
setDateCreated(XMLGregorianCalendar value)
Sets the value of the dateCreated property.
|
void |
setLogMessage(String value)
Sets the value of the logMessage property.
|
void |
setLogType(String value)
Sets the value of the logType property.
|
public String getLogMessage()
Stringpublic void setLogMessage(String value)
value - allowed object is
Stringpublic String getLogType()
Stringpublic void setLogType(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateCreated()
XMLGregorianCalendarpublic void setDateCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAssetName()
Stringpublic void setAssetName(String value)
value - allowed object is
Stringpublic String getAssetType()
Stringpublic void setAssetType(String value)
value - allowed object is
Stringpublic String getAssetHandle()
Stringpublic void setAssetHandle(String value)
value - allowed object is
Stringpublic JobLogDetailAuxArray getAuxArray()
JobLogDetailAuxArraypublic void setAuxArray(JobLogDetailAuxArray value)
value - allowed object is
JobLogDetailAuxArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved