Uses of Class
com.vidispine.generated.TimeIntervalType
-
-
Uses of TimeIntervalType in com.vidispine.generated
Subclasses of TimeIntervalType in com.vidispine.generated Modifier and Type Class Description class
StreamIntervalType
Java class for StreamIntervalType complex type.Fields in com.vidispine.generated declared as TimeIntervalType Modifier and Type Field Description protected TimeIntervalType
ByteRangeRequestType. interval
protected TimeIntervalType
ComplexJobType.Input. interval
protected TimeIntervalType
ConformOverlayType. interval
protected TimeIntervalType
MDSegment. interval
protected TimeIntervalType
MediaComponentType. interval
protected TimeIntervalType
OverlayType. interval
protected TimeIntervalType
SimpleTimelineType.Source. interval
protected TimeIntervalType
TextOverlayType. interval
protected TimeIntervalType
TimelineJobRequestType.Stream.Input. interval
protected TimeIntervalType
TimelineType.Track.Source. interval
Methods in com.vidispine.generated that return TimeIntervalType Modifier and Type Method Description TimeIntervalType
ObjectFactory. createTimeIntervalType()
Create an instance ofTimeIntervalType
TimeIntervalType
ByteRangeRequestType. getInterval()
Gets the value of the interval property.TimeIntervalType
ComplexJobType.Input. getInterval()
Gets the value of the interval property.TimeIntervalType
ConformOverlayType. getInterval()
Gets the value of the interval property.TimeIntervalType
MDSegment. getInterval()
Gets the value of the interval property.TimeIntervalType
MediaComponentType. getInterval()
Gets the value of the interval property.TimeIntervalType
OverlayType. getInterval()
Gets the value of the interval property.TimeIntervalType
SimpleTimelineType.Source. getInterval()
Gets the value of the interval property.TimeIntervalType
TextOverlayType. getInterval()
Gets the value of the interval property.TimeIntervalType
TimelineJobRequestType.Stream.Input. getInterval()
Gets the value of the interval property.TimeIntervalType
TimelineType.Track.Source. getInterval()
Gets the value of the interval property.TimeIntervalType
TimeIntervalType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TimeIntervalType
TimeIntervalType. withEnd(TimeCodeType value)
TimeIntervalType
TimeIntervalType. withStart(TimeCodeType value)
Methods in com.vidispine.generated with parameters of type TimeIntervalType Modifier and Type Method Description void
ByteRangeRequestType. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
ComplexJobType.Input. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
ConformOverlayType. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
MDSegment. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
MediaComponentType. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
OverlayType. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
SimpleTimelineType.Source. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
TextOverlayType. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
TimelineJobRequestType.Stream.Input. setInterval(TimeIntervalType value)
Sets the value of the interval property.void
TimelineType.Track.Source. setInterval(TimeIntervalType value)
Sets the value of the interval property.AudioComponentType
AudioComponentType. withInterval(TimeIntervalType value)
ByteRangeRequestType
ByteRangeRequestType. withInterval(TimeIntervalType value)
ComplexJobType.Input
ComplexJobType.Input. withInterval(TimeIntervalType value)
ConformOverlayType
ConformOverlayType. withInterval(TimeIntervalType value)
MDSegment
MDSegment. withInterval(TimeIntervalType value)
MediaComponentType
MediaComponentType. withInterval(TimeIntervalType value)
OverlayType
OverlayType. withInterval(TimeIntervalType value)
SimpleTimelineType.Source
SimpleTimelineType.Source. withInterval(TimeIntervalType value)
SubtitleComponentType
SubtitleComponentType. withInterval(TimeIntervalType value)
TextOverlayType
TextOverlayType. withInterval(TimeIntervalType value)
TimelineJobRequestType.Stream.Input
TimelineJobRequestType.Stream.Input. withInterval(TimeIntervalType value)
TimelineType.Track.Source
TimelineType.Track.Source. withInterval(TimeIntervalType value)
VideoComponentType
VideoComponentType. withInterval(TimeIntervalType value)
-