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.
Method Summary |
String |
toString()
Generates a string representation of the object. |
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
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.
toString
public String toString()
- Generates a string representation of the object.
- Returns:
- String
- Overrides:
- toString in class Object