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%
-
OtherInformation()
-
-
addOIDandData(DataDir, String, DataDir)
- Add the object identifier and information structure to the parent directory
-
addOIDandData(DataDir, String, DataDir, int)
- Add the object identifier and information structure to the parent
directory with an alternate fldid
-
getData(DataDir, String)
- Look in otherInformation for the information indentified by the specified
OID
-
getOID(DataDir, String)
- Look in otherInformation for the specified OID
OtherInformation
public OtherInformation()
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
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
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
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