Uses of Class
com.vidispine.generated.VXAType
-
-
Uses of VXAType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type VXAType Modifier and Type Field Description protected List<VXAType>
OtifJobConfigurationType. vxa
protected List<VXAType>
VXAListType. vxa
Methods in com.vidispine.generated that return types with arguments of type VXAType Modifier and Type Method Description javax.xml.bind.JAXBElement<VXAType>
ObjectFactory. createVXADocument(VXAType value)
List<VXAType>
OtifJobConfigurationType. getVxa()
Gets the value of the vxa property.List<VXAType>
VXAListType. getVxa()
Gets the value of the vxa property.Methods in com.vidispine.generated with parameters of type VXAType Modifier and Type Method Description javax.xml.bind.JAXBElement<VXAType>
ObjectFactory. createVXADocument(VXAType value)
OtifJobConfigurationType
OtifJobConfigurationType. withVxa(VXAType... values)
VXAListType
VXAListType. withVxa(VXAType... values)
Method parameters in com.vidispine.generated with type arguments of type VXAType Modifier and Type Method Description OtifJobConfigurationType
OtifJobConfigurationType. withVxa(Collection<VXAType> values)
VXAListType
VXAListType. withVxa(Collection<VXAType> values)
-