public class

RESTEndpointDataSourceDataType

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

Class Overview

REST Endpoint Data Source Data element

Java class for REST_Endpoint_Data_Source_DataType complex type.

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

 <complexType name="REST_Endpoint_Data_Source_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="REST_Endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="User_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String password
protected String restEndpoint
protected String userID
Public Constructors
RESTEndpointDataSourceDataType()
Public Methods
String getPassword()
Gets the value of the password property.
String getRESTEndpoint()
Gets the value of the restEndpoint property.
String getUserID()
Gets the value of the userID property.
void setPassword(String value)
Sets the value of the password property.
void setRESTEndpoint(String value)
Sets the value of the restEndpoint property.
void setUserID(String value)
Sets the value of the userID property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String password

protected String restEndpoint

protected String userID

Public Constructors

public RESTEndpointDataSourceDataType ()

Public Methods

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getRESTEndpoint ()

Gets the value of the restEndpoint property.

Returns
  • possible object is String

public String getUserID ()

Gets the value of the userID property.

Returns
  • possible object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setRESTEndpoint (String value)

Sets the value of the restEndpoint property.

Parameters
value Allowed object is String

public void setUserID (String value)

Sets the value of the userID property.

Parameters
value Allowed object is String