| java.lang.Object | |
| ↳ | com.workday.integrations.WebServiceDataSourceDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| launchParameterData | |||||||||||
| requestXML | |||||||||||
| versionReference | |||||||||||
| webServiceOperationReferenceData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the launchParameterData property.
| |||||||||||
Gets the value of the requestXML property.
| |||||||||||
Gets the value of the versionReference property.
| |||||||||||
Gets the value of the webServiceOperationReferenceData property.
| |||||||||||
Sets the value of the launchParameterData property.
| |||||||||||
Sets the value of the requestXML property.
| |||||||||||
Sets the value of the versionReference property.
| |||||||||||
Sets the value of the webServiceOperationReferenceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the requestXML property.
Gets the value of the versionReference property.
WebServiceAPIVersionObjectType
Gets the value of the webServiceOperationReferenceData property.
WebServiceOperationReferenceDataType
Sets the value of the launchParameterData property.
| launchParameterData | Allowed object is
LaunchParameterDataType
|
|---|
Sets the value of the requestXML property.
| value | Allowed object is String |
|---|
Sets the value of the versionReference property.
| value | Allowed object is
WebServiceAPIVersionObjectType
|
|---|
Sets the value of the webServiceOperationReferenceData property.
| value | Allowed object is
WebServiceOperationReferenceDataType
|
|---|