com.pkrete.jsip2.messages.responses
Class SIP2PatronStatusResponse

java.lang.Object
  extended by com.pkrete.jsip2.messages.SIP2Message
      extended by com.pkrete.jsip2.messages.SIP2MessageResponse
          extended by com.pkrete.jsip2.messages.responses.SIP2PatronResponse
              extended by com.pkrete.jsip2.messages.responses.SIP2PatronStatusResponse
All Implemented Interfaces:
Serializable

public class SIP2PatronStatusResponse
extends SIP2PatronResponse

This class represents the response message that the ILS SIP server must send in response to the SIP2PatronStatusRequest message as well as in response to the SIP2BlockPatronRequest.

Author:
Petteri Kivimäki
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pkrete.jsip2.messages.responses.SIP2PatronResponse
language, personalName, status, validPatron, validPatronPassword, validPatronPasswordUsed, validPatronUsed
 
Fields inherited from class com.pkrete.jsip2.messages.SIP2MessageResponse
data, dueDate, mediaType, ok, permanentLocation, printLine, screenMessage
 
Fields inherited from class com.pkrete.jsip2.messages.SIP2Message
bibId, checkSum, code, currencyType, currentLocation, expirationDate, feeAmount, feeType, institutionId, itemIdentifier, itemProperties, patronIdentifier, pickupLocation, sequence, titleIdentifier, transactionDate, transactionId
 
Constructor Summary
SIP2PatronStatusResponse(String data)
          Constructs and initializes a new SIP2PatronStatusResponse object containing the given data.
 
Method Summary
 String countChecksum()
          Counts the chekcsum of this response message.
 
Methods inherited from class com.pkrete.jsip2.messages.responses.SIP2PatronResponse
getLanguage, getPersonalName, getStatus, isValidPatron, isValidPatronPassword, isValidPatronPasswordUsed, isValidPatronUsed, setLanguage, setPersonalName, setStatus, setValidPatron, setValidPatronPassword, setValidPatronPasswordUsed, setValidPatronUsed
 
Methods inherited from class com.pkrete.jsip2.messages.SIP2MessageResponse
getData, getDueDate, getMediaType, getPermanentLocation, getPrintLine, getScreenMessage, isOk, isValid, setData, setDueDate, setMediaType, setOk, setPermanentLocation, setPrintLine, setScreenMessage
 
Methods inherited from class com.pkrete.jsip2.messages.SIP2Message
getBibId, getCheckSum, getCode, getCurrencyType, getCurrentLocation, getExpirationDate, getFeeAmount, getFeeType, getInstitutionId, getItemIdentifier, getItemProperties, getPatronIdentifier, getPickupLocation, getSequence, getTitleIdentifier, getTransactionDate, getTransactionId, isChecksum, isSequence, setBibId, setCheckSum, setCode, setCurrencyType, setCurrentLocation, setExpirationDate, setFeeAmount, setFeeType, setInstitutionId, setItemIdentifier, setItemProperties, setPatronIdentifier, setPickupLocation, setSequence, setTitleIdentifier, setTransactionDate, setTransactionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIP2PatronStatusResponse

public SIP2PatronStatusResponse(String data)
Constructs and initializes a new SIP2PatronStatusResponse object containing the given data.

Parameters:
data - the data that the message contains
Method Detail

countChecksum

public String countChecksum()
Counts the chekcsum of this response message.

Specified by:
countChecksum in class SIP2MessageResponse
Returns:
checksum


Copyright © 2012-2014. All Rights Reserved.