public class SessionHeartbeatAndHACheckResponse
extends java.lang.Object
Java class for SessionHeartbeatAndHACheckResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SessionHeartbeatAndHACheckResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SessionUpdated" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="HASwitchOver" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SessionHeartbeatAndHACheckResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
isHASwitchOver()
Gets the value of the haSwitchOver property.
|
boolean |
isSessionUpdated()
Gets the value of the sessionUpdated property.
|
void |
setHASwitchOver(boolean value)
Sets the value of the haSwitchOver property.
|
void |
setSessionUpdated(boolean value)
Sets the value of the sessionUpdated property.
|
public boolean isSessionUpdated()
public void setSessionUpdated(boolean value)
public boolean isHASwitchOver()
public void setHASwitchOver(boolean value)
Copyright © 2010 All Rights Reserved.