Module jonix.onix3

Class CBO

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

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

Committed backorder quantity

The quantity of stock on order which is already committed to meet backorders. Optional and non-repeating.

Format Positive integer or zero, suggested maximum length 7 digits
Reference name <CBO>
Short tag <j375>
Cardinality 0…1
Example <CBO>244</CBO>

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 CBO. 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 CBO EMPTY
  • Constructor Details

    • CBO

      public CBO()
    • CBO

      public CBO(Element element)
  • Method Details