Uses of Class
com.vidispine.generated.ConformIntervalType
-
Uses of ConformIntervalType in com.vidispine.generated
Fields in com.vidispine.generated declared as ConformIntervalTypeModifier and TypeFieldDescriptionprotected ConformIntervalType
ConformDestinationType.interval
protected ConformIntervalType
ConformSourceType.interval
Methods in com.vidispine.generated that return ConformIntervalTypeModifier and TypeMethodDescriptionObjectFactory.createConformIntervalType()
Create an instance ofConformIntervalType
ConformDestinationType.getInterval()
Gets the value of the interval property.ConformSourceType.getInterval()
Gets the value of the interval property.ConformIntervalType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ConformIntervalType.withEnd
(ConformTimePointType value) Sets the value of the end property.ConformIntervalType.withStart
(ConformTimePointType value) Sets the value of the start property.Methods in com.vidispine.generated with parameters of type ConformIntervalTypeModifier and TypeMethodDescriptionvoid
ConformDestinationType.setInterval
(ConformIntervalType value) Sets the value of the interval property.void
ConformSourceType.setInterval
(ConformIntervalType value) Sets the value of the interval property.ConformDestinationType.withInterval
(ConformIntervalType value) Sets the value of the interval property.ConformSourceType.withInterval
(ConformIntervalType value) Sets the value of the interval property.