net.authorize.admc.authnet
Class AimConfig

java.lang.Object
  extended by net.authorize.admc.authnet.AimConfig

public class AimConfig
extends Object

The testMode settings of the AimConfig is a default which may be overridden for individual AimTransactions.


Field Summary
private  String login
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) login (AimConfig)
private  String md5Kernel
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) md5Kernel (AimConfig)
private  char pdelimiter
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pdelimiter (AimConfig)
private  char pencap
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pencap (AimConfig)
private  int pminfields
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pminfields (AimConfig)
private  String prelay_response
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) prelay_response (AimConfig)
private  String pversion
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pversion (AimConfig)
private  boolean requireCardCode
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) requireCardCode (AimConfig)
private  boolean testMode
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) testMode (AimConfig)
private  String tran_key
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) tran_key (AimConfig)
private  URL url
          WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) url (AimConfig)
 
Constructor Summary
AimConfig()
           
 
Method Summary
 String getLogin()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 String getMd5Kernel()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 char getPdelimiter()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 char getPencap()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 int getPminfields()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 String getPrelay_response()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 String getPversion()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 boolean getRequireCardCode()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 boolean getTestMode()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 String getTran_key()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 URL getUrl()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 boolean isTestMode()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 AimTransaction newTransaction()
          Get your AimTransaction instances here!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

login

private String login
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) login (AimConfig)


md5Kernel

private String md5Kernel
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) md5Kernel (AimConfig)


pdelimiter

private char pdelimiter
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pdelimiter (AimConfig)


pencap

private char pencap
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pencap (AimConfig)


pminfields

private int pminfields
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pminfields (AimConfig)


prelay_response

private String prelay_response
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) prelay_response (AimConfig)


pversion

private String pversion
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pversion (AimConfig)


requireCardCode

private boolean requireCardCode
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) requireCardCode (AimConfig)


testMode

private boolean testMode
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) testMode (AimConfig)


tran_key

private String tran_key
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) tran_key (AimConfig)


url

private URL url
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) url (AimConfig)

Constructor Detail

AimConfig

public AimConfig()
          throws AuthNetException
Throws:
AuthNetException - WRITEME
Method Detail

getLogin

public String getLogin()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getMd5Kernel

public String getMd5Kernel()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getPdelimiter

public char getPdelimiter()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getPencap

public char getPencap()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getPminfields

public int getPminfields()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getPrelay_response

public String getPrelay_response()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getPversion

public String getPversion()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getRequireCardCode

public boolean getRequireCardCode()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getTestMode

public boolean getTestMode()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getTran_key

public String getTran_key()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getUrl

public URL getUrl()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

isTestMode

public boolean isTestMode()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

newTransaction

public AimTransaction newTransaction()
Get your AimTransaction instances here!

We purposefully keep no handle to the new transactions. When user finishes with them, the JVM should GC them.

Returns:
WRITEME