Module jonix.common

Class JonixTimeRun

java.lang.Object
com.tectonica.jonix.common.struct.JonixTimeRun
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixTimeRun extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents Onix3 <TimeRun>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixTimeRun EMPTY
    • startTime

      public String startTime
      Raw Format: Hours, minutes and seconds in the form HHHMMSS or HHHMMSScc (hundredths of a second)

      (type: dt.TimeOrDuration)

    • endTime

      public String endTime
      Raw Format: Hours, minutes and seconds in the form HHHMMSS or HHHMMSScc (hundredths of a second)

      (type: dt.TimeOrDuration)

  • Constructor Details

    • JonixTimeRun

      public JonixTimeRun()