Uses of Class
com.vidispine.generated.JobTaskType
-
Uses of JobTaskType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobTaskTypeModifier and TypeFieldDescriptionprotected List<JobTaskType>
JobTaskType.subTask
protected List<JobTaskType>
JobType.Log.task
Methods in com.vidispine.generated that return JobTaskTypeModifier and TypeMethodDescriptionObjectFactory.createJobTaskType()
Create an instance ofJobTaskType
JobTaskType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) JobTaskType.withAttempts
(int value) Sets the value of the attempts property.JobTaskType.withDescription
(String value) Sets the value of the description property.JobTaskType.withErrorMessage
(String value) Sets the value of the errorMessage property.JobTaskType.withId
(int value) Sets the value of the id property.JobTaskType.withProgress
(JobTaskProgressType value) Sets the value of the progress property.JobTaskType.withStatus
(String value) Sets the value of the status property.JobTaskType.withStep
(int value) Sets the value of the step property.JobTaskType.withSubStep
(JobTaskType.SubStep... values) Adds objects to the list of SubStep using add methodJobTaskType.withSubStep
(Collection<JobTaskType.SubStep> values) Adds objects to the list of SubStep using addAll methodJobTaskType.withSubTask
(JobTaskType... values) Adds objects to the list of SubTask using add methodJobTaskType.withSubTask
(Collection<JobTaskType> values) Adds objects to the list of SubTask using addAll methodJobTaskType.withTimestamp
(XMLGregorianCalendar value) Sets the value of the timestamp property.JobTaskType.withTotalSubTasks
(Integer value) Sets the value of the totalSubTasks property.Methods in com.vidispine.generated that return types with arguments of type JobTaskTypeModifier and TypeMethodDescriptionJobTaskType.getSubTask()
Gets the value of the subTask property.JobType.Log.getTask()
Gets the value of the task property.Methods in com.vidispine.generated with parameters of type JobTaskTypeModifier and TypeMethodDescriptionJobTaskType.withSubTask
(JobTaskType... values) Adds objects to the list of SubTask using add methodJobType.Log.withTask
(JobTaskType... values) Adds objects to the list of Task using add methodMethod parameters in com.vidispine.generated with type arguments of type JobTaskTypeModifier and TypeMethodDescriptionJobTaskType.withSubTask
(Collection<JobTaskType> values) Adds objects to the list of SubTask using addAll methodJobType.Log.withTask
(Collection<JobTaskType> values) Adds objects to the list of Task using addAll method