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, unsetLinksgetActions, isSetActions, setActionspublic Template getTemplate()
Templatepublic void setTemplate(Template value)
value - allowed object is
Templatepublic boolean isSetTemplate()
public InstanceType getInstanceType()
InstanceTypepublic void setInstanceType(InstanceType value)
value - allowed object is
InstanceTypepublic boolean isSetInstanceType()
public void setVms(VMs value)
value - allowed object is
VMspublic boolean isSetVms()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0