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 ConnectorInfoTypeActiveSubscriptionRequestType.connectorInfoprotected ConnectorInfoTypeSubscribeRequestType.endAConnectorprotected ConnectorInfoTypeSubscriptionStatusResponseType.endAConnectorprotected ConnectorInfoTypeSubscribeRequestType.endBConnectorprotected ConnectorInfoTypeSubscriptionStatusResponseType.endBConnectorMethods in org.bedework.synch.wsmessages that return ConnectorInfoTypeModifier and TypeMethodDescriptionObjectFactory.createConnectorInfoType()Create an instance ofConnectorInfoTypeActiveSubscriptionRequestType.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 TypeMethodDescriptionvoidActiveSubscriptionRequestType.setConnectorInfo(ConnectorInfoType value) Sets the value of the connectorInfo property.voidSubscribeRequestType.setEndAConnector(ConnectorInfoType value) Sets the value of the endAConnector property.voidSubscriptionStatusResponseType.setEndAConnector(ConnectorInfoType value) Sets the value of the endAConnector property.voidSubscribeRequestType.setEndBConnector(ConnectorInfoType value) Sets the value of the endBConnector property.voidSubscriptionStatusResponseType.setEndBConnector(ConnectorInfoType value) Sets the value of the endBConnector property.