Package org.bedework.synch.wsmessages
Class KeepAliveNotificationType
- java.lang.Object
-
- org.bedework.synch.wsmessages.KeepAliveNotificationType
-
public class KeepAliveNotificationType extends Object
Ping the service subscribe-url: callback url for notifications and subscribe requests token: token as provided at startupJava class for KeepAliveNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeepAliveNotificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subscribeUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="token" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringsubscribeUrlprotected Stringtoken
-
Constructor Summary
Constructors Constructor Description KeepAliveNotificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubscribeUrl()Gets the value of the subscribeUrl property.StringgetToken()Gets the value of the token property.voidsetSubscribeUrl(String value)Sets the value of the subscribeUrl property.voidsetToken(String value)Sets the value of the token property.
-
-
-
Method Detail
-
getSubscribeUrl
public String getSubscribeUrl()
Gets the value of the subscribeUrl property.- Returns:
- possible object is
String
-
setSubscribeUrl
public void setSubscribeUrl(String value)
Sets the value of the subscribeUrl property.- Parameters:
value- allowed object isString
-
getToken
public String getToken()
Gets the value of the token property.- Returns:
- possible object is
String
-
-