Uses of Class
org.bedework.synch.wsmessages.ConnectorInfoType
Packages that use ConnectorInfoType
-
Uses of ConnectorInfoType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as ConnectorInfoTypeModifier and TypeFieldDescriptionprotected ConnectorInfoType
ActiveSubscriptionRequestType.connectorInfo
protected ConnectorInfoType
SubscribeRequestType.endAConnector
protected ConnectorInfoType
SubscriptionStatusResponseType.endAConnector
protected ConnectorInfoType
SubscribeRequestType.endBConnector
protected ConnectorInfoType
SubscriptionStatusResponseType.endBConnector
Methods in org.bedework.synch.wsmessages that return ConnectorInfoTypeModifier and TypeMethodDescriptionObjectFactory.createConnectorInfoType()
Create an instance ofConnectorInfoType
ActiveSubscriptionRequestType.getConnectorInfo()
Gets the value of the connectorInfo property.SubscribeRequestType.getEndAConnector()
Gets the value of the endAConnector property.SubscriptionStatusResponseType.getEndAConnector()
Gets the value of the endAConnector property.SubscribeRequestType.getEndBConnector()
Gets the value of the endBConnector property.SubscriptionStatusResponseType.getEndBConnector()
Gets the value of the endBConnector property.Methods in org.bedework.synch.wsmessages with parameters of type ConnectorInfoTypeModifier and TypeMethodDescriptionvoid
ActiveSubscriptionRequestType.setConnectorInfo
(ConnectorInfoType value) Sets the value of the connectorInfo property.void
SubscribeRequestType.setEndAConnector
(ConnectorInfoType value) Sets the value of the endAConnector property.void
SubscriptionStatusResponseType.setEndAConnector
(ConnectorInfoType value) Sets the value of the endAConnector property.void
SubscribeRequestType.setEndBConnector
(ConnectorInfoType value) Sets the value of the endBConnector property.void
SubscriptionStatusResponseType.setEndBConnector
(ConnectorInfoType value) Sets the value of the endBConnector property.