All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.OtherInformation

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

public class OtherInformation
extends Object
Global OtherInformation defined by Z39-50.

Version:
%W% %G%

Constructor Index

 o OtherInformation()

Method Index

 o addOIDandData(DataDir, String, DataDir)
Add the object identifier and information structure to the parent directory
 o addOIDandData(DataDir, String, DataDir, int)
Add the object identifier and information structure to the parent directory with an alternate fldid
 o getData(DataDir, String)
Look in otherInformation for the information indentified by the specified OID
 o getOID(DataDir, String)
Look in otherInformation for the specified OID

Constructors

 o OtherInformation
 public OtherInformation()

Methods

 o getOID
 public static DataDir getOID(DataDir otherInformation,
                              String OID)
Look in otherInformation for the specified OID

Parameters:
otherInformation - OtherInformation field of a Z39 transaction
OID - object identifier defining the information
Returns:
DataDir of the object identifier
 o getData
 public static DataDir getData(DataDir otherInformation,
                               String OID)
Look in otherInformation for the information indentified by the specified OID

Parameters:
otherInformation - OtherInformation field of a Z39 transaction
OID - object identifier defining the information
Returns:
DataDir of the information
 o addOIDandData
 public static DataDir addOIDandData(DataDir parent,
                                     String OID,
                                     DataDir data,
                                     int fldid)
Add the object identifier and information structure to the parent directory with an alternate fldid

Parameters:
parent - parent directory
OID - object identifier for the information
data - the information
int - fldid
Returns:
the parent
 o addOIDandData
 public static DataDir addOIDandData(DataDir parent,
                                     String OID,
                                     DataDir data)
Add the object identifier and information structure to the parent directory

Parameters:
parent - parent directory
OID - object identifier for the information
data - the information
Returns:
the parent

All Packages  Class Hierarchy  This Package  Previous  Next  Index