public class ConnectorInfoType extends Object
Java class for ConnectorInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="connectorId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="properties" type="{http://www.bedework.org/synch/wsmessages}ArrayOfSynchProperties"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectorId |
protected ArrayOfSynchProperties |
properties |
| Constructor and Description |
|---|
ConnectorInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorId()
Gets the value of the connectorId property.
|
ArrayOfSynchProperties |
getProperties()
Gets the value of the properties property.
|
void |
setConnectorId(String value)
Sets the value of the connectorId property.
|
void |
setProperties(ArrayOfSynchProperties value)
Sets the value of the properties property.
|
protected String connectorId
protected ArrayOfSynchProperties properties
public String getConnectorId()
Stringpublic void setConnectorId(String value)
value - allowed object is
Stringpublic ArrayOfSynchProperties getProperties()
ArrayOfSynchPropertiespublic void setProperties(ArrayOfSynchProperties value)
value - allowed object is
ArrayOfSynchPropertiesCopyright © 2018 Bedework. All rights reserved.