Uses of Class
com.vidispine.generated.JobProblemType
-
Uses of JobProblemType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobProblemTypeMethods in com.vidispine.generated that return JobProblemTypeModifier and TypeMethodDescriptionObjectFactory.createJobProblemType()
Create an instance ofJobProblemType
JobProblemType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) JobProblemType.withData
(KeyValueType... values) Adds objects to the list of Data using add methodJobProblemType.withData
(Collection<KeyValueType> values) Adds objects to the list of Data using addAll methodJobProblemType.withId
(long value) Sets the value of the id property.Adds objects to the list of Job using add methodJobProblemType.withJob
(Collection<String> values) Adds objects to the list of Job using addAll methodSets the value of the type property.Methods in com.vidispine.generated that return types with arguments of type JobProblemTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<JobProblemType>
ObjectFactory.createJobProblemDocument
(JobProblemType value) JobProblemListType.getProblem()
Gets the value of the problem property.Methods in com.vidispine.generated with parameters of type JobProblemTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<JobProblemType>
ObjectFactory.createJobProblemDocument
(JobProblemType value) JobProblemListType.withProblem
(JobProblemType... values) Adds objects to the list of Problem using add methodMethod parameters in com.vidispine.generated with type arguments of type JobProblemTypeModifier and TypeMethodDescriptionJobProblemListType.withProblem
(Collection<JobProblemType> values) Adds objects to the list of Problem using addAll method