Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class oclcUserInformation4

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

public class oclcUserInformation4
extends Object

oclcUserInformation4 is part of a DatabaseInfo or a TargeteInfo Explain record. It is in the commonInfo field.


Field Summary
 storedKeys[] keys
          List of mappings to convert key codes into more readable tags
static String OID
          Object identifier for this field
 restrictorWords[] restWords
          List of mappings to convert restrictor words to more readable text
 int[] topicsInts
          List of integer values for the topics covered by this site or this database
 String[] topicsStrings
          List of String names for the topics covered by this site or this database
 int[] typesInts
          List of integer values for the types of databases represented by this site or this database
 String[] typesStrings
          List of String names for the types of databases represented by this site or this database
 
Constructor Summary
oclcUserInformation4()
           
oclcUserInformation4(DataDir userInformationField)
           
 
Method Summary
 DataDir toDataDir()
           
 String toString()
           
 
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
Object identifier for this field

typesInts

public int[] typesInts
List of integer values for the types of databases represented by this site or this database

typesStrings

public String[] typesStrings
List of String names for the types of databases represented by this site or this database

topicsInts

public int[] topicsInts
List of integer values for the topics covered by this site or this database

topicsStrings

public String[] topicsStrings
List of String names for the topics covered by this site or this database

restWords

public restrictorWords[] restWords
List of mappings to convert restrictor words to more readable text

keys

public storedKeys[] keys
List of mappings to convert key codes into more readable tags
Constructor Detail

oclcUserInformation4

public oclcUserInformation4()

oclcUserInformation4

public oclcUserInformation4(DataDir userInformationField)
Method Detail

toDataDir

public DataDir toDataDir()
Returns:
DataDir for an oclcUserInformation1

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final