Serialized Form


Package org.marc4j

Class org.marc4j.MarcException extends RuntimeException implements Serializable


Package org.marc4j.marc

Class org.marc4j.marc.IllegalAddException extends IllegalArgumentException implements Serializable


Package org.marc4j.marc.impl

Class org.marc4j.marc.impl.ControlFieldImpl extends VariableFieldImpl implements Serializable

Serialized Fields

id

Long id

data

String data

Class org.marc4j.marc.impl.DataFieldImpl extends VariableFieldImpl implements Serializable

Serialized Fields

id

Long id

ind1

char ind1

ind2

char ind2

subfields

List<E> subfields

Class org.marc4j.marc.impl.LeaderImpl extends Object implements Serializable

Serialized Fields

id

Long id

recordLength

int recordLength
The logical record length (Position 0-4).


recordStatus

char recordStatus
The record status (Position 5).


typeOfRecord

char typeOfRecord
Type of record (Position 6).


implDefined1

char[] implDefined1
Implementation defined (Position 7-8).


charCodingScheme

char charCodingScheme
Character coding scheme (Position 9).


indicatorCount

int indicatorCount
The indicator count (Position 10).


subfieldCodeLength

int subfieldCodeLength
The subfield code length (Position 11).


baseAddressOfData

int baseAddressOfData
The base address of data (Position 12-16).


implDefined2

char[] implDefined2
Implementation defined (Position 17-18)


entryMap

char[] entryMap
Entry map (Position 19-23).


df

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

Class org.marc4j.marc.impl.RecordImpl extends Object implements Serializable

Serialized Fields

id

Long id

leader

Leader leader

controlFields

List<E> controlFields

dataFields

List<E> dataFields

type

String type

Class org.marc4j.marc.impl.SubfieldImpl extends Object implements Serializable

Serialized Fields

id

Long id

code

char code

data

String data

Class org.marc4j.marc.impl.VariableFieldImpl extends Object implements Serializable

Serialized Fields

tag

String tag



Copyright © 2002-2006 Bas Peters. All Rights Reserved.