Uses of Class
com.vidispine.generated.VXAUpdateType
-
-
Uses of VXAUpdateType in com.vidispine.generated
Fields in com.vidispine.generated declared as VXAUpdateType Modifier and Type Field Description protected VXAUpdateType
WebsocketUpdateType. vxa
Methods in com.vidispine.generated that return VXAUpdateType Modifier and Type Method Description VXAUpdateType
ObjectFactory. createVXAUpdateType()
Create an instance ofVXAUpdateType
VXAUpdateType
WebsocketUpdateType. getVxa()
Gets the value of the vxa property.VXAUpdateType
VXAUpdateType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VXAUpdateType
VXAUpdateType. withAdded(Boolean value)
VXAUpdateType
VXAUpdateType. withAddedShare(String... values)
VXAUpdateType
VXAUpdateType. withAddedShare(Collection<String> values)
VXAUpdateType
VXAUpdateType. withDeleted(Boolean value)
VXAUpdateType
VXAUpdateType. withRemovedShare(String... values)
VXAUpdateType
VXAUpdateType. withRemovedShare(Collection<String> values)
VXAUpdateType
VXAUpdateType. withUser(String value)
VXAUpdateType
VXAUpdateType. withVxaId(String value)
Methods in com.vidispine.generated that return types with arguments of type VXAUpdateType Modifier and Type Method Description javax.xml.bind.JAXBElement<VXAUpdateType>
ObjectFactory. createVXAUpdateDocument(VXAUpdateType value)
Methods in com.vidispine.generated with parameters of type VXAUpdateType Modifier and Type Method Description javax.xml.bind.JAXBElement<VXAUpdateType>
ObjectFactory. createVXAUpdateDocument(VXAUpdateType value)
void
WebsocketUpdateType. setVxa(VXAUpdateType value)
Sets the value of the vxa property.WebsocketUpdateType
WebsocketUpdateType. withVxa(VXAUpdateType value)
-