|
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.notisScanOtherInformation
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 |
public static final String OID
public static final int SEE_REFERENCE
public static final int SEE_ALSO_REFERENCE
public int[] relationType
public String[] authoritativeTerm
public int[] occurrences
Constructor Detail |
public notisScanOtherInformation(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 |