public class ErrorResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
errorCode |
protected String |
info |
| Constructor and Description |
|---|
ErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getInfo()
Gets the value of the info property.
|
void |
setErrorCode(BigInteger value)
Sets the value of the errorCode property.
|
void |
setInfo(String value)
Sets the value of the info property.
|
protected BigInteger errorCode
protected String info
public BigInteger getErrorCode()
BigIntegerpublic void setErrorCode(BigInteger value)
value - allowed object is BigIntegerpublic String getInfo()
StringCopyright © 2014–2019. All rights reserved.