Uses of Class
com.vidispine.generated.VXAStorageType
-
-
Uses of VXAStorageType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type VXAStorageType Modifier and Type Field Description protected List<VXAStorageType>
VXAType. storage
Methods in com.vidispine.generated that return VXAStorageType Modifier and Type Method Description VXAStorageType
ObjectFactory. createVXAStorageType()
Create an instance ofVXAStorageType
VXAStorageType
VXAStorageType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VXAStorageType
VXAStorageType. withCreateProxiesStorage(String value)
VXAStorageType
VXAStorageType. withId(String value)
VXAStorageType
VXAStorageType. withIsCollectionStorage(String value)
VXAStorageType
VXAStorageType. withName(String value)
VXAStorageType
VXAStorageType. withPath(String value)
Methods in com.vidispine.generated that return types with arguments of type VXAStorageType Modifier and Type Method Description List<VXAStorageType>
VXAType. getStorage()
Gets the value of the storage property.Methods in com.vidispine.generated with parameters of type VXAStorageType Modifier and Type Method Description VXAType
VXAType. withStorage(VXAStorageType... values)
Method parameters in com.vidispine.generated with type arguments of type VXAStorageType Modifier and Type Method Description VXAType
VXAType. withStorage(Collection<VXAStorageType> values)
-