Module jonix.onix3

Class Reserved

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

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

Quantity reserved

The quantity of stock on hand but unavailable to fulfil new orders for any reason – for example because the stock is reserved to fulfill existing orders or frozen to prevent dispatch. Optional and non-repeating.

Format Positive integer or zero, suggested maximum length 7 digits.
Reference name <Reserved>
Short tag <x536>
Cardinality 0…1
Example <Reserved>500</Reserved>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.04
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 Reserved. 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 Reserved EMPTY
  • Constructor Details

    • Reserved

      public Reserved()
    • Reserved

      public Reserved(Element element)
  • Method Details