public class

IntegrationConnectorConfigurationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationConnectorConfigurationDataType

Class Overview

Connector Configuration

Java class for Integration_Connector_Configuration_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Integration_Connector_Configuration_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Local-In_Endpoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String localInEndpoint
Public Constructors
IntegrationConnectorConfigurationDataType()
Public Methods
String getLocalInEndpoint()
Gets the value of the localInEndpoint property.
void setLocalInEndpoint(String value)
Sets the value of the localInEndpoint property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String localInEndpoint

Public Constructors

public IntegrationConnectorConfigurationDataType ()

Public Methods

public String getLocalInEndpoint ()

Gets the value of the localInEndpoint property.

Returns
  • possible object is String

public void setLocalInEndpoint (String value)

Sets the value of the localInEndpoint property.

Parameters
value Allowed object is String