public class FeePaid extends Message
PROP_AUTOPOPULATE, PROP_AUTOPOPULATE_BIDIRECTIONAL, PROP_AUTOPOPULATE_DECODE, PROP_AUTOPOPULATE_DEFAULT, PROP_AUTOPOPULATE_ENCODE, PROP_AUTOPOPULATE_OFF, PROP_CHARSET, PROP_VARIABLE_FIELD_ORDERING, PROP_VARIABLE_FIELD_ORDERING_ALPHABETICAL, PROP_VARIABLE_FIELD_ORDERING_DEFAULT, PROP_VARIABLE_FIELD_ORDERING_SPECIFICATION
Constructor and Description |
---|
FeePaid() |
Modifier and Type | Method and Description |
---|---|
CurrencyType |
getCurrencyType() |
String |
getFeeAmount() |
String |
getFeeIdentifier() |
FeeType |
getFeeType() |
String |
getInstitutionId() |
String |
getPatronIdentifier() |
String |
getPatronPassword() |
PaymentType |
getPaymentType() |
String |
getTerminalPassword() |
Date |
getTransactionDate() |
String |
getTransactionId() |
void |
setCurrencyType(CurrencyType currencyType) |
void |
setFeeAmount(String feeAmount) |
void |
setFeeIdentifier(String feeIdentifier) |
void |
setFeeType(FeeType feeType) |
void |
setInstitutionId(String institutionId) |
void |
setPatronIdentifier(String patronIdentifier) |
void |
setPatronPassword(String patronPassword) |
void |
setPaymentType(PaymentType paymentType) |
void |
setTerminalPassword(String terminalPassword) |
void |
setTransactionDate(Date transactionDate) |
void |
setTransactionId(String transactionId) |
addChecksum, calculateChecksum, decode, encode, encode, encode, getCharsetEncoding, getSequenceCharacter, setSequenceCharacter, testCaseDefaultDecode, testCaseDefaultEncode, testCaseDefaultRoundTrip, testCaseDisableDecodeAutoPopulate, testCaseDisableEncodeAutoPopulate, testCasePopulatedDecode, testCasePopulatedEncode, testCasePopulatedRoundTrip, toString, xmlDecode, xmlEncode
public Date getTransactionDate()
public void setTransactionDate(Date transactionDate)
public FeeType getFeeType()
public void setFeeType(FeeType feeType)
public PaymentType getPaymentType()
public void setPaymentType(PaymentType paymentType)
public CurrencyType getCurrencyType()
public void setCurrencyType(CurrencyType currencyType)
public String getFeeAmount()
public void setFeeAmount(String feeAmount)
public String getInstitutionId()
public void setInstitutionId(String institutionId)
public String getPatronIdentifier()
public void setPatronIdentifier(String patronIdentifier)
public String getTerminalPassword()
public void setTerminalPassword(String terminalPassword)
public String getPatronPassword()
public void setPatronPassword(String patronPassword)
public String getFeeIdentifier()
public void setFeeIdentifier(String feeIdentifier)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2004–2019 Ceridwen Limited. All rights reserved.