java.lang.Object
com.tectonica.jonix.onix2.FromCompany
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Sender company name
The name of the sender organization, which should always be stated in a standard form agreed with the addressee. Optional and non-repeating; but either the <FromCompany> element or a sender identifier using one or more elements from MH.1 to MH.5 must be included.
The text is not limited to ASCII characters.
Format | Variable-length ASCII text, suggested maximum 30 characters |
Reference name | <FromCompany> |
Short tag | <m174> |
Example | <FromCompany>HarperCollins London</FromCompany> |
- <
Header
>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final FromCompany
static final String
static final String
This is the raw content of FromCompany. -
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<FromCompany> 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 FromCompany. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable-length ASCII text, suggested maximum 30 characters
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
FromCompany
public FromCompany() -
FromCompany
-
-
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
-