| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationLaunchParameterDataType |
Integration Launch Parameter Data
Java class for Integration_Launch_Parameter_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Launch_Parameter_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="Launch_Parameter_Value_Data" type="{urn:com.workday/bsvc}Integration_Abstract_Value_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| launchParameterReference | |||||||||||
| launchParameterValueData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the launchParameterReference property.
| |||||||||||
Gets the value of the launchParameterValueData property.
| |||||||||||
Sets the value of the launchParameterReference property.
| |||||||||||
Sets the value of the launchParameterValueData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the launchParameterReference property.
LaunchParameterObjectType
Gets the value of the launchParameterValueData property.
IntegrationAbstractValueDataType
Sets the value of the launchParameterReference property.
| value | Allowed object is
LaunchParameterObjectType
|
|---|
Sets the value of the launchParameterValueData property.
| value | Allowed object is
IntegrationAbstractValueDataType
|
|---|