java.lang.Object
com.tectonica.jonix.onix3.BibleReferenceLocation
- All Implemented Interfaces:
OnixElement<BibleReferenceLocations>
,OnixTag
,Serializable
public class BibleReferenceLocation
extends Object
implements OnixElement<BibleReferenceLocations>, Serializable
Bible reference location
An ONIX code indicating where references are located as part of the content of a Bible or selected Biblical text, for example ‘Center column’. Optional and non-repeating.
Format | Fixed length, three letters |
Codelist | List 87 |
Reference name | <BibleReferenceLocation> |
Short tag | <b356> |
Cardinality | 0…1 |
Example | <b356>CCL</b356> (Center column) |
- <
Bible
>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final BibleReferenceLocation
static final String
static final String
(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<BibleReferenceLocation> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
value
-
EMPTY
-
-
Constructor Details
-
BibleReferenceLocation
public BibleReferenceLocation() -
BibleReferenceLocation
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<BibleReferenceLocations>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
codeOrNull
-
descriptionOrNull
-