public class

CustomReportDataSourceDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.CustomReportDataSourceDataType

Class Overview

Custom Report Data Source Data element

Java class for Custom_Report_Data_Source_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Custom_Report_Data_Source_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Custom_Report_Definition_Reference" type="{urn:com.workday/bsvc}Custom_Report_DefinitionObjectType"/>
         <element name="Output_Format_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Run_As_System_User_Reference" type="{urn:com.workday/bsvc}System_UserObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CustomReportDefinitionObjectType customReportDefinitionReference
protected UniqueIdentifierObjectType outputFormatReference
protected SystemUserObjectType runAsSystemUserReference
Public Constructors
CustomReportDataSourceDataType()
Public Methods
CustomReportDefinitionObjectType getCustomReportDefinitionReference()
Gets the value of the customReportDefinitionReference property.
UniqueIdentifierObjectType getOutputFormatReference()
Gets the value of the outputFormatReference property.
SystemUserObjectType getRunAsSystemUserReference()
Gets the value of the runAsSystemUserReference property.
void setCustomReportDefinitionReference(CustomReportDefinitionObjectType value)
Sets the value of the customReportDefinitionReference property.
void setOutputFormatReference(UniqueIdentifierObjectType value)
Sets the value of the outputFormatReference property.
void setRunAsSystemUserReference(SystemUserObjectType value)
Sets the value of the runAsSystemUserReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CustomReportDefinitionObjectType customReportDefinitionReference

protected UniqueIdentifierObjectType outputFormatReference

protected SystemUserObjectType runAsSystemUserReference

Public Constructors

public CustomReportDataSourceDataType ()

Public Methods

public CustomReportDefinitionObjectType getCustomReportDefinitionReference ()

Gets the value of the customReportDefinitionReference property.

Returns

public UniqueIdentifierObjectType getOutputFormatReference ()

Gets the value of the outputFormatReference property.

Returns

public SystemUserObjectType getRunAsSystemUserReference ()

Gets the value of the runAsSystemUserReference property.

Returns

public void setCustomReportDefinitionReference (CustomReportDefinitionObjectType value)

Sets the value of the customReportDefinitionReference property.

Parameters
value Allowed object is CustomReportDefinitionObjectType

public void setOutputFormatReference (UniqueIdentifierObjectType value)

Sets the value of the outputFormatReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setRunAsSystemUserReference (SystemUserObjectType value)

Sets the value of the runAsSystemUserReference property.

Parameters
value Allowed object is SystemUserObjectType