Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class horizonScanOtherInformation

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

public class horizonScanOtherInformation
extends Object

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


Field Summary
 String[] authoritativeDisplayTerm
          String array containing the Authoritative Display Terms.
 String[] authoritativeSearchTerm
          String array containing the Authoritative Search Terms.
 int[] occurrences
          integer array containing the count for the Authoritative Term.
static String OID
          String data type defining the Object identifier for this field.
 int[] relationType
          integer array containing the relation type for each 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
horizonScanOtherInformation(DataDir otherInformationField)
          Constructs a horizonScanOtherInformation 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 array containing the relation type for each entry (see or see_also).

authoritativeDisplayTerm

public String[] authoritativeDisplayTerm
String array containing the Authoritative Display Terms.

authoritativeSearchTerm

public String[] authoritativeSearchTerm
String array containing the Authoritative Search Terms.

occurrences

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

horizonScanOtherInformation

public horizonScanOtherInformation(DataDir otherInformationField)
Constructs a horizonScanOtherInformation 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