public class MemoryOverCommit extends Object
Java class for MemoryOverCommit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemoryOverCommit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="percent" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MemoryOverCommit() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPercent()
Gets the value of the percent property.
|
boolean |
isSetPercent() |
void |
setPercent(int value)
Sets the value of the percent property.
|
void |
unsetPercent() |
protected Integer percent
public int getPercent()
Integerpublic void setPercent(int value)
value - allowed object is
Integerpublic boolean isSetPercent()
public void unsetPercent()
Copyright © 2012. All Rights Reserved.