Uses of Class
com.vidispine.generated.StorageFileSequenceType
-
-
Uses of StorageFileSequenceType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type StorageFileSequenceType Modifier and Type Field Description protected List<StorageFileSequenceType>
StorageType. sequence
Methods in com.vidispine.generated that return StorageFileSequenceType Modifier and Type Method Description StorageFileSequenceType
ObjectFactory. createStorageFileSequenceType()
Create an instance ofStorageFileSequenceType
StorageFileSequenceType
StorageFileSequenceType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
StorageFileSequenceType
StorageFileSequenceType. withNumGroup(Integer value)
StorageFileSequenceType
StorageFileSequenceType. withRegex(String value)
Methods in com.vidispine.generated that return types with arguments of type StorageFileSequenceType Modifier and Type Method Description List<StorageFileSequenceType>
StorageType. getSequence()
Gets the value of the sequence property.Methods in com.vidispine.generated with parameters of type StorageFileSequenceType Modifier and Type Method Description StorageType
StorageType. withSequence(StorageFileSequenceType... values)
Method parameters in com.vidispine.generated with type arguments of type StorageFileSequenceType Modifier and Type Method Description StorageType
StorageType. withSequence(Collection<StorageFileSequenceType> values)
-