Serialized Form


Package org.marc4j

Class org.marc4j.MarcReaderException implements Serializable

Serialized Fields

cause

Throwable cause

pos

int pos

controlNumber

String controlNumber

fileName

String fileName


Package org.marc4j.marc

Class org.marc4j.marc.Collection implements Serializable

Serialized Fields

list

List list

Class org.marc4j.marc.ControlField implements Serializable

Serialized Fields

data

char[] data
The MARC data element.

Class org.marc4j.marc.DataField implements Serializable

Serialized Fields

ind1

char ind1
The first indicator value.


ind2

char ind2
The second indicator value.


list

ArrayList list
A collection of data elements.

Class org.marc4j.marc.Directory implements Serializable

Serialized Fields

directory

StringBuffer directory
The directory.


formatLength

DecimalFormat formatLength
Number format for the length of field.


formatStart

DecimalFormat formatStart
Number format for the starting character position.


start

int start
The starting character position.


prev

int prev
The length of field for the previous variable field.

Class org.marc4j.marc.IllegalAddException implements Serializable

Class org.marc4j.marc.IllegalDataElementException implements Serializable

Class org.marc4j.marc.IllegalTagException implements Serializable

Class org.marc4j.marc.Leader implements Serializable

Serialized Fields

recordLength

int recordLength
The logical record length.


recordStatus

char recordStatus
The record status.


typeOfRecord

char typeOfRecord
Type of record.


implDefined1

char[] implDefined1
Implementation defined.


charCodingScheme

char charCodingScheme
Character coding scheme.


indicatorCount

int indicatorCount
The indicator count.


subfieldCodeLength

int subfieldCodeLength
The subfield code length.


baseAddressOfData

int baseAddressOfData
The base address of data.


implDefined2

char[] implDefined2
Implementation defined.


entryMap

char[] entryMap
Entry map.


df

DecimalFormat df
number format for both record length and base address of data

Class org.marc4j.marc.MarcException implements Serializable

Serialized Fields

cause

Throwable cause

Class org.marc4j.marc.Record implements Serializable

Serialized Fields

leader

Leader leader
The leader (record label).


controlFieldList

List controlFieldList
A collection of control fields.


dataFieldList

List dataFieldList
A collection of data fields.

Class org.marc4j.marc.Subfield implements Serializable

Serialized Fields

code

char code
The data element identifier.


data

char[] data
The data element.

Class org.marc4j.marc.VariableField implements Serializable

Serialized Fields

tag

String tag
The tag name.


Package org.marc4j.util

Class org.marc4j.util.CharacterConverterLoaderException implements Serializable

Serialized Fields

cause

Throwable cause



Copyright © 2001-2003 Bas Peters. All Rights Reserved.