Class CtsWsLogItem


  • public class CtsWsLogItem
    extends java.lang.Object

    Java class for CtsWsLogItem complex type.

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

     <complexType name="CtsWsLogItem">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Classification" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String classification  
      protected java.lang.String message  
      protected java.lang.String severity  
    • Constructor Summary

      Constructors 
      Constructor Description
      CtsWsLogItem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassification()
      Gets the value of the classification property.
      java.lang.String getMessage()
      Gets the value of the message property.
      java.lang.String getSeverity()
      Gets the value of the severity property.
      void setClassification​(java.lang.String value)
      Sets the value of the classification property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setSeverity​(java.lang.String value)
      Sets the value of the severity property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • severity

        protected java.lang.String severity
      • classification

        protected java.lang.String classification
      • message

        protected java.lang.String message
    • Constructor Detail

      • CtsWsLogItem

        public CtsWsLogItem()
    • Method Detail

      • getSeverity

        public java.lang.String getSeverity()
        Gets the value of the severity property.
        Returns:
        possible object is String
      • setSeverity

        public void setSeverity​(java.lang.String value)
        Sets the value of the severity property.
        Parameters:
        value - allowed object is String
      • getClassification

        public java.lang.String getClassification()
        Gets the value of the classification property.
        Returns:
        possible object is String
      • setClassification

        public void setClassification​(java.lang.String value)
        Sets the value of the classification property.
        Parameters:
        value - allowed object is String
      • getMessage

        public java.lang.String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(java.lang.String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String