@Exported public class ErrorBean extends Object
Java class for errorBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="errorBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
errorCode |
protected String |
message |
| Constructor and Description |
|---|
ErrorBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getMessage()
Gets the value of the message property.
|
void |
setErrorCode(int value)
Sets the value of the errorCode property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
protected int errorCode
protected String message