Class ConnectorInfoType

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

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

  • Constructor Details

    • ConnectorInfoType

      public ConnectorInfoType()
  • Method Details

    • getConnectorId

      public String getConnectorId()
      Gets the value of the connectorId property.
      Returns:
      possible object is String
    • setConnectorId

      public void setConnectorId(String value)
      Sets the value of the connectorId property.
      Parameters:
      value - allowed object is String
    • getProperties

      public ArrayOfSynchProperties getProperties()
      Gets the value of the properties property.
      Returns:
      possible object is ArrayOfSynchProperties
    • setProperties

      public void setProperties(ArrayOfSynchProperties value)
      Sets the value of the properties property.
      Parameters:
      value - allowed object is ArrayOfSynchProperties