| java.lang.Object | |
| ↳ | com.workday.integrations.ReportParameterInitializationDataType |
Indicates how a report parameter is initialized
Java class for Report_Parameter_Initialization_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Report_Parameter_Initialization_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="XML_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Simple_Work_Data_Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Simple_Work_Data_Parameter_Initialization_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| simpleWorkDataParameterInitializationData | |||||||||||
| xmlName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the simpleWorkDataParameterInitializationData property.
| |||||||||||
Gets the value of the xmlName property.
| |||||||||||
Sets the value of the simpleWorkDataParameterInitializationData property.
| |||||||||||
Sets the value of the xmlName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the simpleWorkDataParameterInitializationData property.
SimpleWorkDataParameterInitializationDataType
Gets the value of the xmlName property.
Sets the value of the simpleWorkDataParameterInitializationData property.
| value | Allowed object is
SimpleWorkDataParameterInitializationDataType
|
|---|
Sets the value of the xmlName property.
| value | Allowed object is String |
|---|