Open SiteSearch 4.1.1
Final

ORG.oclc.isoill
Class IllAnswer

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

public class IllAnswer
extends Object

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


Constructor Summary
IllAnswer()
          Constructs an IllAnswer object.
IllAnswer(DataDir dir)
          Constructs an IllAnswer object and initializes it with the data contained in a 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
 

Constructor Detail

IllAnswer

public IllAnswer()
Constructs an IllAnswer object.

IllAnswer

public IllAnswer(DataDir dir)
Constructs an IllAnswer object and initializes it with the data contained in a DataDir.
Parameters:
dir - a BER-encoded Ill answer APDU
See Also:
DataDir
Method Detail

toString

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

Open SiteSearch 4.1.1
Final