| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationParameterInitializationDataType |
Integration Parameter Initialization Data element
Java class for Integration_Parameter_Initialization_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Parameter_Initialization_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Launch_Parameter_Reference" type="{urn:com.workday/bsvc}Launch_ParameterObjectType"/>
<element name="Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Parameter_Initialization_WWS_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| launchParameterReference | |||||||||||
| parameterInitializationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the launchParameterReference property.
| |||||||||||
Gets the value of the parameterInitializationData property.
| |||||||||||
Sets the value of the launchParameterReference property.
| |||||||||||
Sets the value of the parameterInitializationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the launchParameterReference property.
LaunchParameterObjectType
Gets the value of the parameterInitializationData property.
ParameterInitializationWWSDataType
Sets the value of the launchParameterReference property.
| value | Allowed object is
LaunchParameterObjectType
|
|---|
Sets the value of the parameterInitializationData property.
| value | Allowed object is
ParameterInitializationWWSDataType
|
|---|