All Packages Class Hierarchy This Package Previous Next Index
Class ORG.oclc.z39.Z39presentApi
java.lang.Object
|
+----ORG.oclc.z39.Z39presentApi
- public class Z39presentApi
- extends Object
- Version:
- @(#)Z39presentApi.java 1.1 07/09/97
- See Also:
- zclient, example, zapplet, Z39present, Z39response
-
dataBaseOrSurDiagnostics
- Search/Present paramter; see Z39.50 specification.
-
databaseRecord
- Search/Present paramter; see Z39.50 specification.
-
ElementSetNames
- Search/Present paramter; see Z39.50 specification.
-
EXPLAIN_SYNTAX
- A record syntax; see the Z39.50 specification.
-
failure
- Present status; see Z39.50 specification.
-
genericElementSetName
- Element Set Names; see Z39.50 specification.
-
IBERMARC_SYNTAX
- A record syntax; see the Z39.50 specification.
-
MARC_SYNTAX
- A record syntax; see the Z39.50 specification.
-
name
- Search/Present paramter; see Z39.50 specification.
-
NextResultSetPosition
- Search/Present paramter; see Z39.50 specification.
-
NOTIS_OPAC_SYNTAX
- A record syntax; see the Z39.50 specification.
-
numberOfRecordsRequested
- Search/Present paramter; see Z39.50 specification.
-
NumberOfRecordsReturned
- Search/Present paramter; see Z39.50 specification.
-
OCLC_BER_SYNTAX
- A record syntax; see the Z39.50 specification.
-
OPAC_SYNTAX
- A record syntax; see the Z39.50 specification.
-
partial_1
- Present status; see Z39.50 specification.
-
partial_2
- Present status; see Z39.50 specification.
-
partial_3
- Present status; see Z39.50 specification.
-
partial_4
- Present status; see Z39.50 specification.
-
PreferredRecordSyntax
- Search/Present paramter; see Z39.50 specification.
-
PresentStatus
- Search/Present paramter; see Z39.50 specification.
-
resultSetStartPoint
- Search/Present paramter; see Z39.50 specification.
-
SIMPLETEXT_SYNTAX
- A record syntax; see the Z39.50 specification.
-
success
- Present status; see Z39.50 specification.
-
surrogateDiagnostic
- Search/Present paramter; see Z39.50 specification.
-
Z39presentApi()
-
OPAC_SYNTAX
public static final String OPAC_SYNTAX
- A record syntax; see the Z39.50 specification.
OCLC_BER_SYNTAX
public static final String OCLC_BER_SYNTAX
- A record syntax; see the Z39.50 specification.
MARC_SYNTAX
public static final String MARC_SYNTAX
- A record syntax; see the Z39.50 specification.
SIMPLETEXT_SYNTAX
public static final String SIMPLETEXT_SYNTAX
- A record syntax; see the Z39.50 specification.
EXPLAIN_SYNTAX
public static final String EXPLAIN_SYNTAX
- A record syntax; see the Z39.50 specification.
NOTIS_OPAC_SYNTAX
public static final String NOTIS_OPAC_SYNTAX
- A record syntax; see the Z39.50 specification.
IBERMARC_SYNTAX
public static final String IBERMARC_SYNTAX
- A record syntax; see the Z39.50 specification. NOTIS is
using this syntax to deliver data incorrectly, so this is
a way to interpret that data.
name
public static final int name
- Search/Present paramter; see Z39.50 specification.
databaseRecord
public static final int databaseRecord
- Search/Present paramter; see Z39.50 specification.
surrogateDiagnostic
public static final int surrogateDiagnostic
- Search/Present paramter; see Z39.50 specification.
ElementSetNames
public static final int ElementSetNames
- Search/Present paramter; see Z39.50 specification.
NumberOfRecordsReturned
public static final int NumberOfRecordsReturned
- Search/Present paramter; see Z39.50 specification.
NextResultSetPosition
public static final int NextResultSetPosition
- Search/Present paramter; see Z39.50 specification.
PresentStatus
public static final int PresentStatus
- Search/Present paramter; see Z39.50 specification.
dataBaseOrSurDiagnostics
public static final int dataBaseOrSurDiagnostics
- Search/Present paramter; see Z39.50 specification.
numberOfRecordsRequested
public static final int numberOfRecordsRequested
- Search/Present paramter; see Z39.50 specification.
resultSetStartPoint
public static final int resultSetStartPoint
- Search/Present paramter; see Z39.50 specification.
PreferredRecordSyntax
public static final int PreferredRecordSyntax
- Search/Present paramter; see Z39.50 specification.
success
public static final int success
- Present status; see Z39.50 specification.
partial_1
public static final int partial_1
- Present status; see Z39.50 specification.
partial_2
public static final int partial_2
- Present status; see Z39.50 specification.
partial_3
public static final int partial_3
- Present status; see Z39.50 specification.
partial_4
public static final int partial_4
- Present status; see Z39.50 specification.
failure
public static final int failure
- Present status; see Z39.50 specification.
genericElementSetName
public static final int genericElementSetName
- Element Set Names; see Z39.50 specification.
Z39presentApi
public Z39presentApi()
All Packages Class Hierarchy This Package Previous Next Index