java.lang.Object
com.tectonica.jonix.onix2.StockQuantityCodeType
- All Implemented Interfaces:
OnixElement<StockQuantityCodeTypes>
,OnixTag
,Serializable
public class StockQuantityCodeType
extends Object
implements OnixElement<StockQuantityCodeTypes>, Serializable
Stock quantity code type
An ONIX code identifying the scheme from which the value in the <StockQuantityCode> element is taken. Mandatory in each occurrence of the <StockQuantityCoded> composite, and non-repeating.
Format | Fixed-length, 2 numeric digits |
Reference name | <StockQuantityCodeType> |
Codelist | List 70 |
Short tag | <j293> |
Example | <StockQuantityCodeType>02</StockQuantityCodeType> APA stock quantity code |
- Since:
- Onix-2.13
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final StockQuantityCodeType
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<StockQuantityCodeType> 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
-
StockQuantityCodeType
public StockQuantityCodeType() -
StockQuantityCodeType
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<StockQuantityCodeTypes>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
codeOrNull
-
descriptionOrNull
-