Package com.scene7.ipsapi
Class JobLogDetail
- java.lang.Object
 - 
- com.scene7.ipsapi.JobLogDetail
 
 
- 
public class JobLogDetail extends java.lang.ObjectJava 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/2021-04-26-beta}JobLogDetailAuxArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description JobLogDetail() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssetHandle()Gets the value of the assetHandle property.java.lang.StringgetAssetName()Gets the value of the assetName property.java.lang.StringgetAssetType()Gets the value of the assetType property.JobLogDetailAuxArraygetAuxArray()Gets the value of the auxArray property.javax.xml.datatype.XMLGregorianCalendargetDateCreated()Gets the value of the dateCreated property.java.lang.StringgetLogMessage()Gets the value of the logMessage property.java.lang.StringgetLogType()Gets the value of the logType property.voidsetAssetHandle(java.lang.String value)Sets the value of the assetHandle property.voidsetAssetName(java.lang.String value)Sets the value of the assetName property.voidsetAssetType(java.lang.String value)Sets the value of the assetType property.voidsetAuxArray(JobLogDetailAuxArray value)Sets the value of the auxArray property.voidsetDateCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateCreated 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. 
 - 
 
- 
- 
Method Detail
- 
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
 
- 
getDateCreated
public javax.xml.datatype.XMLGregorianCalendar getDateCreated()
Gets the value of the dateCreated property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setDateCreated
public void setDateCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateCreated property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getAssetName
public java.lang.String getAssetName()
Gets the value of the assetName property.- Returns:
 - possible object is
     
String 
 
- 
setAssetName
public void setAssetName(java.lang.String value)
Sets the value of the assetName property.- Parameters:
 value- allowed object isString
 
- 
getAssetType
public java.lang.String getAssetType()
Gets the value of the assetType property.- Returns:
 - possible object is
     
String 
 
- 
setAssetType
public void setAssetType(java.lang.String value)
Sets the value of the assetType property.- Parameters:
 value- allowed object isString
 
- 
getAssetHandle
public java.lang.String getAssetHandle()
Gets the value of the assetHandle property.- Returns:
 - possible object is
     
String 
 
- 
setAssetHandle
public void setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.- Parameters:
 value- allowed object isString
 
- 
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
 
 - 
 
 -