| java.lang.Object | |
| ↳ | com.workday.integrations.SimpleWorkDataParameterInitializationDataType |
Simple Work Data Parameter Initialization Data element
Java class for Simple_Work_Data_Parameter_Initialization_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Simple_Work_Data_Parameter_Initialization_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Simple_Work_Data_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Parameter_Initialization_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| parameterInitializationData | |||||||||||
| simpleWorkDataReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the parameterInitializationData property.
| |||||||||||
Gets the value of the simpleWorkDataReference property.
| |||||||||||
Sets the value of the parameterInitializationData property.
| |||||||||||
Sets the value of the simpleWorkDataReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the parameterInitializationData property.
ParameterInitializationDataType
Gets the value of the simpleWorkDataReference property.
UniqueIdentifierObjectType
Sets the value of the parameterInitializationData property.
| value | Allowed object is
ParameterInitializationDataType
|
|---|
Sets the value of the simpleWorkDataReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|