public class Floppy extends BaseDevice
Java class for Floppy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Floppy">
<complexContent>
<extension base="{}BaseDevice">
<sequence>
<element ref="{}file"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected File |
file |
template, vmactions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Floppy() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the value of the file property.
|
boolean |
isSetFile() |
void |
setFile(File value)
Sets the value of the file property.
|
getTemplate, getVm, isSetTemplate, isSetVm, setTemplate, setVmgetActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected File file
Copyright © 2012. All Rights Reserved.