java.lang.Object
com.tectonica.jonix.onix2.UnpricedItemType
- All Implemented Interfaces:
OnixElement<UnpricedItemTypes>
,OnixTag
,Serializable
public class UnpricedItemType
extends Object
implements OnixElement<UnpricedItemTypes>, Serializable
Unpriced item type
An ONIX code which specifies a reason why a price amount is not sent. If code value 02 is used to send advance information without giving a price, the price must be confirmed as soon as possible. Optional and non-repeating, but required if the <SupplyDetail> composite does not carry a price.
Format | Fixed-length, two numeric digits. |
Codelist | List 57 |
Reference name | <UnpricedItemType> |
Short tag | <j192> |
Example | <UnpricedItemType>01</UnpricedItemType> Free of charge |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final UnpricedItemType
static final String
static final String
-
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<UnpricedItemType> 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
-
EMPTY
-
-
Constructor Details
-
UnpricedItemType
public UnpricedItemType() -
UnpricedItemType
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<UnpricedItemTypes>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
codeOrNull
-
descriptionOrNull
-