Class Signal
java.lang.Object
org.sentrysoftware.winrm.service.wsman.Signal
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>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the value of the code property.Gets the value of the commandId property.void
Sets the value of the code property.void
setCommandId
(String value) Sets the value of the commandId property.
-
Constructor Details
-
Signal
public Signal()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getCommandId
Gets the value of the commandId property.- Returns:
- possible object is
String
-
setCommandId
Sets the value of the commandId property.- Parameters:
value
- allowed object isString
-