Module jonix.onix3

Class StartTime

java.lang.Object
com.tectonica.jonix.onix3.StartTime
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class StartTime extends Object implements OnixElement<String>, Serializable

Start time

The time (relative to the beginning of the product’s audio or audiovisual content) of the beginning of a continuous sequence of audiovisual content. Mandatory in each occurrence of the <TimeRun> composite, and non-repeating.

Format Hours, minutes and seconds in the form HHHMMSS or HHHMMSScc (hundredths of a second)
Reference name <StartTime>
Short tag <x542>
Cardinality 1
Example <StartTime>0011206</StartTime> (One hour, 12 minutes and six seconds)

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.05
See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • value

      public String value
      This is the raw content of StartTime. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

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

      (type: dt.TimeOrDuration)

    • EMPTY

      public static final StartTime EMPTY
  • Constructor Details

    • StartTime

      public StartTime()
    • StartTime

      public StartTime(Element element)
  • Method Details