| java.lang.Object | |
| ↳ | com.workday.integrations.HTTPTransportProtocolDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| httpAddress | |||||||||||
| httpHeaderData | |||||||||||
| password | |||||||||||
| userID | |||||||||||
| webServiceInvocationTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the httpAddress property.
| |||||||||||
Gets the value of the httpHeaderData property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the userID property.
| |||||||||||
Gets the value of the webServiceInvocationTypeReference property.
| |||||||||||
Sets the value of the httpAddress property.
| |||||||||||
Sets the value of the httpHeaderData property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the userID property.
| |||||||||||
Sets the value of the webServiceInvocationTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the httpAddress property.
Gets the value of the httpHeaderData property.
HTTPHeaderDataType
Gets the value of the password property.
Gets the value of the userID property.
Gets the value of the webServiceInvocationTypeReference property.
WebServiceInvocationTypeObjectType
Sets the value of the httpAddress property.
| value | Allowed object is String |
|---|
Sets the value of the httpHeaderData property.
| value | Allowed object is
HTTPHeaderDataType
|
|---|
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the userID property.
| value | Allowed object is String |
|---|
Sets the value of the webServiceInvocationTypeReference property.
| value | Allowed object is
WebServiceInvocationTypeObjectType
|
|---|