public class KernelModuleInfo extends DynamicData
Java class for KernelModuleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KernelModuleInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="optionString" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="loaded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="useCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="readOnlySection" type="{urn:vim25}KernelModuleSectionInfo"/>
<element name="writableSection" type="{urn:vim25}KernelModuleSectionInfo"/>
<element name="textSection" type="{urn:vim25}KernelModuleSectionInfo"/>
<element name="dataSection" type="{urn:vim25}KernelModuleSectionInfo"/>
<element name="bssSection" type="{urn:vim25}KernelModuleSectionInfo"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KernelModuleSectionInfo |
bssSection |
protected KernelModuleSectionInfo |
dataSection |
protected boolean |
enabled |
protected String |
filename |
protected int |
id |
protected boolean |
loaded |
protected String |
name |
protected String |
optionString |
protected KernelModuleSectionInfo |
readOnlySection |
protected KernelModuleSectionInfo |
textSection |
protected int |
useCount |
protected String |
version |
protected KernelModuleSectionInfo |
writableSection |
| Constructor and Description |
|---|
KernelModuleInfo() |
| Modifier and Type | Method and Description |
|---|---|
KernelModuleSectionInfo |
getBssSection()
Gets the value of the bssSection property.
|
KernelModuleSectionInfo |
getDataSection()
Gets the value of the dataSection property.
|
String |
getFilename()
Gets the value of the filename property.
|
int |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOptionString()
Gets the value of the optionString property.
|
KernelModuleSectionInfo |
getReadOnlySection()
Gets the value of the readOnlySection property.
|
KernelModuleSectionInfo |
getTextSection()
Gets the value of the textSection property.
|
int |
getUseCount()
Gets the value of the useCount property.
|
String |
getVersion()
Gets the value of the version property.
|
KernelModuleSectionInfo |
getWritableSection()
Gets the value of the writableSection property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isLoaded()
Gets the value of the loaded property.
|
void |
setBssSection(KernelModuleSectionInfo value)
Sets the value of the bssSection property.
|
void |
setDataSection(KernelModuleSectionInfo value)
Sets the value of the dataSection property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setLoaded(boolean value)
Sets the value of the loaded property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOptionString(String value)
Sets the value of the optionString property.
|
void |
setReadOnlySection(KernelModuleSectionInfo value)
Sets the value of the readOnlySection property.
|
void |
setTextSection(KernelModuleSectionInfo value)
Sets the value of the textSection property.
|
void |
setUseCount(int value)
Sets the value of the useCount property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setWritableSection(KernelModuleSectionInfo value)
Sets the value of the writableSection property.
|
protected int id
protected String name
protected String version
protected String filename
protected String optionString
protected boolean loaded
protected boolean enabled
protected int useCount
protected KernelModuleSectionInfo readOnlySection
protected KernelModuleSectionInfo writableSection
protected KernelModuleSectionInfo textSection
protected KernelModuleSectionInfo dataSection
protected KernelModuleSectionInfo bssSection
public int getId()
public void setId(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getOptionString()
Stringpublic void setOptionString(String value)
value - allowed object is
Stringpublic boolean isLoaded()
public void setLoaded(boolean value)
public boolean isEnabled()
public void setEnabled(boolean value)
public int getUseCount()
public void setUseCount(int value)
public KernelModuleSectionInfo getReadOnlySection()
KernelModuleSectionInfopublic void setReadOnlySection(KernelModuleSectionInfo value)
value - allowed object is
KernelModuleSectionInfopublic KernelModuleSectionInfo getWritableSection()
KernelModuleSectionInfopublic void setWritableSection(KernelModuleSectionInfo value)
value - allowed object is
KernelModuleSectionInfopublic KernelModuleSectionInfo getTextSection()
KernelModuleSectionInfopublic void setTextSection(KernelModuleSectionInfo value)
value - allowed object is
KernelModuleSectionInfopublic KernelModuleSectionInfo getDataSection()
KernelModuleSectionInfopublic void setDataSection(KernelModuleSectionInfo value)
value - allowed object is
KernelModuleSectionInfopublic KernelModuleSectionInfo getBssSection()
KernelModuleSectionInfopublic void setBssSection(KernelModuleSectionInfo value)
value - allowed object is
KernelModuleSectionInfoCopyright © 2018. All rights reserved.