| java.lang.Object | |
| ↳ | com.workday.integrations.WorkdayWebServiceTransportProtocolDataType |
Workday Web Service Transport Protocol Data element
Java class for Workday_Web_Service_Transport_Protocol_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workday_Web_Service_Transport_Protocol_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Web_Service_Operation_Reference_Data" type="{urn:com.workday/bsvc}Web_Service_Operation_Reference_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| webServiceOperationReferenceData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the webServiceOperationReferenceData property.
| |||||||||||
Sets the value of the webServiceOperationReferenceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the webServiceOperationReferenceData property.
WebServiceOperationReferenceDataType
Sets the value of the webServiceOperationReferenceData property.
| value | Allowed object is
WebServiceOperationReferenceDataType
|
|---|