public static class TransactionResponse.Errors.Error
extends java.lang.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 java.lang.String |
errorCode |
protected java.lang.String |
errorText |
| Constructor and Description |
|---|
TransactionResponse.Errors.Error() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Gets the value of the errorCode property.
|
java.lang.String |
getErrorText()
Gets the value of the errorText property.
|
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property.
|
void |
setErrorText(java.lang.String value)
Sets the value of the errorText property.
|
protected java.lang.String errorCode
protected java.lang.String errorText
public java.lang.String getErrorCode()
Stringpublic void setErrorCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getErrorText()
Stringpublic void setErrorText(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.