public class UsbScanCodeSpecKeyEvent extends DynamicData
Java class for UsbScanCodeSpecKeyEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsbScanCodeSpecKeyEvent">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="usbHidCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="modifiers" type="{urn:vim25}UsbScanCodeSpecModifierType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UsbScanCodeSpecModifierType |
modifiers |
protected int |
usbHidCode |
| Constructor and Description |
|---|
UsbScanCodeSpecKeyEvent() |
| Modifier and Type | Method and Description |
|---|---|
UsbScanCodeSpecModifierType |
getModifiers()
Gets the value of the modifiers property.
|
int |
getUsbHidCode()
Gets the value of the usbHidCode property.
|
void |
setModifiers(UsbScanCodeSpecModifierType value)
Sets the value of the modifiers property.
|
void |
setUsbHidCode(int value)
Sets the value of the usbHidCode property.
|
protected int usbHidCode
protected UsbScanCodeSpecModifierType modifiers
public int getUsbHidCode()
public void setUsbHidCode(int value)
public UsbScanCodeSpecModifierType getModifiers()
UsbScanCodeSpecModifierTypepublic void setModifiers(UsbScanCodeSpecModifierType value)
value - allowed object is
UsbScanCodeSpecModifierTypeCopyright © 2018. All rights reserved.