public class TWarningContentItem extends java.lang.Object implements TResponseContentItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the warning info item.
|
Modifier | Constructor and Description |
---|---|
protected |
TWarningContentItem(java.lang.String returnValue,
TWarningTextContentItem warningText,
TWarningLineContentItem warningLine)
Initializes the warning info item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReturnValue()
Gets the response attribute value.
|
TWarningLineContentItem |
getWarningLine()
Gets the message line content.
|
TWarningTextContentItem |
getWarningText()
Gets the message text content.
|
java.lang.String |
toString()
Shows the warning info as XML.
|
public static final java.lang.String SPECIFIER
protected TWarningContentItem(java.lang.String returnValue, TWarningTextContentItem warningText, TWarningLineContentItem warningLine)
warningText
- the warning textwarningLine
- the warning linepublic java.lang.String getReturnValue()
public TWarningTextContentItem getWarningText()
public TWarningLineContentItem getWarningLine()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2017 Software AG. All Rights Reserved.