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