Uses of Class
com.vidispine.generated.ConformTimePointType
-
Uses of ConformTimePointType in com.vidispine.generated
Fields in com.vidispine.generated declared as ConformTimePointTypeModifier and TypeFieldDescriptionprotected ConformTimePointType
ConformIntervalType.end
protected ConformTimePointType
ConformIntervalType.start
Methods in com.vidispine.generated that return ConformTimePointTypeModifier and TypeMethodDescriptionObjectFactory.createConformTimePointType()
Create an instance ofConformTimePointType
ConformIntervalType.getEnd()
Gets the value of the end property.ConformIntervalType.getStart()
Gets the value of the start property.ConformTimePointType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ConformTimePointType.withSamples
(BigInteger value) Sets the value of the samples property.ConformTimePointType.withTimeBase
(TimeBaseType value) Sets the value of the timeBase property.Methods in com.vidispine.generated with parameters of type ConformTimePointTypeModifier and TypeMethodDescriptionvoid
ConformIntervalType.setEnd
(ConformTimePointType value) Sets the value of the end property.void
ConformIntervalType.setStart
(ConformTimePointType value) Sets the value of the start property.ConformIntervalType.withEnd
(ConformTimePointType value) Sets the value of the end property.ConformIntervalType.withStart
(ConformTimePointType value) Sets the value of the start property.