Uses of Class
com.vidispine.generated.JobProblemType
-
-
Uses of JobProblemType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobProblemType Modifier and Type Field Description protected List<JobProblemType>
JobProblemListType. problem
Methods in com.vidispine.generated that return JobProblemType Modifier and Type Method Description JobProblemType
ObjectFactory. createJobProblemType()
Create an instance ofJobProblemType
JobProblemType
JobProblemType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobProblemType
JobProblemType. withData(KeyValueType... values)
JobProblemType
JobProblemType. withData(Collection<KeyValueType> values)
JobProblemType
JobProblemType. withId(long value)
JobProblemType
JobProblemType. withJob(String... values)
JobProblemType
JobProblemType. withJob(Collection<String> values)
JobProblemType
JobProblemType. withType(String value)
Methods in com.vidispine.generated that return types with arguments of type JobProblemType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobProblemType>
ObjectFactory. createJobProblemDocument(JobProblemType value)
List<JobProblemType>
JobProblemListType. getProblem()
Gets the value of the problem property.Methods in com.vidispine.generated with parameters of type JobProblemType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobProblemType>
ObjectFactory. createJobProblemDocument(JobProblemType value)
JobProblemListType
JobProblemListType. withProblem(JobProblemType... values)
Method parameters in com.vidispine.generated with type arguments of type JobProblemType Modifier and Type Method Description JobProblemListType
JobProblemListType. withProblem(Collection<JobProblemType> values)
-