java.lang.Object
com.tectonica.jonix.onix3.ImprintName
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
Imprint or brand name
The name of an imprint or brand under which the product is issued, as it appears on the product. Mandatory if there is no imprint identifier in an occurrence of the <Imprint> composite, and optional if an imprint identifier is included. Non-repeating.
| Format | Variable length text, suggested maximum length 100 characters |
| Reference name | <ImprintName> |
| Short tag | <b079> |
| Cardinality | 0…1 |
| Attributes | language, collationkey |
| Example | <ImprintName>Secker & Warburg</ImprintName> (note '&' is a reserved character in XML) |
- <
Imprint>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.NonEmptyString)(type: dt.DateOrDateTime)static final ImprintNamestatic final Stringstatic final String(type: dt.NonEmptyString)This is the raw content of ImprintName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()Internal API, use theOnixElement.value()method or theOnixElement.value()field insteadbooleanexists()indicates whether this tag exists in the ONIX recordvoidifExists(Consumer<ImprintName> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
collationkey
(type: dt.NonEmptyString) -
language
-
value
This is the raw content of ImprintName. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable length text, suggested maximum length 100 characters
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
ImprintName
public ImprintName() -
ImprintName
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()method or theOnixElement.value()field instead- Specified by:
__vin interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-