Uses of Class
com.vidispine.generated.FileReferenceType
-
-
Uses of FileReferenceType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileReferenceType Modifier and Type Field Description protected List<FileReferenceType>
ProjectFileType.Asset. file
Methods in com.vidispine.generated that return FileReferenceType Modifier and Type Method Description FileReferenceType
ObjectFactory. createFileReferenceType()
Create an instance ofFileReferenceType
FileReferenceType
FileReferenceType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileReferenceType
FileReferenceType. withFile(FileType... values)
FileReferenceType
FileReferenceType. withFile(Collection<FileType> values)
FileReferenceType
FileReferenceType. withHash(String value)
FileReferenceType
FileReferenceType. withId(String value)
FileReferenceType
FileReferenceType. withPath(String value)
FileReferenceType
FileReferenceType. withStatus(String value)
Methods in com.vidispine.generated that return types with arguments of type FileReferenceType Modifier and Type Method Description List<FileReferenceType>
ProjectFileType.Asset. getFile()
Gets the value of the file property.Methods in com.vidispine.generated with parameters of type FileReferenceType Modifier and Type Method Description ProjectFileType.Asset
ProjectFileType.Asset. withFile(FileReferenceType... values)
Method parameters in com.vidispine.generated with type arguments of type FileReferenceType Modifier and Type Method Description ProjectFileType.Asset
ProjectFileType.Asset. withFile(Collection<FileReferenceType> values)
-