Module jonix.common

Class JonixPublishingDate

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

public class JonixPublishingDate extends Object implements JonixKeyedStruct<PublishingDateRoles>, Serializable
This class is a JonixStruct that represents Onix3 <PublishingDate>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixPublishingDate EMPTY
    • publishingDateRole

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

    • JonixPublishingDate

      public JonixPublishingDate()
  • Method Details