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