java.lang.Object
com.tectonica.jonix.onix2.CityOfPublication
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
City or town of publication
The name of a city or town associated with the imprint or publisher. Optional, and repeatable if the imprint carries two or more cities of publication.
A place of publication is normally given in the form in which it appears on the title page. If the place name appears in more than one language, use the language of the title carried in the ONIX record. If this criterion does not apply, use the form that appears first. Alternatively, some ONIX applications may follow their own “house style”.
Format | Free text, suggested maximum length 50 characters. |
Reference name | <CityOfPublication> |
Short tag | <b209> |
Example | <CityOfPublication>New York</CityOfPublication> |
- <
Product
>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final CityOfPublication
static final String
static final String
This is the raw content of CityOfPublication. -
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<CityOfPublication> 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:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
This is the raw content of CityOfPublication. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Free text, suggested maximum length 50 characters.
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
CityOfPublication
public CityOfPublication() -
CityOfPublication
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-