Class JobLogDetail


  • public class JobLogDetail
    extends Object

    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/2021-01-11-beta}JobLogDetailAuxArray" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • JobLogDetail

        public JobLogDetail()
    • 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 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
      • getAssetName

        public String getAssetName()
        Gets the value of the assetName property.
        Returns:
        possible object is String
      • setAssetName

        public void setAssetName​(String value)
        Sets the value of the assetName property.
        Parameters:
        value - allowed object is String
      • getAssetType

        public String getAssetType()
        Gets the value of the assetType property.
        Returns:
        possible object is String
      • setAssetType

        public void setAssetType​(String value)
        Sets the value of the assetType property.
        Parameters:
        value - allowed object is String
      • getAssetHandle

        public String getAssetHandle()
        Gets the value of the assetHandle property.
        Returns:
        possible object is String
      • setAssetHandle

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