public class

WebServiceDataSourceDataType

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

Class Overview

Web Service Data Source Data element

Java class for Web_Service_Data_Source_DataType complex type.

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

 <complexType name="Web_Service_Data_Source_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"/>
         <element name="Version_Reference" type="{urn:com.workday/bsvc}Web_Service_API_VersionObjectType"/>
         <element name="Request_XML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Launch_Parameter_Data" type="{urn:com.workday/bsvc}Launch_Parameter_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<LaunchParameterDataType> launchParameterData
protected String requestXML
protected WebServiceAPIVersionObjectType versionReference
protected WebServiceOperationReferenceDataType webServiceOperationReferenceData
Public Constructors
WebServiceDataSourceDataType()
Public Methods
List<LaunchParameterDataType> getLaunchParameterData()
Gets the value of the launchParameterData property.
String getRequestXML()
Gets the value of the requestXML property.
WebServiceAPIVersionObjectType getVersionReference()
Gets the value of the versionReference property.
WebServiceOperationReferenceDataType getWebServiceOperationReferenceData()
Gets the value of the webServiceOperationReferenceData property.
void setLaunchParameterData(List<LaunchParameterDataType> launchParameterData)
Sets the value of the launchParameterData property.
void setRequestXML(String value)
Sets the value of the requestXML property.
void setVersionReference(WebServiceAPIVersionObjectType value)
Sets the value of the versionReference 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 List<LaunchParameterDataType> launchParameterData

protected String requestXML

protected WebServiceAPIVersionObjectType versionReference

protected WebServiceOperationReferenceDataType webServiceOperationReferenceData

Public Constructors

public WebServiceDataSourceDataType ()

Public Methods

public List<LaunchParameterDataType> getLaunchParameterData ()

Gets the value of the launchParameterData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the launchParameterData property.

For example, to add a new item, do as follows:

    getLaunchParameterData().add(newItem);
 

Objects of the following type(s) are allowed in the list LaunchParameterDataType

public String getRequestXML ()

Gets the value of the requestXML property.

Returns
  • possible object is String

public WebServiceAPIVersionObjectType getVersionReference ()

Gets the value of the versionReference property.

Returns

public WebServiceOperationReferenceDataType getWebServiceOperationReferenceData ()

Gets the value of the webServiceOperationReferenceData property.

Returns

public void setLaunchParameterData (List<LaunchParameterDataType> launchParameterData)

Sets the value of the launchParameterData property.

Parameters
launchParameterData Allowed object is LaunchParameterDataType

public void setRequestXML (String value)

Sets the value of the requestXML property.

Parameters
value Allowed object is String

public void setVersionReference (WebServiceAPIVersionObjectType value)

Sets the value of the versionReference property.

Parameters
value Allowed object is WebServiceAPIVersionObjectType

public void setWebServiceOperationReferenceData (WebServiceOperationReferenceDataType value)

Sets the value of the webServiceOperationReferenceData property.

Parameters
value Allowed object is WebServiceOperationReferenceDataType