public class Features extends Object
Java class for Features complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Features"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}transparent_hugepages" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected TransparentHugePages |
transparentHugepages |
Constructor and Description |
---|
Features() |
Modifier and Type | Method and Description |
---|---|
TransparentHugePages |
getTransparentHugepages()
Gets the value of the transparentHugepages property.
|
boolean |
isSetTransparentHugepages() |
void |
setTransparentHugepages(TransparentHugePages value)
Sets the value of the transparentHugepages property.
|
protected TransparentHugePages transparentHugepages
public TransparentHugePages getTransparentHugepages()
TransparentHugePages
public void setTransparentHugepages(TransparentHugePages value)
value
- allowed object is
TransparentHugePages
public boolean isSetTransparentHugepages()
Copyright © 2012. All Rights Reserved.