public class ImportableFileType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ImportableFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportableFileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file" type="{http://xml.vidispine.com/schema/vidispine}FileType"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileType |
file |
protected MetadataType |
metadata |
| Constructor and Description |
|---|
ImportableFileType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
FileType |
getFile()
Gets the value of the file property.
|
MetadataType |
getMetadata()
Gets the value of the metadata property.
|
boolean |
isSetFile() |
boolean |
isSetMetadata() |
void |
setFile(FileType value)
Sets the value of the file property.
|
void |
setMetadata(MetadataType value)
Sets the value of the metadata property.
|
ImportableFileType |
withFile(FileType value) |
ImportableFileType |
withMetadata(MetadataType value) |
protected FileType file
protected MetadataType metadata
public FileType getFile()
FileTypepublic void setFile(FileType value)
value - allowed object is
FileTypepublic boolean isSetFile()
public MetadataType getMetadata()
MetadataTypepublic void setMetadata(MetadataType value)
value - allowed object is
MetadataTypepublic boolean isSetMetadata()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ImportableFileType withFile(FileType value)
public ImportableFileType withMetadata(MetadataType value)
Copyright © 2015. All rights reserved.