Package org.bedework.synch.wsmessages
Class StartServiceNotificationType
- java.lang.Object
-
- org.bedework.synch.wsmessages.StartServiceNotificationType
-
public class StartServiceNotificationType extends Object
(Re)initialize the service subscribe-url: callback url for notifications and subscribe requests id and (encrypted) password - may be required by prior arrangementJava 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 Modifier and Type Field Description protected StringconnectorIdprotected Stringidprotected Stringpwprotected StringsubscribeUrl
-
Constructor Summary
Constructors Constructor Description StartServiceNotificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectorId()Gets the value of the connectorId property.StringgetId()Gets the value of the id property.StringgetPw()Gets the value of the pw property.StringgetSubscribeUrl()Gets the value of the subscribeUrl property.voidsetConnectorId(String value)Sets the value of the connectorId property.voidsetId(String value)Sets the value of the id property.voidsetPw(String value)Sets the value of the pw property.voidsetSubscribeUrl(String value)Sets the value of the subscribeUrl property.
-
-
-
Method Detail
-
getConnectorId
public String getConnectorId()
Gets the value of the connectorId property.- Returns:
- possible object is
String
-
setConnectorId
public void setConnectorId(String value)
Sets the value of the connectorId property.- Parameters:
value- allowed object isString
-
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
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-