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="{}template" minOccurs="0"/> <element ref="{}instance_type" minOccurs="0"/> <element ref="{}vms" minOccurs="0"/> <element ref="{}vm" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
BaseDevice() |
Modifier and Type | Method and Description |
---|---|
InstanceType |
getInstanceType()
Gets the value of the instanceType property.
|
Template |
getTemplate()
Gets the value of the template property.
|
VM |
getVm()
Gets the value of the vm property.
|
VMs |
getVms()
Gets the value of the vms property.
|
boolean |
isSetInstanceType() |
boolean |
isSetTemplate() |
boolean |
isSetVm() |
boolean |
isSetVms() |
void |
setInstanceType(InstanceType value)
Sets the value of the instanceType property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
void |
setVms(VMs value)
Sets the value of the vms 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 Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
public InstanceType getInstanceType()
InstanceType
public void setInstanceType(InstanceType value)
value
- allowed object is
InstanceType
public boolean isSetInstanceType()
public void setVms(VMs value)
value
- allowed object is
VMs
public boolean isSetVms()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0