Class LogoutRequest


  • public class LogoutRequest
    extends Object
    Definition: Content of the Logout Request messageType. -- Usage: Empty

    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>
     
    • Field Detail

      • maintenanceAllowed

        protected Boolean maintenanceAllowed
        The Maintenance allowed.
    • Constructor Detail

      • LogoutRequest

        public LogoutRequest()
    • Method Detail

      • isMaintenanceAllowed

        public boolean isMaintenanceAllowed()
        Gets the value of the maintenanceAllowed property.
        Returns:
        possible object is Boolean
      • setMaintenanceAllowed

        public void setMaintenanceAllowed​(Boolean value)
        Sets the value of the maintenanceAllowed property.
        Parameters:
        value - allowed object is Boolean