| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationFieldOverrideParameterInitializationDataType |
For each parameter, assignment details.
Java class for Integration_Field_Override_Parameter_Initialization_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Field_Override_Parameter_Initialization_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Parameter_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
<element name="Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Parameter_Initialization_WWS_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalParameterReference | |||||||||||
| parameterInitializationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalParameterReference property.
| |||||||||||
Gets the value of the parameterInitializationData property.
| |||||||||||
Sets the value of the externalParameterReference property.
| |||||||||||
Sets the value of the parameterInitializationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalParameterReference property.
UniqueIdentifierObjectType
Gets the value of the parameterInitializationData property.
ParameterInitializationWWSDataType
Sets the value of the externalParameterReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the parameterInitializationData property.
| value | Allowed object is
ParameterInitializationWWSDataType
|
|---|