public class LogoutRequest extends Object
Java class for LogoutRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogoutRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MaintenanceAllowed" type="{}MaintenanceAllowed" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
maintenanceAllowed
The Maintenance allowed.
|
| Constructor and Description |
|---|
LogoutRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMaintenanceAllowed()
Gets the value of the maintenanceAllowed property.
|
void |
setMaintenanceAllowed(Boolean value)
Sets the value of the maintenanceAllowed property.
|
Copyright © 2022. All rights reserved.