public class CpuIncompatible1ECX extends CpuIncompatible
Java class for CpuIncompatible1ECX complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CpuIncompatible1ECX">
<complexContent>
<extension base="{urn:vim25}CpuIncompatible">
<sequence>
<element name="sse3" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="pclmulqdq" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ssse3" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sse41" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sse42" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="aes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="other" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="otherOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
aes |
protected boolean |
other |
protected boolean |
otherOnly |
protected Boolean |
pclmulqdq |
protected boolean |
sse3 |
protected boolean |
sse41 |
protected boolean |
sse42 |
protected boolean |
ssse3 |
desiredBits, host, level, registerBits, registerNamefaultCause, faultMessage| Constructor and Description |
|---|
CpuIncompatible1ECX() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAes()
Gets the value of the aes property.
|
boolean |
isOther()
Gets the value of the other property.
|
boolean |
isOtherOnly()
Gets the value of the otherOnly property.
|
Boolean |
isPclmulqdq()
Gets the value of the pclmulqdq property.
|
boolean |
isSse3()
Gets the value of the sse3 property.
|
boolean |
isSse41()
Gets the value of the sse41 property.
|
boolean |
isSse42()
Gets the value of the sse42 property.
|
boolean |
isSsse3()
Gets the value of the ssse3 property.
|
void |
setAes(Boolean value)
Sets the value of the aes property.
|
void |
setOther(boolean value)
Sets the value of the other property.
|
void |
setOtherOnly(boolean value)
Sets the value of the otherOnly property.
|
void |
setPclmulqdq(Boolean value)
Sets the value of the pclmulqdq property.
|
void |
setSse3(boolean value)
Sets the value of the sse3 property.
|
void |
setSse41(boolean value)
Sets the value of the sse41 property.
|
void |
setSse42(boolean value)
Sets the value of the sse42 property.
|
void |
setSsse3(boolean value)
Sets the value of the ssse3 property.
|
getDesiredBits, getHost, getLevel, getRegisterBits, getRegisterName, setDesiredBits, setHost, setLevel, setRegisterBits, setRegisterNamegetFaultCause, getFaultMessage, setFaultCauseprotected boolean sse3
protected Boolean pclmulqdq
protected boolean ssse3
protected boolean sse41
protected boolean sse42
protected Boolean aes
protected boolean other
protected boolean otherOnly
public boolean isSse3()
public void setSse3(boolean value)
public Boolean isPclmulqdq()
Booleanpublic void setPclmulqdq(Boolean value)
value - allowed object is
Booleanpublic boolean isSsse3()
public void setSsse3(boolean value)
public boolean isSse41()
public void setSse41(boolean value)
public boolean isSse42()
public void setSse42(boolean value)
public Boolean isAes()
Booleanpublic void setAes(Boolean value)
value - allowed object is
Booleanpublic boolean isOther()
public void setOther(boolean value)
public boolean isOtherOnly()
public void setOtherOnly(boolean value)
Copyright © 2018. All rights reserved.