public class FaultInfo extends Object
Java class for FaultInfo complex type.
The following schemas fragment specifies the expected content contained within this class.
<complexType name="FaultInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stackTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
errorCode |
protected String |
errorMessage |
protected String |
stackTrace |
| Constructor and Description |
|---|
FaultInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
String |
getStackTrace()
Gets the value of the stackTrace property.
|
void |
setErrorCode(int value)
Sets the value of the errorCode property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setStackTrace(String value)
Sets the value of the stackTrace property.
|
protected int errorCode
protected String errorMessage
protected String stackTrace
public int getErrorCode()
public void setErrorCode(int value)
public String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic String getStackTrace()
StringCopyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.