Module jonix.common

Class JonixPersonDate

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

public class JonixPersonDate extends Object implements JonixKeyedStruct<PersonDateRoles>, Serializable
This class is a JonixStruct that represents Onix2 <PersonDate>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixPersonDate EMPTY
    • personDateRole

      public PersonDateRoles personDateRole
      the key of this struct (by which it can be looked up)
    • dateFormat

      public DateFormats dateFormat
    • date

      public String date
      Raw Format: As specified by the value in <DateFormat>: default YYYYMMDD

      (type: NonEmptyString)

  • Constructor Details

    • JonixPersonDate

      public JonixPersonDate()
  • Method Details