
public class ExecuteTasksResponse extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Accepted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accepted |
| Constructor and Description |
|---|
ExecuteTasksResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccepted()
Gets the value of the accepted property.
|
boolean |
isSetAccepted() |
void |
setAccepted(boolean value)
Sets the value of the accepted property.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.