public class FeePaidResponse 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 |
---|
FeePaidResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getInstitutionId() |
String |
getPatronIdentifier() |
String |
getPrintLine() |
String |
getScreenMessage() |
Date |
getTransactionDate() |
String |
getTransactionId() |
Boolean |
isPaymentAccepted() |
void |
setInstitutionId(String institutionId) |
void |
setPatronIdentifier(String patronIdentifier) |
void |
setPaymentAccepted(Boolean paymentAccepted) |
void |
setPrintLine(String printLine) |
void |
setScreenMessage(String screenMessage) |
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 Boolean isPaymentAccepted()
public void setPaymentAccepted(Boolean paymentAccepted)
public Date getTransactionDate()
public void setTransactionDate(Date transactionDate)
public String getInstitutionId()
public void setInstitutionId(String institutionId)
public String getPatronIdentifier()
public void setPatronIdentifier(String patronIdentifier)
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getScreenMessage()
public void setScreenMessage(String screenMessage)
public String getPrintLine()
public void setPrintLine(String printLine)
Copyright © 2004–2019 Ceridwen Limited. All rights reserved.