Open SiteSearch 4.1.1
Final

ORG.oclc.isoill
Class IllStatusOrErrorReport

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

public class IllStatusOrErrorReport
extends Object

The IllStatusOrErrorReport class contains the data received as an IllStatusOrErrorReport APDU. One of the constructors will take a set of BER directories and fill in the IllStatusOrErrorReport data.


Field Summary
 String correlationInfo
           
 boolean errorOccurred
           
 Vector errors
           
 String note
           
 String requesterId
           
 String transactionGroupQualifier
           
 String transactionQualifier
           
 
Constructor Summary
IllStatusOrErrorReport()
          Constructs an IllStatusOrErrorReport
IllStatusOrErrorReport(DataDir dir)
          Constructs and IllStatusOrErrorReport and fills it in with the information in a BER-encoded DataDir.
 
Method Summary
 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

transactionQualifier

public String transactionQualifier

transactionGroupQualifier

public String transactionGroupQualifier

note

public String note

correlationInfo

public String correlationInfo

errorOccurred

public boolean errorOccurred

errors

public Vector errors

requesterId

public String requesterId
Constructor Detail

IllStatusOrErrorReport

public IllStatusOrErrorReport()
Constructs an IllStatusOrErrorReport

IllStatusOrErrorReport

public IllStatusOrErrorReport(DataDir dir)
Constructs and IllStatusOrErrorReport and fills it in with the information in a BER-encoded DataDir.
Method Detail

toString

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

Open SiteSearch 4.1.1
Final