Uses of Class
org.bedework.synch.wsmessages.ArrayOfSynchProperties
Packages that use ArrayOfSynchProperties
-
Uses of ArrayOfSynchProperties in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as ArrayOfSynchPropertiesModifier and TypeFieldDescriptionprotected ArrayOfSynchProperties
SubscribeRequestType.info
protected ArrayOfSynchProperties
SubscriptionStatusResponseType.info
protected ArrayOfSynchProperties
ConnectorInfoType.properties
Methods in org.bedework.synch.wsmessages that return ArrayOfSynchPropertiesModifier and TypeMethodDescriptionObjectFactory.createArrayOfSynchProperties()
Create an instance ofArrayOfSynchProperties
SubscribeRequestType.getInfo()
Gets the value of the info property.SubscriptionStatusResponseType.getInfo()
Gets the value of the info property.ConnectorInfoType.getProperties()
Gets the value of the properties property.Methods in org.bedework.synch.wsmessages with parameters of type ArrayOfSynchPropertiesModifier and TypeMethodDescriptionvoid
SubscribeRequestType.setInfo
(ArrayOfSynchProperties value) Sets the value of the info property.void
SubscriptionStatusResponseType.setInfo
(ArrayOfSynchProperties value) Sets the value of the info property.void
ConnectorInfoType.setProperties
(ArrayOfSynchProperties value) Sets the value of the properties property.