Uses of Class
com.vidispine.generated.FilePrefixType
-
-
Uses of FilePrefixType in com.vidispine.generated
Fields in com.vidispine.generated declared as FilePrefixType Modifier and Type Field Description protected FilePrefixType
FileListType. prefixes
protected FilePrefixType
ImportableFileListType. prefixes
Methods in com.vidispine.generated that return FilePrefixType Modifier and Type Method Description FilePrefixType
ObjectFactory. createFilePrefixType()
Create an instance ofFilePrefixType
FilePrefixType
FileListType. getPrefixes()
Gets the value of the prefixes property.FilePrefixType
ImportableFileListType. getPrefixes()
Gets the value of the prefixes property.FilePrefixType
FilePrefixType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FilePrefixType
FilePrefixType. withPrefix(String... values)
FilePrefixType
FilePrefixType. withPrefix(Collection<String> values)
Methods in com.vidispine.generated with parameters of type FilePrefixType Modifier and Type Method Description void
FileListType. setPrefixes(FilePrefixType value)
Sets the value of the prefixes property.void
ImportableFileListType. setPrefixes(FilePrefixType value)
Sets the value of the prefixes property.FileListType
FileListType. withPrefixes(FilePrefixType value)
ImportableFileListType
ImportableFileListType. withPrefixes(FilePrefixType value)
-