java.lang.Object
com.tectonica.jonix.onix3.ReturnsNote
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Returns conditions note
Free text note explaining the returns conditions or special returns instructions, where the code alone is not sufficient. Optional, and repeatable if parallel text is provided in multiple languages. The language attribute is optional for a single instance of <ReturnsNote>, but must be included in each instance if <ReturnsNote> is repeated.
Format | Variable length text, suggested maximum length 200 characters |
Reference name | <ReturnsNote> |
Short tag | <x528> |
Cardinality | 0…n |
Attributes | language |
Example | <x528 language="eng">Obtain return authorization in advance</x528> |
- Since:
- Onix-3.03
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final ReturnsNote
static final String
static final String
(type: dt.NonEmptyString)This is the raw content of ReturnsNote. -
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<ReturnsNote> 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
-
value
This is the raw content of ReturnsNote. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable length text, suggested maximum length 200 characters
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
ReturnsNote
public ReturnsNote() -
ReturnsNote
-
-
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
-