|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.horizonScanOtherInformation
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 |
public static final String OID
public static final int SEE_REFERENCE
public static final int SEE_ALSO_REFERENCE
public int[] relationType
public String[] authoritativeDisplayTerm
public String[] authoritativeSearchTerm
public int[] occurrences
Constructor Detail |
public horizonScanOtherInformation(DataDir otherInformationField)
otherInformation
- the DataDir object containing the data.Method Detail |
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |