public class HostBIOSInfo extends DynamicData
Java class for HostBIOSInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostBIOSInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="biosVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="releaseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="majorRelease" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minorRelease" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="firmwareMajorRelease" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="firmwareMinorRelease" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
biosVersion |
protected Integer |
firmwareMajorRelease |
protected Integer |
firmwareMinorRelease |
protected Integer |
majorRelease |
protected Integer |
minorRelease |
protected XMLGregorianCalendar |
releaseDate |
protected String |
vendor |
| Constructor and Description |
|---|
HostBIOSInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBiosVersion()
Gets the value of the biosVersion property.
|
Integer |
getFirmwareMajorRelease()
Gets the value of the firmwareMajorRelease property.
|
Integer |
getFirmwareMinorRelease()
Gets the value of the firmwareMinorRelease property.
|
Integer |
getMajorRelease()
Gets the value of the majorRelease property.
|
Integer |
getMinorRelease()
Gets the value of the minorRelease property.
|
XMLGregorianCalendar |
getReleaseDate()
Gets the value of the releaseDate property.
|
String |
getVendor()
Gets the value of the vendor property.
|
void |
setBiosVersion(String value)
Sets the value of the biosVersion property.
|
void |
setFirmwareMajorRelease(Integer value)
Sets the value of the firmwareMajorRelease property.
|
void |
setFirmwareMinorRelease(Integer value)
Sets the value of the firmwareMinorRelease property.
|
void |
setMajorRelease(Integer value)
Sets the value of the majorRelease property.
|
void |
setMinorRelease(Integer value)
Sets the value of the minorRelease property.
|
void |
setReleaseDate(XMLGregorianCalendar value)
Sets the value of the releaseDate property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
protected String biosVersion
protected XMLGregorianCalendar releaseDate
protected String vendor
protected Integer majorRelease
protected Integer minorRelease
protected Integer firmwareMajorRelease
protected Integer firmwareMinorRelease
public String getBiosVersion()
Stringpublic void setBiosVersion(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getReleaseDate()
XMLGregorianCalendarpublic void setReleaseDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic Integer getMajorRelease()
Integerpublic void setMajorRelease(Integer value)
value - allowed object is
Integerpublic Integer getMinorRelease()
Integerpublic void setMinorRelease(Integer value)
value - allowed object is
Integerpublic Integer getFirmwareMajorRelease()
Integerpublic void setFirmwareMajorRelease(Integer value)
value - allowed object is
Integerpublic Integer getFirmwareMinorRelease()
IntegerCopyright © 2018. All rights reserved.