public class CPU extends Object
Java class for CPU complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CPU">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="topology" type="{}CpuTopology" minOccurs="0"/>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="speed" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Integer |
level |
protected String |
name |
protected BigDecimal |
speed |
protected CpuTopology |
topology |
| Constructor and Description |
|---|
CPU() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
Integer |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getSpeed()
Gets the value of the speed property.
|
CpuTopology |
getTopology()
Gets the value of the topology property.
|
boolean |
isSetId() |
boolean |
isSetLevel() |
boolean |
isSetName() |
boolean |
isSetSpeed() |
boolean |
isSetTopology() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setLevel(Integer value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSpeed(BigDecimal value)
Sets the value of the speed property.
|
void |
setTopology(CpuTopology value)
Sets the value of the topology property.
|
protected CpuTopology topology
protected Integer level
protected String name
protected BigDecimal speed
protected String id
public CpuTopology getTopology()
CpuTopologypublic void setTopology(CpuTopology value)
value - allowed object is
CpuTopologypublic boolean isSetTopology()
public Integer getLevel()
Integerpublic void setLevel(Integer value)
value - allowed object is
Integerpublic boolean isSetLevel()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public BigDecimal getSpeed()
BigDecimalpublic void setSpeed(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetSpeed()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
Copyright © 2012. All Rights Reserved.