Module jonix.common

Class JonixContentDate

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

public class JonixContentDate extends Object implements JonixKeyedStruct<ContentDateRoles>, Serializable
This class is a JonixStruct that represents Onix3 <ContentDate>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixContentDate EMPTY
    • contentDateRole

      public ContentDateRoles contentDateRole
      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

    • JonixContentDate

      public JonixContentDate()
  • Method Details