Module jonix.common

Class JonixOnOrderDetail

java.lang.Object
com.tectonica.jonix.common.struct.JonixOnOrderDetail
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixOnOrderDetail extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents both Onix2 <OnOrderDetail> and Onix3 <OnOrderDetail>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixOnOrderDetail EMPTY
    • expectedDate

      public String expectedDate
      Raw Format: As specified by the value in the dateformat attribute, or the default of YYYYMMDD if the attribute is missing

      (type: dt.NonEmptyString)

    • onOrder

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

      (type: dt.PositiveIntegerOrZero)

  • Constructor Details

    • JonixOnOrderDetail

      public JonixOnOrderDetail()