java.lang.Object
com.tectonica.jonix.onix3.StartTime
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,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) |
- <
TimeRun
>
Product
⯈ContentDetail
⯈ContentItem
⯈AVItem
⯈TimeRun
⯈StartTime
- Since:
- Onix-3.05
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
value
This is the raw content of StartTime. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Hours, minutes and seconds in the form HHHMMSS or HHHMMSScc (hundredths of a second)
(type: dt.TimeOrDuration)
-
EMPTY
-
-
Constructor Details
-
StartTime
public StartTime() -
StartTime
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-