Class CtsWsLogItem

java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsLogItem

public class CtsWsLogItem extends 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 Details

    • severity

      protected String severity
    • classification

      protected String classification
    • message

      protected String message
  • Constructor Details

    • CtsWsLogItem

      public CtsWsLogItem()
  • Method Details

    • getSeverity

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

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

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

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

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

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