Uses of Class
com.vidispine.generated.ImportableFileType
-
-
Uses of ImportableFileType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ImportableFileType Modifier and Type Field Description protected List<ImportableFileType>
ImportableFileListType. element
Methods in com.vidispine.generated that return ImportableFileType Modifier and Type Method Description ImportableFileType
ObjectFactory. createImportableFileType()
Create an instance ofImportableFileType
ImportableFileType
ImportableFileType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ImportableFileType
ImportableFileType. withFile(FileType value)
ImportableFileType
ImportableFileType. withMetadata(MetadataType value)
Methods in com.vidispine.generated that return types with arguments of type ImportableFileType Modifier and Type Method Description javax.xml.bind.JAXBElement<ImportableFileType>
ObjectFactory. createImportableFileDocument(ImportableFileType value)
List<ImportableFileType>
ImportableFileListType. getElement()
Gets the value of the element property.Methods in com.vidispine.generated with parameters of type ImportableFileType Modifier and Type Method Description javax.xml.bind.JAXBElement<ImportableFileType>
ObjectFactory. createImportableFileDocument(ImportableFileType value)
ImportableFileListType
ImportableFileListType. withElement(ImportableFileType... values)
Method parameters in com.vidispine.generated with type arguments of type ImportableFileType Modifier and Type Method Description ImportableFileListType
ImportableFileListType. withElement(Collection<ImportableFileType> values)
-