Uses of Class
com.vidispine.generated.DurationType
-
-
Uses of DurationType in com.vidispine.generated
Fields in com.vidispine.generated declared as DurationType Modifier and Type Field Description protected DurationType
DurationResponse. duration
Methods in com.vidispine.generated that return DurationType Modifier and Type Method Description DurationType
ObjectFactory. createDurationType()
Create an instance ofDurationType
DurationType
DurationResponse. getDuration()
Gets the value of the duration property.DurationType
DurationType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DurationType
DurationType. withDuration(TimeCodeType value)
DurationType
DurationType. withStream(StreamIntervalType... values)
DurationType
DurationType. withStream(Collection<StreamIntervalType> values)
Methods in com.vidispine.generated that return types with arguments of type DurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<DurationType>
ObjectFactory. createDurationDocument(DurationType value)
Methods in com.vidispine.generated with parameters of type DurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<DurationType>
ObjectFactory. createDurationDocument(DurationType value)
void
DurationResponse. setDuration(DurationType value)
Sets the value of the duration property.DurationResponse
DurationResponse. withDuration(DurationType value)
-