public class

WorkdayWebServiceTransportProtocolDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected WebServiceOperationReferenceDataType webServiceOperationReferenceData
Public Constructors
WorkdayWebServiceTransportProtocolDataType()
Public Methods
WebServiceOperationReferenceDataType getWebServiceOperationReferenceData()
Gets the value of the webServiceOperationReferenceData property.
void setWebServiceOperationReferenceData(WebServiceOperationReferenceDataType value)
Sets the value of the webServiceOperationReferenceData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WebServiceOperationReferenceDataType webServiceOperationReferenceData

Public Constructors

public WorkdayWebServiceTransportProtocolDataType ()

Public Methods

public WebServiceOperationReferenceDataType getWebServiceOperationReferenceData ()

Gets the value of the webServiceOperationReferenceData property.

Returns

public void setWebServiceOperationReferenceData (WebServiceOperationReferenceDataType value)

Sets the value of the webServiceOperationReferenceData property.

Parameters
value Allowed object is WebServiceOperationReferenceDataType