java.lang.Object
com.tectonica.jonix.onix2.OnOrder
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
Quantity on order
The quantity of stock on order. Optional and non-repeating.
| Format | Variable-length integer, suggested maximum length 7 digits |
| Reference name | <OnOrder> |
| Short tag | <j351> |
| Example | <j351>600</j351> |
- <
OnOrderDetail> - <
Stock>
Product⯈SupplyDetail⯈Stock⯈OnOrderDetail⯈OnOrderProduct⯈SupplyDetail⯈Stock⯈OnOrder
- Since:
- Onix-2.1
- See Also:
-
Field Summary
Fields -
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 recordvoidMethods 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:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
This is the raw content of OnOrder. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable-length integer, suggested maximum length 7 digits
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
OnOrder
public OnOrder() -
OnOrder
-
-
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
-