Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39esExportApi

java.lang.Object
  |
  +--ORG.oclc.z39.Z39esExportApi

public class Z39esExportApi
extends Object

See Also:
zclient, Z39extendedServices

Field Summary
static int allRecords
          An extended services export parameter; see the Z39.50 specification.
static int compAlternativeSyntax
          An extended services export parameter; see the Z39.50 specification.
static int compElementSetName
          An extended services export parameter; see the Z39.50 specification.
static int compElementSpec
          An extended services export parameter; see the Z39.50 specification.
static int compGeneric
          An extended services export parameter; see the Z39.50 specification.
static int composition
          An extended services export parameter; see the Z39.50 specification.
static int compRecordSyntax
          An extended services export parameter; see the Z39.50 specification.
static int compSpec
          An extended services export parameter; see the Z39.50 specification.
static int destination
          An extended services export parameter; see the Z39.50 specification.
static int emailAddress
          An extended services export parameter; see the Z39.50 specification.
static int faxNumber
          An extended services export parameter; see the Z39.50 specification.
static int ftamAddress
          An extended services export parameter; see the Z39.50 specification.
static int ftpAddress
          An extended services export parameter; see the Z39.50 specification.
static int invocationRequest
          An extended services export parameter; see the Z39.50 specification.
static int numberofCopies
          An extended services export parameter; see the Z39.50 specification.
static int pagerNumber
          An extended services export parameter; see the Z39.50 specification.
static int phoneNumber
          An extended services export parameter; see the Z39.50 specification.
static int printerAddress
          An extended services export parameter; see the Z39.50 specification.
static int recordCount
          An extended services export parameter; see the Z39.50 specification.
static int recordRange
          An extended services export parameter; see the Z39.50 specification.
static int records
          An extended services export parameter; see the Z39.50 specification.
static int recordStartPoint
          An extended services export parameter; see the Z39.50 specification.
static int spec
          An extended services export parameter; see the Z39.50 specification.
static int specification
          An extended services export parameter; see the Z39.50 specification.
static int specRequest
          An extended services export parameter; see the Z39.50 specification.
static int x400address
          An extended services export parameter; see the Z39.50 specification.
 
Constructor Summary
Z39esExportApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invocationRequest

public static final int invocationRequest
An extended services export parameter; see the Z39.50 specification.

spec

public static final int spec
An extended services export parameter; see the Z39.50 specification.

specification

public static final int specification
An extended services export parameter; see the Z39.50 specification.

specRequest

public static final int specRequest
An extended services export parameter; see the Z39.50 specification.

records

public static final int records
An extended services export parameter; see the Z39.50 specification.

allRecords

public static final int allRecords
An extended services export parameter; see the Z39.50 specification.

recordRange

public static final int recordRange
An extended services export parameter; see the Z39.50 specification.

recordStartPoint

public static final int recordStartPoint
An extended services export parameter; see the Z39.50 specification.

recordCount

public static final int recordCount
An extended services export parameter; see the Z39.50 specification.

composition

public static final int composition
An extended services export parameter; see the Z39.50 specification.

numberofCopies

public static final int numberofCopies
An extended services export parameter; see the Z39.50 specification.

destination

public static final int destination
An extended services export parameter; see the Z39.50 specification.

phoneNumber

public static final int phoneNumber
An extended services export parameter; see the Z39.50 specification.

faxNumber

public static final int faxNumber
An extended services export parameter; see the Z39.50 specification.

x400address

public static final int x400address
An extended services export parameter; see the Z39.50 specification.

emailAddress

public static final int emailAddress
An extended services export parameter; see the Z39.50 specification.

pagerNumber

public static final int pagerNumber
An extended services export parameter; see the Z39.50 specification.

ftpAddress

public static final int ftpAddress
An extended services export parameter; see the Z39.50 specification.

ftamAddress

public static final int ftamAddress
An extended services export parameter; see the Z39.50 specification.

printerAddress

public static final int printerAddress
An extended services export parameter; see the Z39.50 specification.

compSpec

public static final int compSpec
An extended services export parameter; see the Z39.50 specification.

compAlternativeSyntax

public static final int compAlternativeSyntax
An extended services export parameter; see the Z39.50 specification.

compGeneric

public static final int compGeneric
An extended services export parameter; see the Z39.50 specification.

compRecordSyntax

public static final int compRecordSyntax
An extended services export parameter; see the Z39.50 specification.

compElementSpec

public static final int compElementSpec
An extended services export parameter; see the Z39.50 specification.

compElementSetName

public static final int compElementSetName
An extended services export parameter; see the Z39.50 specification.
Constructor Detail

Z39esExportApi

public Z39esExportApi()

Open SiteSearch 4.1.1
Final