public class

IntegrationLaunchParameterDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected LaunchParameterObjectType launchParameterReference
protected IntegrationAbstractValueDataType launchParameterValueData
Public Constructors
IntegrationLaunchParameterDataType()
Public Methods
LaunchParameterObjectType getLaunchParameterReference()
Gets the value of the launchParameterReference property.
IntegrationAbstractValueDataType getLaunchParameterValueData()
Gets the value of the launchParameterValueData property.
void setLaunchParameterReference(LaunchParameterObjectType value)
Sets the value of the launchParameterReference property.
void setLaunchParameterValueData(IntegrationAbstractValueDataType value)
Sets the value of the launchParameterValueData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected LaunchParameterObjectType launchParameterReference

protected IntegrationAbstractValueDataType launchParameterValueData

Public Constructors

public IntegrationLaunchParameterDataType ()

Public Methods

public LaunchParameterObjectType getLaunchParameterReference ()

Gets the value of the launchParameterReference property.

Returns

public IntegrationAbstractValueDataType getLaunchParameterValueData ()

Gets the value of the launchParameterValueData property.

Returns

public void setLaunchParameterReference (LaunchParameterObjectType value)

Sets the value of the launchParameterReference property.

Parameters
value Allowed object is LaunchParameterObjectType

public void setLaunchParameterValueData (IntegrationAbstractValueDataType value)

Sets the value of the launchParameterValueData property.

Parameters
value Allowed object is IntegrationAbstractValueDataType