Module jonix.common

Class JonixPriceDate

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

public class JonixPriceDate extends Object implements JonixKeyedStruct<PriceDateRoles>, Serializable
This class is a JonixStruct that represents Onix3 <PriceDate>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixPriceDate EMPTY
    • priceDateRole

      public PriceDateRoles priceDateRole
      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

    • JonixPriceDate

      public JonixPriceDate()
  • Method Details