Module jonix.common

Class JonixSupplyDate

java.lang.Object
com.tectonica.jonix.common.struct.JonixSupplyDate
All Implemented Interfaces:
JonixKeyedStruct<SupplyDateRoles>, JonixStruct, Serializable

public class JonixSupplyDate extends Object implements JonixKeyedStruct<SupplyDateRoles>, Serializable
This class is a JonixStruct that represents Onix3 <SupplyDate>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixSupplyDate EMPTY
    • supplyDateRole

      public SupplyDateRoles supplyDateRole
      the key of this struct (by which it can be looked up)
    • date

      public String date
      Raw Format: As specified by the value in the dateformat attribute, or the default YYYYMMDD

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixSupplyDate

      public JonixSupplyDate()
  • Method Details