Uses of Class
com.vidispine.generated.FilePrefixType
-
Uses of FilePrefixType in com.vidispine.generated
Fields in com.vidispine.generated declared as FilePrefixTypeModifier and TypeFieldDescriptionprotected FilePrefixType
FileListType.prefixes
protected FilePrefixType
ImportableFileListType.prefixes
Methods in com.vidispine.generated that return FilePrefixTypeModifier and TypeMethodDescriptionObjectFactory.createFilePrefixType()
Create an instance ofFilePrefixType
FileListType.getPrefixes()
Gets the value of the prefixes property.ImportableFileListType.getPrefixes()
Gets the value of the prefixes property.FilePrefixType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) FilePrefixType.withPrefix
(String... values) Adds objects to the list of Prefix using add methodFilePrefixType.withPrefix
(Collection<String> values) Adds objects to the list of Prefix using addAll methodMethods in com.vidispine.generated with parameters of type FilePrefixTypeModifier and TypeMethodDescriptionvoid
FileListType.setPrefixes
(FilePrefixType value) Sets the value of the prefixes property.void
ImportableFileListType.setPrefixes
(FilePrefixType value) Sets the value of the prefixes property.FileListType.withPrefixes
(FilePrefixType value) Sets the value of the prefixes property.ImportableFileListType.withPrefixes
(FilePrefixType value) Sets the value of the prefixes property.