Class AssetJobLog


  • public class AssetJobLog
    extends Object

    Java class for AssetJobLog complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AssetJobLog">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="logMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="logType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="submitUserEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="logDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="auxArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}JobLogDetailAuxArray" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AssetJobLog

        public AssetJobLog()
    • Method Detail

      • getJobHandle

        public String getJobHandle()
        Gets the value of the jobHandle property.
        Returns:
        possible object is String
      • setJobHandle

        public void setJobHandle​(String value)
        Sets the value of the jobHandle property.
        Parameters:
        value - allowed object is String
      • getJobName

        public String getJobName()
        Gets the value of the jobName property.
        Returns:
        possible object is String
      • setJobName

        public void setJobName​(String value)
        Sets the value of the jobName property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • getSubmitUserEmail

        public String getSubmitUserEmail()
        Gets the value of the submitUserEmail property.
        Returns:
        possible object is String
      • setSubmitUserEmail

        public void setSubmitUserEmail​(String value)
        Sets the value of the submitUserEmail property.
        Parameters:
        value - allowed object is String