Module jonix.onix3

Class OnOrder

java.lang.Object
com.tectonica.jonix.onix3.OnOrder
All Implemented Interfaces:
OnixElement<Integer>, OnixTag, Serializable

public class OnOrder extends Object implements OnixElement<Integer>, Serializable

Quantity on order

The quantity of stock on order. Optional and non-repeating.

Format Positive integer or zero, suggested maximum length 7 digits
Reference name <OnOrder>
Short tag <j351>
Cardinality 0…1
Example <OnOrder>600</OnOrder>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • value

      public Integer value
      This is the raw content of OnOrder. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Positive integer or zero, suggested maximum length 7 digits

      (type: dt.PositiveIntegerOrZero)

    • EMPTY

      public static final OnOrder EMPTY
  • Constructor Details

    • OnOrder

      public OnOrder()
    • OnOrder

      public OnOrder(Element element)
  • Method Details