public class

HTTPTransportProtocolDataType

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

Class Overview

HTTP Transport Protocol Data element

Java class for HTTP_Transport_Protocol_DataType complex type.

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

 <complexType name="HTTP_Transport_Protocol_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HTTP_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Web_Service_Invocation_Type_Reference" type="{urn:com.workday/bsvc}Web_Service_Invocation_TypeObjectType"/>
         <element name="HTTP_Header_Data" type="{urn:com.workday/bsvc}HTTP_Header_DataType" minOccurs="0"/>
         <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 httpAddress
protected HTTPHeaderDataType httpHeaderData
protected String password
protected String userID
protected WebServiceInvocationTypeObjectType webServiceInvocationTypeReference
Public Constructors
HTTPTransportProtocolDataType()
Public Methods
String getHTTPAddress()
Gets the value of the httpAddress property.
HTTPHeaderDataType getHTTPHeaderData()
Gets the value of the httpHeaderData property.
String getPassword()
Gets the value of the password property.
String getUserID()
Gets the value of the userID property.
WebServiceInvocationTypeObjectType getWebServiceInvocationTypeReference()
Gets the value of the webServiceInvocationTypeReference property.
void setHTTPAddress(String value)
Sets the value of the httpAddress property.
void setHTTPHeaderData(HTTPHeaderDataType value)
Sets the value of the httpHeaderData property.
void setPassword(String value)
Sets the value of the password property.
void setUserID(String value)
Sets the value of the userID property.
void setWebServiceInvocationTypeReference(WebServiceInvocationTypeObjectType value)
Sets the value of the webServiceInvocationTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String httpAddress

protected HTTPHeaderDataType httpHeaderData

protected String password

protected String userID

protected WebServiceInvocationTypeObjectType webServiceInvocationTypeReference

Public Constructors

public HTTPTransportProtocolDataType ()

Public Methods

public String getHTTPAddress ()

Gets the value of the httpAddress property.

Returns
  • possible object is String

public HTTPHeaderDataType getHTTPHeaderData ()

Gets the value of the httpHeaderData property.

Returns

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getUserID ()

Gets the value of the userID property.

Returns
  • possible object is String

public WebServiceInvocationTypeObjectType getWebServiceInvocationTypeReference ()

Gets the value of the webServiceInvocationTypeReference property.

Returns

public void setHTTPAddress (String value)

Sets the value of the httpAddress property.

Parameters
value Allowed object is String

public void setHTTPHeaderData (HTTPHeaderDataType value)

Sets the value of the httpHeaderData property.

Parameters
value Allowed object is HTTPHeaderDataType

public void setPassword (String value)

Sets the value of the password 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

public void setWebServiceInvocationTypeReference (WebServiceInvocationTypeObjectType value)

Sets the value of the webServiceInvocationTypeReference property.

Parameters
value Allowed object is WebServiceInvocationTypeObjectType