Uses of Class
com.vidispine.generated.FileType
-
-
Uses of FileType in com.vidispine.generated
Fields in com.vidispine.generated declared as FileType Modifier and Type Field Description protected FileType
ImportableFileType. file
protected FileType
SearchResultEntryType. file
Fields in com.vidispine.generated with type parameters of type FileType Modifier and Type Field Description protected List<FileType>
ComponentType. file
protected List<FileType>
FileListType. file
protected List<FileType>
FileReferenceType. file
Methods in com.vidispine.generated that return FileType Modifier and Type Method Description FileType
ObjectFactory. createFileType()
Create an instance ofFileType
FileType
ImportableFileType. getFile()
Gets the value of the file property.FileType
SearchResultEntryType. getFile()
Gets the value of the file property.FileType
FileType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileType
FileType. withHash(String value)
FileType
FileType. withId(String value)
FileType
FileType. withItem(FileType.Item... values)
FileType
FileType. withItem(Collection<FileType.Item> values)
FileType
FileType. withMetadata(SimpleMetadataType value)
FileType
FileType. withPath(String value)
FileType
FileType. withRange(FileType.Range... values)
FileType
FileType. withRange(Collection<FileType.Range> values)
FileType
FileType. withRefreshFlag(Integer value)
FileType
FileType. withSequence(Boolean value)
FileType
FileType. withSize(Long value)
FileType
FileType. withState(String value)
FileType
FileType. withStorage(String value)
FileType
FileType. withStorageDefinition(StorageType value)
FileType
FileType. withTimestamp(XMLGregorianCalendar value)
FileType
FileType. withType(String value)
FileType
FileType. withUri(String... values)
FileType
FileType. withUri(Collection<String> values)
Methods in com.vidispine.generated that return types with arguments of type FileType Modifier and Type Method Description javax.xml.bind.JAXBElement<FileType>
ObjectFactory. createFileDocument(FileType value)
List<FileType>
ComponentType. getFile()
Gets the value of the file property.List<FileType>
FileListType. getFile()
Gets the value of the file property.List<FileType>
FileReferenceType. getFile()
Gets the value of the file property.Methods in com.vidispine.generated with parameters of type FileType Modifier and Type Method Description javax.xml.bind.JAXBElement<FileType>
ObjectFactory. createFileDocument(FileType value)
void
ImportableFileType. setFile(FileType value)
Sets the value of the file property.void
SearchResultEntryType. setFile(FileType value)
Sets the value of the file property.AudioComponentType
AudioComponentType. withFile(FileType... values)
BinaryComponentType
BinaryComponentType. withFile(FileType... values)
ComponentType
ComponentType. withFile(FileType... values)
ContainerComponentType
ContainerComponentType. withFile(FileType... values)
DescriptorComponentType
DescriptorComponentType. withFile(FileType... values)
FileListType
FileListType. withFile(FileType... values)
FileReferenceType
FileReferenceType. withFile(FileType... values)
ImportableFileType
ImportableFileType. withFile(FileType value)
MediaComponentType
MediaComponentType. withFile(FileType... values)
SearchResultEntryType
SearchResultEntryType. withFile(FileType value)
SubtitleComponentType
SubtitleComponentType. withFile(FileType... values)
VideoComponentType
VideoComponentType. withFile(FileType... values)
Method parameters in com.vidispine.generated with type arguments of type FileType Modifier and Type Method Description AudioComponentType
AudioComponentType. withFile(Collection<FileType> values)
BinaryComponentType
BinaryComponentType. withFile(Collection<FileType> values)
ComponentType
ComponentType. withFile(Collection<FileType> values)
ContainerComponentType
ContainerComponentType. withFile(Collection<FileType> values)
DescriptorComponentType
DescriptorComponentType. withFile(Collection<FileType> values)
FileListType
FileListType. withFile(Collection<FileType> values)
FileReferenceType
FileReferenceType. withFile(Collection<FileType> values)
MediaComponentType
MediaComponentType. withFile(Collection<FileType> values)
SubtitleComponentType
SubtitleComponentType. withFile(Collection<FileType> values)
VideoComponentType
VideoComponentType. withFile(Collection<FileType> values)
-