Uses of Class
com.vidispine.generated.JobInputProgressType
-
-
Uses of JobInputProgressType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobInputProgressType Modifier and Type Field Description protected List<JobInputProgressType>
JobStatusType. inputProgress
Methods in com.vidispine.generated that return JobInputProgressType Modifier and Type Method Description JobInputProgressType
ObjectFactory. createJobInputProgressType()
Create an instance ofJobInputProgressType
JobInputProgressType
JobInputProgressType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobInputProgressType
JobInputProgressType. withDuration(TimeCodeType value)
JobInputProgressType
JobInputProgressType. withMediaTime(TimeCodeType value)
Methods in com.vidispine.generated that return types with arguments of type JobInputProgressType Modifier and Type Method Description List<JobInputProgressType>
JobStatusType. getInputProgress()
Gets the value of the inputProgress property.Methods in com.vidispine.generated with parameters of type JobInputProgressType Modifier and Type Method Description JobStatusType
JobStatusType. withInputProgress(JobInputProgressType... values)
Method parameters in com.vidispine.generated with type arguments of type JobInputProgressType Modifier and Type Method Description JobStatusType
JobStatusType. withInputProgress(Collection<JobInputProgressType> values)
-