Uses of Class
org.bedework.synch.wsmessages.ArrayOfSynchProperties
-
Packages that use ArrayOfSynchProperties Package Description org.bedework.synch.wsmessages -
-
Uses of ArrayOfSynchProperties in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as ArrayOfSynchProperties Modifier and Type Field Description protected ArrayOfSynchPropertiesSubscribeRequestType. infoprotected ArrayOfSynchPropertiesSubscriptionStatusResponseType. infoprotected ArrayOfSynchPropertiesConnectorInfoType. propertiesMethods in org.bedework.synch.wsmessages that return ArrayOfSynchProperties Modifier and Type Method Description ArrayOfSynchPropertiesObjectFactory. createArrayOfSynchProperties()Create an instance ofArrayOfSynchPropertiesArrayOfSynchPropertiesSubscribeRequestType. getInfo()Gets the value of the info property.ArrayOfSynchPropertiesSubscriptionStatusResponseType. getInfo()Gets the value of the info property.ArrayOfSynchPropertiesConnectorInfoType. getProperties()Gets the value of the properties property.Methods in org.bedework.synch.wsmessages with parameters of type ArrayOfSynchProperties Modifier and Type Method Description voidSubscribeRequestType. setInfo(ArrayOfSynchProperties value)Sets the value of the info property.voidSubscriptionStatusResponseType. setInfo(ArrayOfSynchProperties value)Sets the value of the info property.voidConnectorInfoType. setProperties(ArrayOfSynchProperties value)Sets the value of the properties property.
-