| Modifier and Type | Field and Description |
|---|---|
protected FileType |
ImportableFileType.file |
protected FileType |
SearchResultEntryType.file |
| Modifier and Type | Field and Description |
|---|---|
protected List<FileType> |
FileListType.file |
protected List<FileType> |
ComponentType.file |
protected List<FileType> |
FileReferenceType.file |
| Modifier and Type | Method and Description |
|---|---|
FileType |
ObjectFactory.createFileType()
Create an instance of
FileType |
FileType |
ImportableFileType.getFile()
Gets the value of the file property.
|
FileType |
SearchResultEntryType.getFile()
Gets the value of the file property.
|
FileType |
FileType.withHash(String value) |
FileType |
FileType.withId(String value) |
FileType |
FileType.withItem(Collection<FileType.Item> values) |
FileType |
FileType.withItem(FileType.Item... values) |
FileType |
FileType.withMetadata(SimpleMetadataType value) |
FileType |
FileType.withPath(String value) |
FileType |
FileType.withRefreshFlag(Integer 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.withUri(Collection<String> values) |
FileType |
FileType.withUri(String... values) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<FileType> |
ObjectFactory.createFileDocument(FileType value)
|
List<FileType> |
FileListType.getFile()
Gets the value of the file property.
|
List<FileType> |
ComponentType.getFile()
Gets the value of the file property.
|
List<FileType> |
FileReferenceType.getFile()
Gets the value of the file property.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
FileListType |
FileListType.withFile(FileType... values) |
ContainerComponentType |
ContainerComponentType.withFile(FileType... values) |
AudioComponentType |
AudioComponentType.withFile(FileType... values) |
VideoComponentType |
VideoComponentType.withFile(FileType... values) |
MediaComponentType |
MediaComponentType.withFile(FileType... values) |
ComponentType |
ComponentType.withFile(FileType... values) |
FileReferenceType |
FileReferenceType.withFile(FileType... values) |
BinaryComponentType |
BinaryComponentType.withFile(FileType... values) |
ImportableFileType |
ImportableFileType.withFile(FileType value) |
SearchResultEntryType |
SearchResultEntryType.withFile(FileType value) |
| Modifier and Type | Method and Description |
|---|---|
FileListType |
FileListType.withFile(Collection<FileType> values) |
ContainerComponentType |
ContainerComponentType.withFile(Collection<FileType> values) |
AudioComponentType |
AudioComponentType.withFile(Collection<FileType> values) |
VideoComponentType |
VideoComponentType.withFile(Collection<FileType> values) |
MediaComponentType |
MediaComponentType.withFile(Collection<FileType> values) |
ComponentType |
ComponentType.withFile(Collection<FileType> values) |
FileReferenceType |
FileReferenceType.withFile(Collection<FileType> values) |
BinaryComponentType |
BinaryComponentType.withFile(Collection<FileType> values) |
Copyright © 2015. All rights reserved.