Module jonix.onix3

Class EndTime

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

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

End time

The time (relative to the beginning of the product’s audio or audiovisual content) of the end of a continuous sequence of audio or audiovisual content. Optional 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 <EndTime>
Short tag <x543>
Cardinality 0…1
Example <x543>0014154</x543> (One hour, 41 minutes and 54 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 EndTime. 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 EndTime EMPTY
  • Constructor Details

    • EndTime

      public EndTime()
    • EndTime

      public EndTime(Element element)
  • Method Details