All Packages Class Hierarchy This Package Previous Next Index
Class ORG.oclc.z39.oclcUserInformation3
java.lang.Object
|
+----ORG.oclc.z39.oclcUserInformation3
- public class oclcUserInformation3
- extends Object
oclcUserInformation3 is used in Search requests. The client requests the
information by sending in an oclcUserInformation3 field. The server
responds by returning a filled in oclcUserInformation3 field. The field
describes the postings per database and summary information about the
restrictor words represented in the result set.
- Version:
- @(#)oclcUserInformation3.java 1.1 07/09/97
-
dbResults
-
-
OID
- Object identifier for this field
-
oclcUserInformation3(DataDir)
-
-
buildDir(DbResults[])
-
OID
public static final String OID
- Object identifier for this field
dbResults
public DbResults dbResults[]
oclcUserInformation3
public oclcUserInformation3(DataDir userInformationField)
buildDir
public static DataDir buildDir(DbResults dbResults[])
- Returns:
- DataDir for an oclcUserInformation3
All Packages Class Hierarchy This Package Previous Next Index