Class SynchInfoType

java.lang.Object
org.bedework.synch.wsmessages.SynchInfoType

public class SynchInfoType extends Object
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>