public class JobLogDetailAux extends Object
Java class for JobLogDetailAux complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobLogDetailAux">
<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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
JobLogDetailAux() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved