Uses of Class
org.bedework.synch.wsmessages.ConnectorInfoType
-
Packages that use ConnectorInfoType Package Description org.bedework.synch.wsmessages -
-
Uses of ConnectorInfoType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as ConnectorInfoType Modifier and Type Field Description protected ConnectorInfoTypeActiveSubscriptionRequestType. connectorInfoprotected ConnectorInfoTypeSubscribeRequestType. endAConnectorprotected ConnectorInfoTypeSubscriptionStatusResponseType. endAConnectorprotected ConnectorInfoTypeSubscribeRequestType. endBConnectorprotected ConnectorInfoTypeSubscriptionStatusResponseType. endBConnectorMethods in org.bedework.synch.wsmessages that return ConnectorInfoType Modifier and Type Method Description ConnectorInfoTypeObjectFactory. createConnectorInfoType()Create an instance ofConnectorInfoTypeConnectorInfoTypeActiveSubscriptionRequestType. getConnectorInfo()Gets the value of the connectorInfo property.ConnectorInfoTypeSubscribeRequestType. getEndAConnector()Gets the value of the endAConnector property.ConnectorInfoTypeSubscriptionStatusResponseType. getEndAConnector()Gets the value of the endAConnector property.ConnectorInfoTypeSubscribeRequestType. getEndBConnector()Gets the value of the endBConnector property.ConnectorInfoTypeSubscriptionStatusResponseType. getEndBConnector()Gets the value of the endBConnector property.Methods in org.bedework.synch.wsmessages with parameters of type ConnectorInfoType Modifier and Type Method Description voidActiveSubscriptionRequestType. 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.
-