Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class notisScanOtherInformation

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

public class notisScanOtherInformation
extends Object

notisScanOtherInformation is used to hold the authoritative information returned in the OtherInformation field of a Scan response from a NOTIS server, identified by the OID = "1.2.840.10003.10.1000.16.1".


Field Summary
 String[] authoritativeTerm
          String data type containing the Authoritative Term.
 int[] occurrences
          integer data type containing the count for the Authoritative Term.
static String OID
          String data type defining the Object identifier for this field.
 int[] relationType
          integer data type containing the relation type for this entry (see or see_also).
static int SEE_ALSO_REFERENCE
          integer data type defining the SEE_ALSO reference.
static int SEE_REFERENCE
          integer data type defining the SEE reference.
 
Constructor Summary
notisScanOtherInformation(DataDir otherInformationField)
          Constructs a notisScanOtherInformation object from the input DataDir
 
Method Summary
 String toString()
          Generates a String representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OID

public static final String OID
String data type defining the Object identifier for this field.

SEE_REFERENCE

public static final int SEE_REFERENCE
integer data type defining the SEE reference.

SEE_ALSO_REFERENCE

public static final int SEE_ALSO_REFERENCE
integer data type defining the SEE_ALSO reference.

relationType

public int[] relationType
integer data type containing the relation type for this entry (see or see_also).

authoritativeTerm

public String[] authoritativeTerm
String data type containing the Authoritative Term.

occurrences

public int[] occurrences
integer data type containing the count for the Authoritative Term.
Constructor Detail

notisScanOtherInformation

public notisScanOtherInformation(DataDir otherInformationField)
Constructs a notisScanOtherInformation object from the input DataDir
Parameters:
otherInformation - the DataDir object containing the data.
Method Detail

toString

public String toString()
Generates a String representation of the object.
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final