public class LogoutRequestType extends Object
Java class for LogoutRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogoutRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MaintenanceAllowed" type="{}MaintenanceAllowedType" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
maintenanceAllowed |
| Constructor and Description |
|---|
LogoutRequestType() |
| 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 © 2018. All rights reserved.