public static class TransactionResponse.Errors.Error 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}string" minOccurs="0"/>
<element name="errorText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorText |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorText()
Gets the value of the errorText property.
|
void |
setErrorCode(String value)
Sets the value of the errorCode property.
|
void |
setErrorText(String value)
Sets the value of the errorText property.
|
public String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
Stringpublic String getErrorText()
StringCopyright © 2021. All rights reserved.