Class CtsWsLogItem
- java.lang.Object
-
- com.sap.document.sap.soap.functions.mc_style.CtsWsLogItem
-
public class CtsWsLogItem extends java.lang.ObjectJava 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.Stringclassificationprotected java.lang.Stringmessageprotected java.lang.Stringseverity
-
Constructor Summary
Constructors Constructor Description CtsWsLogItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassification()Gets the value of the classification property.java.lang.StringgetMessage()Gets the value of the message property.java.lang.StringgetSeverity()Gets the value of the severity property.voidsetClassification(java.lang.String value)Sets the value of the classification property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetSeverity(java.lang.String value)Sets the value of the severity property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
-