|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.isoill.IllPatronInfo
The IllPatronInfo class contains all of the patron data needed to send an IllRequestApdu to OCLC ILL. This information is stored in the Ill Session, so it is reused for subsequent ILL transactions.
Field Summary | |
String |
affiliations
String containing the library affiliations (OCLC extension). |
String |
authorization
String containing the OCLC ILL authorization. |
String |
billingAccountNumber
String containing the billing account number. |
String |
billingCity
String containing the billing city. |
String |
billingCountry
String containing the billing country. |
String |
billingCurrencyCode
String containing the currency type. |
String |
billingExtension
String containing part of the billing address. |
String |
billingMonetaryValue
String containing maximum cost library is willing to pay. |
String |
billingName
String containing the billing name. |
String |
billingPoBox
String containing the billing post office box. |
String |
billingPostalCode
String containing the billing postal code. |
String |
billingRegion
String containing the billing region (or state). |
String |
billingStreetNo
String containing the billing address. |
boolean |
changeSendTo
Boolean data type indicating whether ILL Direct Request has permission to change the sendToList. |
String |
clientDepartment
String containing the client department. |
String |
clientIdentifier
String containing the client id. |
String |
clientName
String containing the client name. |
String |
clientStatus
String containing the client status. |
String |
copyrightCompliance
String containing indication of copyright complicance. |
String |
currencyCode
String containing patron currency type (client extension). |
String |
deliveryCity
String containing the delivery city. |
String |
deliveryCountry
String containing the delivery country. |
String |
deliveryEmail
String containing the delivery email address. |
String |
deliveryExtension
String containing part of the delivery address. |
String |
deliveryFax
String containing the delivery fax number |
String |
deliveryName
String containing the delivery name |
String |
deliveryPoBox
String containing the delivery post office box. |
String |
deliveryPostalCode
String containing the delivery postal code. |
String |
deliveryRegion
String containing the delivery region (or state). |
String |
deliveryService
String containing the delivery method. |
String |
deliveryStreetNo
String containing the delivery street address. |
String |
Department
String containing the patron department (client extension). |
String |
electronicDeliveryDescription
String containing the type of electronic delivery ("fax" or "email"). |
String |
Email
String containing the patron email address (client extension). |
String |
Fax
String containing the patron fax number (client extension). |
String |
FirstName
String containing the patron first name (client extension). |
String |
FullName
String containing the patron full name (client extension). |
String |
HomeCity
String containing the patron home city (client extension). |
String |
HomeCountry
String containing the patron home country (client extension). |
String |
HomeExtension
String containing part of the patron home address (client extension). |
String |
HomePoBox
String containing the patron home post office box (client extension). |
String |
HomePostalCode
String containing the patron home postal code (client extension). |
String |
HomeRegion
String containing the patron home region or state (client extension). |
String |
HomeStreetNo
String containing the patron home street number (client extension). |
String |
Id
String containing the patron id (client extension). |
String |
ILLemail
String containing the ILL Email address (library address). |
String |
Initials
String containing patron initials (client extension). |
String |
LastName
String containing the patron last name (client extension). |
String |
monetaryValue
String containing patron maximum amount willing to pay (client extension). |
String |
needBeforeDate
String containing the date before which the item is needed. |
String |
Notes
String containing patron notes (client extension). |
int |
oclcIllServiceType
Integer containing the OCLC ILL Direct Request Service type 1 = directToProfile 2 = directToLender 3 = directToReview |
String |
Pager
String containing the patron pager number (client extension). |
String |
password
String containing the OCLC ILL password. |
String |
paymentMethod
String containing |
String |
Phone
String containing the patron telephone (client extension). |
int |
preference
Integer data type containing the OCLC ILL Direct request preference. |
String |
requesterId
String containing the OCLC symbol of the borrowing library. |
String |
requesterNote
String containing additional notes or information. |
String |
responderId
String containing the Id of the server to which we are sending. |
String |
source
String containing the source of the request (OCLC extension). |
String |
Ssn
String containing the patron social security number (client extension). |
String |
Status
String containing the patron status (client extension). |
String |
Suffix
String containing patron suffix (client extension). |
String |
Title
String containing patron title (client extension). |
String |
WorkCity
String containing the patron work city (client extension). |
String |
WorkCountry
String containing the patron work country (client extension). |
String |
WorkExtension
String containing part of the patron work address (client extension). |
String |
WorkPoBox
String containing the patron work post office box (client extension). |
String |
WorkPostalCode
String containing the patron work postal code (client extension). |
String |
WorkRegion
String containing the patron work region or state (client extension). |
String |
WorkStreetNo
String containing the patron work street number (client extension). |
Constructor Summary | |
IllPatronInfo()
Constructs an IllPatronInfo object. |
Method Summary | |
boolean |
isProfiled()
Returns a boolean indicating whether patron has already retrieved profile information |
void |
setProfiled()
Sets the profiled flag to true |
String |
toString()
Generates a String representation of the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public int oclcIllServiceType
public boolean changeSendTo
public int preference
public String requesterId
public String responderId
public String authorization
public String password
public String deliveryName
public String deliveryExtension
public String deliveryStreetNo
public String deliveryPoBox
public String deliveryCity
public String deliveryRegion
public String deliveryCountry
public String deliveryPostalCode
public String deliveryService
public String electronicDeliveryDescription
public String deliveryFax
public String deliveryEmail
public String billingName
public String billingExtension
public String billingStreetNo
public String billingPoBox
public String billingCity
public String billingRegion
public String billingCountry
public String billingPostalCode
public String billingMonetaryValue
public String billingCurrencyCode
public String billingAccountNumber
public String clientName
public String clientStatus
public String clientIdentifier
public String clientDepartment
public String Id
public String FullName
public String FirstName
public String LastName
public String Initials
public String Title
public String Suffix
public String Ssn
public String HomeExtension
public String HomeStreetNo
public String HomePoBox
public String HomeCity
public String HomeRegion
public String HomeCountry
public String HomePostalCode
public String WorkExtension
public String WorkStreetNo
public String WorkPoBox
public String WorkCity
public String WorkRegion
public String WorkCountry
public String WorkPostalCode
public String Phone
public String Email
public String Fax
public String Pager
public String Status
public String Department
public String Notes
public String currencyCode
public String monetaryValue
public String paymentMethod
public String source
public String affiliations
public String copyrightCompliance
public String requesterNote
public String needBeforeDate
public String ILLemail
Constructor Detail |
public IllPatronInfo()
Method Detail |
public void setProfiled()
public boolean isProfiled()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |