net.authorize.api.contract.v1
Class TransactionResponse.Errors.Error

java.lang.Object
  extended by 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>
 


Field Summary
protected  String errorCode
           
protected  String errorText
           
 
Constructor Summary
TransactionResponse.Errors.Error()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected String errorCode

errorText

protected String errorText
Constructor Detail

TransactionResponse.Errors.Error

public TransactionResponse.Errors.Error()
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 is String

getErrorText

public String getErrorText()
Gets the value of the errorText property.

Returns:
possible object is String

setErrorText

public void setErrorText(String value)
Sets the value of the errorText property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.