Package org.bedework.synch.wsmessages
Class KeepAliveNotificationType
java.lang.Object
org.bedework.synch.wsmessages.KeepAliveNotificationType
Ping the service
subscribe-url: callback url for notifications and subscribe requests
token: token as provided at startup
Java 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the subscribeUrl property.getToken()
Gets the value of the token property.void
setSubscribeUrl
(String value) Sets the value of the subscribeUrl property.void
Sets the value of the token property.
-
Field Details
-
subscribeUrl
-
token
-
-
Constructor Details
-
KeepAliveNotificationType
public KeepAliveNotificationType()
-
-
Method Details
-
getSubscribeUrl
Gets the value of the subscribeUrl property.- Returns:
- possible object is
String
-
setSubscribeUrl
Sets the value of the subscribeUrl property.- Parameters:
value
- allowed object isString
-
getToken
Gets the value of the token property.- Returns:
- possible object is
String
-
setToken
Sets the value of the token property.- Parameters:
value
- allowed object isString
-