java.lang.Object
com.tectonica.jonix.onix3.PublishingStatusNote
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Publishing status note
Free text that describes the status of a published product, when the code in <PublishingStatus> is insufficient. Optional, but when used, must be accompanied by the <PublishingStatus> element. Repeatable if parallel notes are provide in multiple languages. The language attribute is optional for a single instance of <PublishingStatusNote>, but must be included in each instance if <PublishingStatusNote> is repeated.
Format | Variable length text, suggested maximum 300 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields |
Reference name | <PublishingStatusNote> |
Short tag | <b395> |
Cardinality | 0…n |
Attributes | language, textformat |
Example | <b395>Lost contact with publisher</b395> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final PublishingStatusNote
static final String
static final String
(type: dt.NonEmptyString)This is the raw content of PublishingStatusNote. -
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<PublishingStatusNote> 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
-
language
-
textformat
-
value
This is the raw content of PublishingStatusNote. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable length text, suggested maximum 300 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields
(type: XHTML)
-
EMPTY
-
-
Constructor Details
-
PublishingStatusNote
public PublishingStatusNote() -
PublishingStatusNote
-
-
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
-