Uses of Class
com.vidispine.generated.QueueJobType
-
-
Uses of QueueJobType in com.vidispine.generated
Fields in com.vidispine.generated declared as QueueJobType Modifier and Type Field Description protected QueueJobType
JobRequestChoiceType. queueRequest
Methods in com.vidispine.generated that return QueueJobType Modifier and Type Method Description QueueJobType
ObjectFactory. createQueueJobType()
Create an instance ofQueueJobType
QueueJobType
JobRequestChoiceType. getQueueRequest()
Gets the value of the queueRequest property.QueueJobType
QueueJobType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
QueueJobType
QueueJobType. withJob(JobRequestChoiceType... values)
QueueJobType
QueueJobType. withJob(Collection<JobRequestChoiceType> values)
Methods in com.vidispine.generated that return types with arguments of type QueueJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<QueueJobType>
ObjectFactory. createQueueJobDocument(QueueJobType value)
Methods in com.vidispine.generated with parameters of type QueueJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<QueueJobType>
ObjectFactory. createQueueJobDocument(QueueJobType value)
void
JobRequestChoiceType. setQueueRequest(QueueJobType value)
Sets the value of the queueRequest property.JobRequestChoiceType
JobRequestChoiceType. withQueueRequest(QueueJobType value)
-