com.digertech.sdk.records
Class Type25Record

java.lang.Object
  extended by com.digertech.sdk.records.X9Record
      extended by com.digertech.sdk.records.Type25Record
All Implemented Interfaces:
RecordDefines
Direct Known Subclasses:
X9100Type25Record, X937Type25Record

public class Type25Record
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
Type25Record(int format)
           
Type25Record(int format, byte[] record)
           
 
Method Summary
 int getAddendumCount()
           
 long getAmount()
           
 java.lang.String getArchiveTypeInd()
           
 java.lang.String getAuxOnUs()
           
 java.lang.String getBofdInd()
           
 java.lang.String getCorrectionInd()
           
 java.lang.String getDocTypeInd()
           
 java.lang.String getExtProcCode()
           
 java.lang.String getItemSeqNum()
           
 java.lang.String getMicrValidInd()
           
 java.lang.String getOnUsField()
           
 java.lang.String getRetAcceptInd()
           
 java.lang.String getRoutingNum()
           
 void setAddendumCount(int addendumCount)
           
 void setAmount(long amount)
           
 void setArchiveTypeInd(java.lang.String archiveTypeInd)
           
 void setAuxOnUs(java.lang.String auxOnUs)
           
 void setBofdInd(java.lang.String bofdInd)
           
 void setCorrectionInd(java.lang.String correctionInd)
           
 void setDocTypeInd(java.lang.String docTypeInd)
           
 void setExtProcCode(java.lang.String extProcCode)
           
 void setItemSeqNum(java.lang.String itemSeqNum)
           
 void setMicrValidInd(java.lang.String micrValidInd)
           
 void setOnUsField(java.lang.String onUsField)
           
 void setRetAcceptInd(java.lang.String retAcceptInd)
           
 void setRoutingNum(java.lang.String routingNum)
           
 
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

Type25Record

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

Type25Record

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

getAddendumCount

public int getAddendumCount()
Returns:
the addendumCount

setAddendumCount

public void setAddendumCount(int addendumCount)
Parameters:
addendumCount - the addendumCount to set

getAmount

public long getAmount()
Returns:
the amount

setAmount

public void setAmount(long amount)
Parameters:
amount - the amount to set

getArchiveTypeInd

public java.lang.String getArchiveTypeInd()
Returns:
the archiveTypeInd

setArchiveTypeInd

public void setArchiveTypeInd(java.lang.String archiveTypeInd)
Parameters:
archiveTypeInd - the archiveTypeInd to set

getAuxOnUs

public java.lang.String getAuxOnUs()
Returns:
the auxOnUs

setAuxOnUs

public void setAuxOnUs(java.lang.String auxOnUs)
Parameters:
auxOnUs - the auxOnUs to set

getBofdInd

public java.lang.String getBofdInd()
Returns:
the bofdInd

setBofdInd

public void setBofdInd(java.lang.String bofdInd)
Parameters:
bofdInd - the bofdInd to set

getCorrectionInd

public java.lang.String getCorrectionInd()
Returns:
the correctionInd

setCorrectionInd

public void setCorrectionInd(java.lang.String correctionInd)
Parameters:
correctionInd - the correctionInd to set

getDocTypeInd

public java.lang.String getDocTypeInd()
Returns:
the docTypeInd

setDocTypeInd

public void setDocTypeInd(java.lang.String docTypeInd)
Parameters:
docTypeInd - the docTypeInd to set

getExtProcCode

public java.lang.String getExtProcCode()
Returns:
the extProcCode

setExtProcCode

public void setExtProcCode(java.lang.String extProcCode)
Parameters:
extProcCode - the extProcCode to set

getItemSeqNum

public java.lang.String getItemSeqNum()
Returns:
the itemSeqNum

setItemSeqNum

public void setItemSeqNum(java.lang.String itemSeqNum)
Parameters:
itemSeqNum - the itemSeqNum to set

getMicrValidInd

public java.lang.String getMicrValidInd()
Returns:
the micrValidInd

setMicrValidInd

public void setMicrValidInd(java.lang.String micrValidInd)
Parameters:
micrValidInd - the micrValidInd to set

getOnUsField

public java.lang.String getOnUsField()
Returns:
the onUsField

setOnUsField

public void setOnUsField(java.lang.String onUsField)
Parameters:
onUsField - the onUsField to set

getRetAcceptInd

public java.lang.String getRetAcceptInd()
Returns:
the retAcceptInd

setRetAcceptInd

public void setRetAcceptInd(java.lang.String retAcceptInd)
Parameters:
retAcceptInd - the retAcceptInd to set

getRoutingNum

public java.lang.String getRoutingNum()
Returns:
the routingNum

setRoutingNum

public void setRoutingNum(java.lang.String routingNum)
Parameters:
routingNum - the routingNum to set