public class AutopilotSettings extends Object
Java class for AutopilotSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutopilotSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="autopilotEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sendEmailWithAutopilotReport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autopilotEnabled |
protected Boolean |
sendEmailWithAutopilotReport |
| Constructor and Description |
|---|
AutopilotSettings() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAutopilotEnabled()
Gets the value of the autopilotEnabled property.
|
Boolean |
isSendEmailWithAutopilotReport()
Gets the value of the sendEmailWithAutopilotReport property.
|
void |
setAutopilotEnabled(Boolean value)
Sets the value of the autopilotEnabled property.
|
void |
setSendEmailWithAutopilotReport(Boolean value)
Sets the value of the sendEmailWithAutopilotReport property.
|
protected Boolean autopilotEnabled
protected Boolean sendEmailWithAutopilotReport
public Boolean isAutopilotEnabled()
Booleanpublic void setAutopilotEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isSendEmailWithAutopilotReport()
BooleanCopyright © 2014 OpenEstate. All rights reserved.