Module jonix.onix3

Class OrderTime

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

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

Order time

The expected average number of business days from receipt of order to dispatch (for items ‘manufactured on demand’ or ‘only to order’). Optional and non-repeating.

Format Positive integer or zero, one or two digits only. Zero indicates expected 'same day' dispatch
Reference name <OrderTime>
Short tag <j144>
Cardinality 0…1
Example <OrderTime>7</OrderTime>

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 OrderTime. 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, one or two digits only. Zero indicates expected 'same day' dispatch

      (type: dt.PositiveIntegerOrZero)

    • EMPTY

      public static final OrderTime EMPTY
  • Constructor Details

    • OrderTime

      public OrderTime()
    • OrderTime

      public OrderTime(Element element)
  • Method Details