java.lang.Object
org.sentrysoftware.winrm.service.wsman.Signal

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>
 
  • Constructor Details

    • Signal

      public Signal()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getCommandId

      public String getCommandId()
      Gets the value of the commandId property.
      Returns:
      possible object is String
    • setCommandId

      public void setCommandId(String value)
      Sets the value of the commandId property.
      Parameters:
      value - allowed object is String