Uses of Class
com.vidispine.generated.JobType
-
-
Uses of JobType in com.vidispine.generated
Fields in com.vidispine.generated declared as JobType Modifier and Type Field Description protected JobType
ExportInformationType. job
protected JobType
WebsocketUpdateType. job
Fields in com.vidispine.generated with type parameters of type JobType Modifier and Type Field Description protected List<JobType>
JobListType. job
protected List<JobType>
JobType. subJob
Methods in com.vidispine.generated that return JobType Modifier and Type Method Description JobType
ObjectFactory. createJobType()
Create an instance ofJobType
JobType
ExportInformationType. getJob()
Gets the value of the job property.JobType
WebsocketUpdateType. getJob()
Gets the value of the job property.JobType
JobType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobType
JobType. withCurrentStep(JobType.CurrentStep value)
JobType
JobType. withData(JobType.Data... values)
JobType
JobType. withData(Collection<JobType.Data> values)
JobType
JobType. withFinished(XMLGregorianCalendar value)
JobType
JobType. withJobId(String value)
JobType
JobType. withLog(JobType.Log value)
JobType
JobType. withPriority(String value)
JobType
JobType. withStarted(XMLGregorianCalendar value)
JobType
JobType. withStatus(String value)
JobType
JobType. withSubJob(JobType... values)
JobType
JobType. withSubJob(Collection<JobType> values)
JobType
JobType. withTotalSteps(Integer value)
JobType
JobType. withType(String value)
JobType
JobType. withUser(String value)
JobType
JobType. withWaiting(JobType.Waiting value)
Methods in com.vidispine.generated that return types with arguments of type JobType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobType>
ObjectFactory. createJobDocument(JobType value)
List<JobType>
JobListType. getJob()
Gets the value of the job property.List<JobType>
JobType. getSubJob()
Gets the value of the subJob property.Methods in com.vidispine.generated with parameters of type JobType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobType>
ObjectFactory. createJobDocument(JobType value)
void
ExportInformationType. setJob(JobType value)
Sets the value of the job property.void
WebsocketUpdateType. setJob(JobType value)
Sets the value of the job property.ExportInformationType
ExportInformationType. withJob(JobType value)
JobListType
JobListType. withJob(JobType... values)
WebsocketUpdateType
WebsocketUpdateType. withJob(JobType value)
JobType
JobType. withSubJob(JobType... values)
Method parameters in com.vidispine.generated with type arguments of type JobType Modifier and Type Method Description JobListType
JobListType. withJob(Collection<JobType> values)
JobType
JobType. withSubJob(Collection<JobType> values)
-