public class Signal extends Object
Java class for Signal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Signal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.microsoft.com/wbem/wsman/1/windows/shell}Code"/>
</sequence>
<attribute name="CommandId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
commandId |
| Constructor and Description |
|---|
Signal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getCommandId()
Gets the value of the commandId property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCommandId(String value)
Sets the value of the commandId property.
|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getCommandId()
StringCopyright © 2017. All rights reserved.