java.lang.Object
com.tectonica.jonix.onix2.OnHand
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Quantity on hand
The quantity of stock on hand. Either <StockQuantityCoded> or <OnHand> is mandatory in each occurrence of the <Stock> composite, even if the onhand quantity is zero. Non-repeating.
Format | Variable-length integer, suggested maximum length 7 digits |
Reference name | <OnHand> |
Short tag | <j350> |
Example | <OnHand>4259</OnHand> |
- <
Stock
>
Product
⯈SupplyDetail
⯈Stock
⯈OnHand
- 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 insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
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 OnHand. 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
-
OnHand
public OnHand() -
OnHand
-
-
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
-