public class

LaunchParameterDataType

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

Class Overview

Container element for all the Integration Launch Parameters for this Integration System.

Java class for Launch_Parameter_DataType complex type.

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

 <complexType name="Launch_Parameter_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Order" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="Data_Type_Enumeration_Definition_Reference" type="{urn:com.workday/bsvc}Integration_Enumeration_DefinitionObjectType"/>
           <element name="Data_Type_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
         </choice>
         <element name="Launch_Option_Reference" type="{urn:com.workday/bsvc}Integration_Launch_OptionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Launch_Parameter_Default_Data" type="{urn:com.workday/bsvc}Launch_Parameter_Default_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationEnumerationDefinitionObjectType dataTypeEnumerationDefinitionReference
protected ExternalFieldObjectType dataTypeExternalFieldReference
protected String description
protected List<IntegrationLaunchOptionObjectType> launchOptionReference
protected LaunchParameterDefaultDataType launchParameterDefaultData
protected String name
protected String order
Public Constructors
LaunchParameterDataType()
Public Methods
IntegrationEnumerationDefinitionObjectType getDataTypeEnumerationDefinitionReference()
Gets the value of the dataTypeEnumerationDefinitionReference property.
ExternalFieldObjectType getDataTypeExternalFieldReference()
Gets the value of the dataTypeExternalFieldReference property.
String getDescription()
Gets the value of the description property.
List<IntegrationLaunchOptionObjectType> getLaunchOptionReference()
Gets the value of the launchOptionReference property.
LaunchParameterDefaultDataType getLaunchParameterDefaultData()
Gets the value of the launchParameterDefaultData property.
String getName()
Gets the value of the name property.
String getOrder()
Gets the value of the order property.
void setDataTypeEnumerationDefinitionReference(IntegrationEnumerationDefinitionObjectType value)
Sets the value of the dataTypeEnumerationDefinitionReference property.
void setDataTypeExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the dataTypeExternalFieldReference property.
void setDescription(String value)
Sets the value of the description property.
void setLaunchOptionReference(List<IntegrationLaunchOptionObjectType> launchOptionReference)
Sets the value of the launchOptionReference property.
void setLaunchParameterDefaultData(LaunchParameterDefaultDataType value)
Sets the value of the launchParameterDefaultData property.
void setName(String value)
Sets the value of the name property.
void setOrder(String value)
Sets the value of the order property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationEnumerationDefinitionObjectType dataTypeEnumerationDefinitionReference

protected ExternalFieldObjectType dataTypeExternalFieldReference

protected String description

protected List<IntegrationLaunchOptionObjectType> launchOptionReference

protected LaunchParameterDefaultDataType launchParameterDefaultData

protected String name

protected String order

Public Constructors

public LaunchParameterDataType ()

Public Methods

public IntegrationEnumerationDefinitionObjectType getDataTypeEnumerationDefinitionReference ()

Gets the value of the dataTypeEnumerationDefinitionReference property.

Returns

public ExternalFieldObjectType getDataTypeExternalFieldReference ()

Gets the value of the dataTypeExternalFieldReference property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public List<IntegrationLaunchOptionObjectType> getLaunchOptionReference ()

Gets the value of the launchOptionReference 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 launchOptionReference property.

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

    getLaunchOptionReference().add(newItem);
 

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

public LaunchParameterDefaultDataType getLaunchParameterDefaultData ()

Gets the value of the launchParameterDefaultData property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getOrder ()

Gets the value of the order property.

Returns
  • possible object is String

public void setDataTypeEnumerationDefinitionReference (IntegrationEnumerationDefinitionObjectType value)

Sets the value of the dataTypeEnumerationDefinitionReference property.

Parameters
value Allowed object is IntegrationEnumerationDefinitionObjectType

public void setDataTypeExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the dataTypeExternalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setLaunchOptionReference (List<IntegrationLaunchOptionObjectType> launchOptionReference)

Sets the value of the launchOptionReference property.

Parameters
launchOptionReference Allowed object is IntegrationLaunchOptionObjectType

public void setLaunchParameterDefaultData (LaunchParameterDefaultDataType value)

Sets the value of the launchParameterDefaultData property.

Parameters
value Allowed object is LaunchParameterDefaultDataType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setOrder (String value)

Sets the value of the order property.

Parameters
value Allowed object is String