java.lang.Object
com.tectonica.jonix.common.struct.JonixOccurrenceDate
- All Implemented Interfaces:
JonixKeyedStruct<EventOccurrenceDateRoles>
,JonixStruct
,Serializable
public class JonixOccurrenceDate
extends Object
implements JonixKeyedStruct<EventOccurrenceDateRoles>, Serializable
This class is a
JonixStruct
that represents Onix3 <OccurrenceDate>
.
It can be retrieved from the composite by invoking its asStruct()
method.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionRaw Format: As specified by the value in the dateformat attribute, or the default YYYYMMDDstatic final JonixOccurrenceDate
the key of this struct (by which it can be looked up) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
occurrenceDateRole
the key of this struct (by which it can be looked up) -
date
Raw Format: As specified by the value in the dateformat attribute, or the default YYYYMMDD(type: dt.NonEmptyString)
-
-
Constructor Details
-
JonixOccurrenceDate
public JonixOccurrenceDate()
-
-
Method Details
-
key
- Specified by:
key
in interfaceJonixKeyedStruct<EventOccurrenceDateRoles>
-