|
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.Explain | +--ORG.oclc.z39.DatabaseInfo
DatabaseInfo is an Explain record.
Field Summary | |
String[] |
associatedDbs
Associated databases |
boolean |
available
Whether this database is currently available for access |
int |
avRecordSize
Estimate of average record size, in bytes |
String |
bestTime
Best time to access this database, in human readable text |
String |
copyrightNotice
A notice concerning copyright which the target expects the origin to display to the user if possible, in human readable text |
String |
copyrightText
A description of copyright issues relating to this database, in human readable text |
String |
coverage
Coverage dates for this database, in human readable text |
String |
defaultOrder
A description of the default order of the records, in human readable text |
String |
description
A description of the database, in human readable text |
String |
disclaimers
Any disclaimers regarding the database, in human readable text |
boolean |
explainDb
Whether this is an Explain database |
String |
hours
Hours of operation for this database |
byte[] |
icon
An icon used to represent this database (in machine presentable form) |
String[] |
keywords
A list of keywords for the database |
String |
lastUpdate
Time of last update for this database |
int |
MaxRecordSize
A maximum record size, in bytes |
String |
name
Full database name |
String |
news
News about this database, in human readable text |
String[] |
nicknames
A list of short (or alternate) name for the database |
oclcUserInformation4 |
oclc4
|
ContactInfo |
producer
Description and contact information for the database producer, in human readable text |
boolean |
proprietary
Whether this database contains proprietary information |
int |
recordCount
A record count for the database |
String[] |
subDbs
Sub-databases which make up this conceptual database |
ContactInfo |
submission
Description and contact information for how to submit material for inclusion in this database, in human readable text |
ContactInfo |
supplier
Description and contact information for the database supplier, in human readable text |
String |
titleString
A human-readable name or title for the database |
String |
updateInterval
Update cycle/interval for this database |
boolean |
user_fee
Whether there is a charge to access this database |
Constructor Summary | |
DatabaseInfo()
|
|
DatabaseInfo(DataDir t)
Decodes the DataDir representation of a DatabaseInfo Explain record into a DatabaseInfo object. |
Method Summary | |
BerString |
toBerString()
Builds a BerString from this DatabaseInfo object. |
DataDir |
toDataDir()
Builds a DataDir from this DatabaseInfo object. |
String |
toString()
|
Methods inherited from class ORG.oclc.z39.Explain |
getRecord |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public oclcUserInformation4 oclc4
public String name
public boolean explainDb
public String[] nicknames
public byte[] icon
public boolean user_fee
public boolean available
public String titleString
public String[] keywords
public String description
public String[] associatedDbs
public String[] subDbs
public String disclaimers
public String news
public int recordCount
public String defaultOrder
public int avRecordSize
public int MaxRecordSize
public String hours
public String bestTime
public String lastUpdate
public String updateInterval
public String coverage
public boolean proprietary
public String copyrightText
public String copyrightNotice
public ContactInfo producer
public ContactInfo supplier
public ContactInfo submission
Constructor Detail |
public DatabaseInfo()
public DatabaseInfo(DataDir t) throws InstantiationException
t
- a DatabaseInfo Explain recordMethod Detail |
public DataDir toDataDir()
public BerString toBerString()
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 |