| java.lang.Object | |
| ↳ | com.workday.integrations.WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType |
A scheduled future process for a report group definition
Java class for Workflow_Report_Group_Step_Background_Future_Process_Definition_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workflow_Report_Group_Step_Background_Future_Process_Definition_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Report_Group_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
<element name="Report_Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Report_Parameter_Initialization_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Do_Not_Output_Empty_Report" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="File_Expiration_in_Days">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="4"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| doNotOutputEmptyReport | |||||||||||
| fileExpirationInDays | |||||||||||
| reportGroupReference | |||||||||||
| reportParameterInitializationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the doNotOutputEmptyReport property.
| |||||||||||
Gets the value of the fileExpirationInDays property.
| |||||||||||
Gets the value of the reportGroupReference property.
| |||||||||||
Gets the value of the reportParameterInitializationData property.
| |||||||||||
Sets the value of the doNotOutputEmptyReport property.
| |||||||||||
Sets the value of the fileExpirationInDays property.
| |||||||||||
Sets the value of the reportGroupReference property.
| |||||||||||
Sets the value of the reportParameterInitializationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the doNotOutputEmptyReport property. This getter has been renamed from isDoNotOutputEmptyReport() to getDoNotOutputEmptyReport() by cxf-xjc-boolean plugin.
Gets the value of the fileExpirationInDays property.
Gets the value of the reportGroupReference property.
UniqueIdentifierObjectType
Gets the value of the reportParameterInitializationData 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 reportParameterInitializationData property.
For example, to add a new item, do as follows:
getReportParameterInitializationData().add(newItem);
Objects of the following type(s) are allowed in the list
ReportParameterInitializationDataType
Sets the value of the doNotOutputEmptyReport property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fileExpirationInDays property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the reportGroupReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the reportParameterInitializationData property.
| reportParameterInitializationData | Allowed object is
ReportParameterInitializationDataType
|
|---|