Open SiteSearch 4.1.1
Final

ORG.oclc.isoill
Class IllTxnInfo

java.lang.Object
  |
  +--ORG.oclc.isoill.IllTxnInfo

public class IllTxnInfo
extends Object

The IllTxnInfo class contains the bibliographic data and the transaction-specific data for an IsoIllRequest.


Field Summary
 String addnlNoLetters
          A String object containing additional numbers and letters (DRSS only)
 String author
          A String object containing the author of this bibliographic item.
 String authorOfArticle
          A String object containing the author of a part of a bibliographic item.
 String callNumber
          A String object containing the call number of this bibliographic item.
 String dissertation
          A String object containing additional information about a dissertation.
 String edition
          A String object containing the edition statement of this bibliographic item.
 String heldMediumType
          A String object containing the type of material
 int heldMediumTypeNo
          An int containing the held medium type (DRSS only)
 int illServiceType
          An Integer data type containing the Ill Service type
defaults to "Loan" (1)
 String isbn
          A String object containing the ISBN of a bibliographic item.
 String issn
          A String object containing the ISSN of a bibliographic item.
 String issue
          A String object containing the issue number of a part of a bibliographic item.
 int itemType
          An int containing the item type (DRSS only)
 String lccn
          A String object containing the LCCN of a bibliographic item.
 String natnlBibNo
          A String object containing the national bibliography number (DRSS only)
 String natnlBibNoType
          A String object containing the type of national bibliography number (DRSS only)
 String oclcNo
          A String object containing the OCLC number of a bibliographic item.
 String pagination
          A String object containing the page numbers of a part of a bibliographic item.
 String placeOfPublication
          A String object containing the place of publication of this bibliographic item.
 String publicationDate
          A String object containing the publication date of this bibliographic item.
 String publicationDateOfComponent
          A String object containing the publication date of a part of a bibliographic item.
 String publisher
          A String object containing the publisher of this bibliographic item.
 String sendToList
          A String object containing the blank-delimited list of potential lending library symbols.
 String seriesTitleNumber
          A String object containing the series title and/or number of this bibliographic item.
 String serviceDate
          A String object containing the date of this transaction.
 String serviceTime
          A String object containing the time of this transaction (in UTC, or GMT)
 String source
          A String object containing the source of the bibliographic record.
 String sponsoringBody
          A String object containing the sponsoring body of this bibliographic item.
 String subTitle
          A String object containing the subtitle of this bibliographic item.
 String systemNo
          A String object containing the system number (DRSS only)
 String systemNoType
          A String object containing the type of system number (DRSS only)
 String title
          A String object containing the title of this bibliographic item.
 String titleOfArticle
          A String object containing the title of a part of a bibliographic item.
 String transactionGroupQualifier
          A String object containing the unique transaction group identifier
serviceDate + "#" + request number
 String transactionQualifier
          A String object containing the unique transaction identifier
"SS:" + userID
 String uniformTitle
          A String object containing the uniform title of a bibliographic item.
 String verificationReferenceSource
          A String object containing the source of the bibliographic citation.
 String volume
          A String object containing the volume number of a part of a bibliographic item.
 
Constructor Summary
IllTxnInfo()
          Constructs an IllTxnInfo object.
 
Method Summary
 void reset()
          Resets the values in the object for a new transaction.
 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

serviceDate

public String serviceDate
A String object containing the date of this transaction.

serviceTime

public String serviceTime
A String object containing the time of this transaction (in UTC, or GMT)

transactionQualifier

public String transactionQualifier
A String object containing the unique transaction identifier
"SS:" + userID

transactionGroupQualifier

public String transactionGroupQualifier
A String object containing the unique transaction group identifier
serviceDate + "#" + request number

illServiceType

public int illServiceType
An Integer data type containing the Ill Service type
defaults to "Loan" (1)

sendToList

public String sendToList
A String object containing the blank-delimited list of potential lending library symbols.

heldMediumType

public String heldMediumType
A String object containing the type of material

callNumber

public String callNumber
A String object containing the call number of this bibliographic item.

author

public String author
A String object containing the author of this bibliographic item.

title

public String title
A String object containing the title of this bibliographic item.

subTitle

public String subTitle
A String object containing the subtitle of this bibliographic item.

sponsoringBody

public String sponsoringBody
A String object containing the sponsoring body of this bibliographic item.

placeOfPublication

public String placeOfPublication
A String object containing the place of publication of this bibliographic item.

publisher

public String publisher
A String object containing the publisher of this bibliographic item.

seriesTitleNumber

public String seriesTitleNumber
A String object containing the series title and/or number of this bibliographic item.

volume

public String volume
A String object containing the volume number of a part of a bibliographic item.

issue

public String issue
A String object containing the issue number of a part of a bibliographic item.

edition

public String edition
A String object containing the edition statement of this bibliographic item.

publicationDate

public String publicationDate
A String object containing the publication date of this bibliographic item.

publicationDateOfComponent

public String publicationDateOfComponent
A String object containing the publication date of a part of a bibliographic item.

authorOfArticle

public String authorOfArticle
A String object containing the author of a part of a bibliographic item.

titleOfArticle

public String titleOfArticle
A String object containing the title of a part of a bibliographic item.

pagination

public String pagination
A String object containing the page numbers of a part of a bibliographic item.

isbn

public String isbn
A String object containing the ISBN of a bibliographic item.

issn

public String issn
A String object containing the ISSN of a bibliographic item.

oclcNo

public String oclcNo
A String object containing the OCLC number of a bibliographic item.

lccn

public String lccn
A String object containing the LCCN of a bibliographic item.

verificationReferenceSource

public String verificationReferenceSource
A String object containing the source of the bibliographic citation.

source

public String source
A String object containing the source of the bibliographic record.

uniformTitle

public String uniformTitle
A String object containing the uniform title of a bibliographic item.

dissertation

public String dissertation
A String object containing additional information about a dissertation.

systemNoType

public String systemNoType
A String object containing the type of system number (DRSS only)

natnlBibNoType

public String natnlBibNoType
A String object containing the type of national bibliography number (DRSS only)

systemNo

public String systemNo
A String object containing the system number (DRSS only)

natnlBibNo

public String natnlBibNo
A String object containing the national bibliography number (DRSS only)

addnlNoLetters

public String addnlNoLetters
A String object containing additional numbers and letters (DRSS only)

itemType

public int itemType
An int containing the item type (DRSS only)

heldMediumTypeNo

public int heldMediumTypeNo
An int containing the held medium type (DRSS only)
Constructor Detail

IllTxnInfo

public IllTxnInfo()
Constructs an IllTxnInfo object.
Method Detail

reset

public void reset()
Resets the values in the object for a new transaction.

toString

public String toString()
Generates a String representation of the object.
Returns:
String
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final