public class UsbScanCodeSpecModifierType extends DynamicData
Java class for UsbScanCodeSpecModifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsbScanCodeSpecModifierType">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="leftControl" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="leftShift" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="leftAlt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="leftGui" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rightControl" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rightShift" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rightAlt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rightGui" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
leftAlt |
protected Boolean |
leftControl |
protected Boolean |
leftGui |
protected Boolean |
leftShift |
protected Boolean |
rightAlt |
protected Boolean |
rightControl |
protected Boolean |
rightGui |
protected Boolean |
rightShift |
| Constructor and Description |
|---|
UsbScanCodeSpecModifierType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isLeftAlt()
Gets the value of the leftAlt property.
|
Boolean |
isLeftControl()
Gets the value of the leftControl property.
|
Boolean |
isLeftGui()
Gets the value of the leftGui property.
|
Boolean |
isLeftShift()
Gets the value of the leftShift property.
|
Boolean |
isRightAlt()
Gets the value of the rightAlt property.
|
Boolean |
isRightControl()
Gets the value of the rightControl property.
|
Boolean |
isRightGui()
Gets the value of the rightGui property.
|
Boolean |
isRightShift()
Gets the value of the rightShift property.
|
void |
setLeftAlt(Boolean value)
Sets the value of the leftAlt property.
|
void |
setLeftControl(Boolean value)
Sets the value of the leftControl property.
|
void |
setLeftGui(Boolean value)
Sets the value of the leftGui property.
|
void |
setLeftShift(Boolean value)
Sets the value of the leftShift property.
|
void |
setRightAlt(Boolean value)
Sets the value of the rightAlt property.
|
void |
setRightControl(Boolean value)
Sets the value of the rightControl property.
|
void |
setRightGui(Boolean value)
Sets the value of the rightGui property.
|
void |
setRightShift(Boolean value)
Sets the value of the rightShift property.
|
protected Boolean leftControl
protected Boolean leftShift
protected Boolean leftAlt
protected Boolean leftGui
protected Boolean rightControl
protected Boolean rightShift
protected Boolean rightAlt
protected Boolean rightGui
public Boolean isLeftControl()
Booleanpublic void setLeftControl(Boolean value)
value - allowed object is
Booleanpublic Boolean isLeftShift()
Booleanpublic void setLeftShift(Boolean value)
value - allowed object is
Booleanpublic Boolean isLeftAlt()
Booleanpublic void setLeftAlt(Boolean value)
value - allowed object is
Booleanpublic Boolean isLeftGui()
Booleanpublic void setLeftGui(Boolean value)
value - allowed object is
Booleanpublic Boolean isRightControl()
Booleanpublic void setRightControl(Boolean value)
value - allowed object is
Booleanpublic Boolean isRightShift()
Booleanpublic void setRightShift(Boolean value)
value - allowed object is
Booleanpublic Boolean isRightAlt()
Booleanpublic void setRightAlt(Boolean value)
value - allowed object is
Booleanpublic Boolean isRightGui()
BooleanCopyright © 2018. All rights reserved.