com.digertech.sdk.records
Class Type40Record

java.lang.Object
  extended by com.digertech.sdk.records.X9Record
      extended by com.digertech.sdk.records.Type40Record
All Implemented Interfaces:
RecordDefines
Direct Known Subclasses:
X9100Type40Record, X937Type40Record

public class Type40Record
extends X9Record


Field Summary
 
Fields inherited from interface com.digertech.sdk.records.RecordDefines
MAX_FILE_LENGTH, TYPE_01, TYPE_01_STR, TYPE_10, TYPE_10_STR, TYPE_20, TYPE_20_STR, TYPE_25, TYPE_25_STR, TYPE_26, TYPE_26_STR, TYPE_27, TYPE_27_STR, TYPE_28, TYPE_28_STR, TYPE_31, TYPE_31_STR, TYPE_32, TYPE_32_STR, TYPE_33, TYPE_33_STR, TYPE_34, TYPE_34_STR, TYPE_35, TYPE_35_STR, TYPE_40, TYPE_40_STR, TYPE_41, TYPE_41_STR, TYPE_50, TYPE_50_STR, TYPE_52, TYPE_52_STR, TYPE_54, TYPE_54_STR, TYPE_55, TYPE_55_STR, TYPE_56, TYPE_56_STR, TYPE_61, TYPE_61_STR, TYPE_64, TYPE_64_STR, TYPE_68G, TYPE_68G_STR, TYPE_68T1, TYPE_68T1_STR, TYPE_68T2, TYPE_68T2_STR, TYPE_70, TYPE_70_STR, TYPE_75, TYPE_75_STR, TYPE_85, TYPE_85_STR, TYPE_90, TYPE_90_STR, TYPE_99, TYPE_99_STR, UNKOWN_STANDARD, X9100_180, X9100_180_STR, X9100_187, X9100_187_STR, X9100_TECH_STR, X9100_TECP, X937_2003, X937_2003_STR, X937_UCD, X937_UCD_STR
 
Constructor Summary
Type40Record(int format)
           
Type40Record(int format, byte[] record)
           
 
Method Summary
 java.lang.String getDestRoutingNum()
           
 java.lang.String getHighAccount()
           
 java.lang.String getLowAccount()
           
 java.lang.String getReserved()
           
 long getTotalItemAmount()
           
 int getTotalItemCount()
           
 java.lang.String getUserField()
           
 void setDestRoutingNum(java.lang.String destRoutingNum)
           
 void setHighAccount(java.lang.String highAccount)
           
 void setLowAccount(java.lang.String lowAccount)
           
 void setReserved(java.lang.String reserved)
           
 void setTotalItemAmount(long totalItemAmount)
           
 void setTotalItemCount(int totalItemCount)
           
 void setUserField(java.lang.String userField)
           
 
Methods inherited from class com.digertech.sdk.records.X9Record
getFormat, getRecordData, getRecordType, setRecordType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type40Record

public Type40Record(int format)
             throws RecordException
Parameters:
format - Record data format code
Throws:
RecordException

Type40Record

public Type40Record(int format,
                    byte[] record)
             throws RecordException
Parameters:
format - - Record data format code
record - - Record data
Throws:
RecordException
Method Detail

getDestRoutingNum

public java.lang.String getDestRoutingNum()
Returns:
the destRoutingNum

setDestRoutingNum

public void setDestRoutingNum(java.lang.String destRoutingNum)
Parameters:
destRoutingNum - the destRoutingNum to set

getHighAccount

public java.lang.String getHighAccount()
Returns:
the highAccount

setHighAccount

public void setHighAccount(java.lang.String highAccount)
Parameters:
highAccount - the highAccount to set

getLowAccount

public java.lang.String getLowAccount()
Returns:
the lowAccount

setLowAccount

public void setLowAccount(java.lang.String lowAccount)
Parameters:
lowAccount - the lowAccount to set

getReserved

public java.lang.String getReserved()
Returns:
the reserved

setReserved

public void setReserved(java.lang.String reserved)
Parameters:
reserved - the reserved to set

getTotalItemAmount

public long getTotalItemAmount()
Returns:
the totalItemAmount

setTotalItemAmount

public void setTotalItemAmount(long totalItemAmount)
Parameters:
totalItemAmount - the totalItemAmount to set

getTotalItemCount

public int getTotalItemCount()
Returns:
the totalItemCount

setTotalItemCount

public void setTotalItemCount(int totalItemCount)
Parameters:
totalItemCount - the totalItemCount to set

getUserField

public java.lang.String getUserField()
Returns:
the userField

setUserField

public void setUserField(java.lang.String userField)
Parameters:
userField - the userField to set