Package net.authorize.api.contract.v1
Class TransactionResponse.Errors.Error
- java.lang.Object
-
- net.authorize.api.contract.v1.TransactionResponse.Errors.Error
-
- Enclosing class:
- TransactionResponse.Errors
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>
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()Gets the value of the errorCode property.StringgetErrorText()Gets the value of the errorText property.voidsetErrorCode(String value)Sets the value of the errorCode property.voidsetErrorText(String value)Sets the value of the errorText property.
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
Gets the value of the errorCode property.- Returns:
- possible object is
String
-
setErrorCode
public void setErrorCode(String value)
Sets the value of the errorCode property.- Parameters:
value- allowed object isString
-
getErrorText
public String getErrorText()
Gets the value of the errorText property.- Returns:
- possible object is
String
-
-