public class BaseDevice extends BaseResource
Java class for BaseDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseDevice"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}vm" minOccurs="0"/> <element ref="{}template" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
BaseDevice() |
Modifier and Type | Method and Description |
---|---|
Template |
getTemplate()
Gets the value of the template property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetTemplate() |
boolean |
isSetVm() |
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0