public class SynchInfoType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfSynchConnectorInfo |
connectors |
| Constructor and Description |
|---|
SynchInfoType() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfSynchConnectorInfo |
getConnectors()
Gets the value of the connectors property.
|
void |
setConnectors(ArrayOfSynchConnectorInfo value)
Sets the value of the connectors property.
|
protected ArrayOfSynchConnectorInfo connectors
public ArrayOfSynchConnectorInfo getConnectors()
ArrayOfSynchConnectorInfopublic void setConnectors(ArrayOfSynchConnectorInfo value)
value - allowed object is
ArrayOfSynchConnectorInfoCopyright © 2019 Bedework. All rights reserved.