Class CtsWsLogItem
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsLogItem
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classification property.Gets the value of the message property.Gets the value of the severity property.voidsetClassification(String value) Sets the value of the classification property.voidsetMessage(String value) Sets the value of the message property.voidsetSeverity(String value) Sets the value of the severity property.
-
Field Details
-
severity
-
classification
-
message
-
-
Constructor Details
-
CtsWsLogItem
public CtsWsLogItem()
-
-
Method Details
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isString
-
getClassification
Gets the value of the classification property.- Returns:
- possible object is
String
-
setClassification
Sets the value of the classification property.- Parameters:
value- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-