Uses of Class
com.vidispine.generated.JobPoolType
-
-
Uses of JobPoolType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobPoolType Modifier and Type Field Description protected List<JobPoolType>
JobPoolListType. pool
Methods in com.vidispine.generated that return JobPoolType Modifier and Type Method Description JobPoolType
ObjectFactory. createJobPoolType()
Create an instance ofJobPoolType
JobPoolType
JobPoolType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobPoolType
JobPoolType. withPriorityThreshold(String value)
JobPoolType
JobPoolType. withSize(int value)
Methods in com.vidispine.generated that return types with arguments of type JobPoolType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobPoolType>
ObjectFactory. createJobPoolDocument(JobPoolType value)
List<JobPoolType>
JobPoolListType. getPool()
Gets the value of the pool property.Methods in com.vidispine.generated with parameters of type JobPoolType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobPoolType>
ObjectFactory. createJobPoolDocument(JobPoolType value)
JobPoolListType
JobPoolListType. withPool(JobPoolType... values)
Method parameters in com.vidispine.generated with type arguments of type JobPoolType Modifier and Type Method Description JobPoolListType
JobPoolListType. withPool(Collection<JobPoolType> values)
-