Package com.scene7.ipsapi
Class JobLogDetailAux
- java.lang.Object
-
- com.scene7.ipsapi.JobLogDetailAux
-
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 Summary
Constructors Constructor Description JobLogDetailAux()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDateCreated()Gets the value of the dateCreated property.StringgetLogMessage()Gets the value of the logMessage property.StringgetLogType()Gets the value of the logType property.voidsetDateCreated(XMLGregorianCalendar value)Sets the value of the dateCreated property.voidsetLogMessage(String value)Sets the value of the logMessage property.voidsetLogType(String value)Sets the value of the logType property.
-
-
-
Method Detail
-
getLogMessage
public String getLogMessage()
Gets the value of the logMessage property.- Returns:
- possible object is
String
-
setLogMessage
public void setLogMessage(String value)
Sets the value of the logMessage property.- Parameters:
value- allowed object isString
-
getLogType
public String getLogType()
Gets the value of the logType property.- Returns:
- possible object is
String
-
setLogType
public void setLogType(String value)
Sets the value of the logType property.- Parameters:
value- allowed object isString
-
getDateCreated
public XMLGregorianCalendar getDateCreated()
Gets the value of the dateCreated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateCreated
public void setDateCreated(XMLGregorianCalendar value)
Sets the value of the dateCreated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-