Uses of Class
com.vidispine.generated.VXAJobType
-
-
Uses of VXAJobType in com.vidispine.generated
Fields in com.vidispine.generated declared as VXAJobType Modifier and Type Field Description protected VXAJobType
WebsocketUpdateType. vxaJob
Fields in com.vidispine.generated with type parameters of type VXAJobType Modifier and Type Field Description protected List<VXAJobType>
VXAJobListType. job
Methods in com.vidispine.generated that return types with arguments of type VXAJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<VXAJobType>
ObjectFactory. createVXAJobDocument(VXAJobType value)
List<VXAJobType>
VXAJobListType. getJob()
Gets the value of the job property.Methods in com.vidispine.generated with parameters of type VXAJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<VXAJobType>
ObjectFactory. createVXAJobDocument(VXAJobType value)
void
WebsocketUpdateType. setVxaJob(VXAJobType value)
Sets the value of the vxaJob property.VXAJobListType
VXAJobListType. withJob(VXAJobType... values)
WebsocketUpdateType
WebsocketUpdateType. withVxaJob(VXAJobType value)
Method parameters in com.vidispine.generated with type arguments of type VXAJobType Modifier and Type Method Description VXAJobListType
VXAJobListType. withJob(Collection<VXAJobType> values)
-