Class 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>
     
    • Constructor Detail

      • ConnectorInfoType

        public ConnectorInfoType()
    • Method Detail

      • 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