Module jonix.common

Class JonixMarketDate

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

public class JonixMarketDate extends Object implements JonixKeyedStruct<PublishingDateRoles>, Serializable
This class is a JonixStruct that represents both Onix2 <MarketDate> and Onix3 <MarketDate>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixMarketDate EMPTY
    • marketDateRole

      public PublishingDateRoles marketDateRole
      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

    • JonixMarketDate

      public JonixMarketDate()
  • Method Details