Uses of Class
com.vidispine.generated.VXAJobType
-
Uses of VXAJobType in com.vidispine.generated
Fields in com.vidispine.generated declared as VXAJobTypeFields in com.vidispine.generated with type parameters of type VXAJobTypeMethods in com.vidispine.generated that return VXAJobTypeModifier and TypeMethodDescriptionObjectFactory.createVXAJobType()
Create an instance ofVXAJobType
WebsocketUpdateType.getVxaJob()
Gets the value of the vxaJob property.VXAJobType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) VXAJobType.withConfiguration
(String... values) Adds objects to the list of Configuration using add methodVXAJobType.withConfiguration
(Collection<String> values) Adds objects to the list of Configuration using addAll methodVXAJobType.withErrorMessage
(String value) Sets the value of the errorMessage property.VXAJobType.withFilename
(String value) Sets the value of the filename property.VXAJobType.withInstance
(String value) Sets the value of the instance property.VXAJobType.withItemId
(String value) Sets the value of the itemId property.VXAJobType.withJobConfiguration
(String value) Sets the value of the jobConfiguration property.VXAJobType.withJobId
(long value) Sets the value of the jobId property.VXAJobType.withPlugin
(VXAJobType.Plugin... values) Adds objects to the list of Plugin using add methodVXAJobType.withPlugin
(Collection<VXAJobType.Plugin> values) Adds objects to the list of Plugin using addAll methodVXAJobType.withProgress
(double value) Sets the value of the progress property.VXAJobType.withStartTime
(XMLGregorianCalendar value) Sets the value of the startTime property.VXAJobType.withStatus
(String value) Sets the value of the status property.Sets the value of the type property.Sets the value of the user property.Sets the value of the uuid property.Sets the value of the vxaId property.VXAJobType.withVxaName
(String value) Sets the value of the vxaName property.Methods in com.vidispine.generated that return types with arguments of type VXAJobTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<VXAJobType>
ObjectFactory.createVXAJobDocument
(VXAJobType value) VXAJobListType.getJob()
Gets the value of the job property.Methods in com.vidispine.generated with parameters of type VXAJobTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<VXAJobType>
ObjectFactory.createVXAJobDocument
(VXAJobType value) void
WebsocketUpdateType.setVxaJob
(VXAJobType value) Sets the value of the vxaJob property.VXAJobListType.withJob
(VXAJobType... values) Adds objects to the list of Job using add methodWebsocketUpdateType.withVxaJob
(VXAJobType value) Sets the value of the vxaJob property.Method parameters in com.vidispine.generated with type arguments of type VXAJobTypeModifier and TypeMethodDescriptionVXAJobListType.withJob
(Collection<VXAJobType> values) Adds objects to the list of Job using addAll method