org.eclipse.stardust.engine.api.ws
Class DaemonParameterXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DaemonParameterXto

public class DaemonParameterXto
extends Object

Java class for DaemonParameter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DaemonParameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="acknowledge" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DaemonParameterXto()
           
 
Method Summary
 String getType()
          Gets the value of the type property.
 boolean isAcknowledge()
          Gets the value of the acknowledge property.
 void setAcknowledge(boolean value)
          Sets the value of the acknowledge property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonParameterXto

public DaemonParameterXto()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isAcknowledge

public boolean isAcknowledge()
Gets the value of the acknowledge property.


setAcknowledge

public void setAcknowledge(boolean value)
Sets the value of the acknowledge property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.