Package org.bedework.synch.wsmessages
Class SynchInfoType
java.lang.Object
org.bedework.synch.wsmessages.SynchInfoType
Used to provide information about the synch system. Allows the caller
to list end-points and their characteristics.
Java class for SynchInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="connectors" type="{http://www.bedework.org/synch/wsmessages}ArrayOfSynchConnectorInfo"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectors property.void
Sets the value of the connectors property.
-
Field Details
-
connectors
-
-
Constructor Details
-
SynchInfoType
public SynchInfoType()
-
-
Method Details
-
getConnectors
Gets the value of the connectors property.- Returns:
- possible object is
ArrayOfSynchConnectorInfo
-
setConnectors
Sets the value of the connectors property.- Parameters:
value
- allowed object isArrayOfSynchConnectorInfo
-