Package org.bedework.synch.wsmessages
Class ConnectorInfoType
java.lang.Object
org.bedework.synch.wsmessages.ConnectorInfoType
The name of the connector and properties required to make a connection
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectorId property.Gets the value of the properties property.void
setConnectorId
(String value) Sets the value of the connectorId property.void
Sets the value of the properties property.
-
Field Details
-
connectorId
-
properties
-
-
Constructor Details
-
ConnectorInfoType
public ConnectorInfoType()
-
-
Method Details
-
getConnectorId
Gets the value of the connectorId property.- Returns:
- possible object is
String
-
setConnectorId
Sets the value of the connectorId property.- Parameters:
value
- allowed object isString
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
ArrayOfSynchProperties
-
setProperties
Sets the value of the properties property.- Parameters:
value
- allowed object isArrayOfSynchProperties
-