public interface ControlField extends VariableField
Control fields are variable fields identified by tags beginning with two zero's. They are comprised of data and a field terminator and do not contain indicators or subfield codes. The structure of a control field according to the MARC standard is as follows:
DATA_ELEMENT FIELD_TERMINATOR
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Returns the data element.
|
void |
setData(java.lang.String data)
Sets the data element.
|
Copyright © 2002-2006 Bas Peters. All Rights Reserved.