Module jonix.onix3

Class AVDuration

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

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

Duration of AV item

The duration of an audio or audiovisual item within the time-based content of a product. Optional and non-repeating, but normally expected when the AV content item is being referenced as part of a structured table of contents.

Format Hours, minutes and seconds in the form HHHMMSS or HHHMMSScc (hundredths of a second)
Reference name <AVDuration>
Short tag <x544>
Cardinality 0…1
Example <AVDuration>0002948</AVDuration> (29 minutes and 48 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 AVDuration. 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 AVDuration EMPTY
  • Constructor Details

    • AVDuration

      public AVDuration()
    • AVDuration

      public AVDuration(Element element)
  • Method Details