| java.lang.Object | |
| ↳ | com.workday.integrations.LaunchParameterDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataTypeEnumerationDefinitionReference | |||||||||||
| dataTypeExternalFieldReference | |||||||||||
| description | |||||||||||
| launchOptionReference | |||||||||||
| launchParameterDefaultData | |||||||||||
| name | |||||||||||
| order | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataTypeEnumerationDefinitionReference property.
| |||||||||||
Gets the value of the dataTypeExternalFieldReference property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the launchOptionReference property.
| |||||||||||
Gets the value of the launchParameterDefaultData property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Sets the value of the dataTypeEnumerationDefinitionReference property.
| |||||||||||
Sets the value of the dataTypeExternalFieldReference property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the launchOptionReference property.
| |||||||||||
Sets the value of the launchParameterDefaultData property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the order property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dataTypeEnumerationDefinitionReference property.
IntegrationEnumerationDefinitionObjectType
Gets the value of the dataTypeExternalFieldReference property.
ExternalFieldObjectType
Gets the value of the description property.
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
Gets the value of the launchParameterDefaultData property.
LaunchParameterDefaultDataType
Gets the value of the name property.
Gets the value of the order property.
Sets the value of the dataTypeEnumerationDefinitionReference property.
| value | Allowed object is
IntegrationEnumerationDefinitionObjectType
|
|---|
Sets the value of the dataTypeExternalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the launchOptionReference property.
| launchOptionReference | Allowed object is
IntegrationLaunchOptionObjectType
|
|---|
Sets the value of the launchParameterDefaultData property.
| value | Allowed object is
LaunchParameterDefaultDataType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the order property.
| value | Allowed object is String |
|---|