Package com.scene7.ipsapi
Class JobLogDetail
java.lang.Object
com.scene7.ipsapi.JobLogDetail
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/2024-05-30-beta}JobLogDetailAuxArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandle property.Gets the value of the assetName property.Gets the value of the assetType property.Gets the value of the auxArray property.Gets the value of the dateCreated property.Gets the value of the logMessage property.Gets the value of the logType property.voidsetAssetHandle(String value) Sets the value of the assetHandle property.voidsetAssetName(String value) Sets the value of the assetName property.voidsetAssetType(String value) Sets the value of the assetType property.voidsetAuxArray(JobLogDetailAuxArray value) Sets the value of the auxArray property.voidSets 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.
-
Constructor Details
-
JobLogDetail
public JobLogDetail()
-
-
Method Details
-
getLogMessage
Gets the value of the logMessage property.- Returns:
- possible object is
String
-
setLogMessage
Sets the value of the logMessage property.- Parameters:
value- allowed object isString
-
getLogType
Gets the value of the logType property.- Returns:
- possible object is
String
-
setLogType
Sets the value of the logType property.- Parameters:
value- allowed object isString
-
getDateCreated
Gets the value of the dateCreated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateCreated
Sets the value of the dateCreated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAssetName
Gets the value of the assetName property.- Returns:
- possible object is
String
-
setAssetName
Sets the value of the assetName property.- Parameters:
value- allowed object isString
-
getAssetType
Gets the value of the assetType property.- Returns:
- possible object is
String
-
setAssetType
Sets the value of the assetType property.- Parameters:
value- allowed object isString
-
getAssetHandle
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getAuxArray
Gets the value of the auxArray property.- Returns:
- possible object is
JobLogDetailAuxArray
-
setAuxArray
Sets the value of the auxArray property.- Parameters:
value- allowed object isJobLogDetailAuxArray
-