Package org.bedework.synch.wsmessages
Class StartServiceNotificationType
java.lang.Object
org.bedework.synch.wsmessages.StartServiceNotificationType
(Re)initialize the service
subscribe-url: callback url for notifications and subscribe requests
id and (encrypted) password - may be required by prior arrangement
Java class for StartServiceNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StartServiceNotificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="connectorId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="subscribeUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pw" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectorId property.getId()
Gets the value of the id property.getPw()
Gets the value of the pw property.Gets the value of the subscribeUrl property.void
setConnectorId
(String value) Sets the value of the connectorId property.void
Sets the value of the id property.void
Sets the value of the pw property.void
setSubscribeUrl
(String value) Sets the value of the subscribeUrl property.
-
Field Details
-
connectorId
-
subscribeUrl
-
id
-
pw
-
-
Constructor Details
-
StartServiceNotificationType
public StartServiceNotificationType()
-
-
Method Details
-
getConnectorId
Gets the value of the connectorId property.- Returns:
- possible object is
String
-
setConnectorId
Sets the value of the connectorId property.- Parameters:
value
- allowed object isString
-
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
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getPw
Gets the value of the pw property.- Returns:
- possible object is
String
-
setPw
Sets the value of the pw property.- Parameters:
value
- allowed object isString
-