public class

IntegrationBackgroundProcessDefinitionDataType

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

Class Overview

Integration Background Process Definition Data element

Java class for Integration_Background_Process_Definition_DataType complex type.

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

 <complexType name="Integration_Background_Process_Definition_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Process_Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="Dynamic_Description_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
         </choice>
         <element name="Integration_Background_Process_Data" type="{urn:com.workday/bsvc}Integration_Scheduled_Future_Process_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalFieldObjectType dynamicDescriptionExternalFieldReference
protected IntegrationScheduledFutureProcessDataType integrationBackgroundProcessData
protected String processDescription
Public Constructors
IntegrationBackgroundProcessDefinitionDataType()
Public Methods
ExternalFieldObjectType getDynamicDescriptionExternalFieldReference()
Gets the value of the dynamicDescriptionExternalFieldReference property.
IntegrationScheduledFutureProcessDataType getIntegrationBackgroundProcessData()
Gets the value of the integrationBackgroundProcessData property.
String getProcessDescription()
Gets the value of the processDescription property.
void setDynamicDescriptionExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the dynamicDescriptionExternalFieldReference property.
void setIntegrationBackgroundProcessData(IntegrationScheduledFutureProcessDataType value)
Sets the value of the integrationBackgroundProcessData property.
void setProcessDescription(String value)
Sets the value of the processDescription property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalFieldObjectType dynamicDescriptionExternalFieldReference

protected IntegrationScheduledFutureProcessDataType integrationBackgroundProcessData

protected String processDescription

Public Constructors

public IntegrationBackgroundProcessDefinitionDataType ()

Public Methods

public ExternalFieldObjectType getDynamicDescriptionExternalFieldReference ()

Gets the value of the dynamicDescriptionExternalFieldReference property.

Returns

public IntegrationScheduledFutureProcessDataType getIntegrationBackgroundProcessData ()

Gets the value of the integrationBackgroundProcessData property.

Returns

public String getProcessDescription ()

Gets the value of the processDescription property.

Returns
  • possible object is String

public void setDynamicDescriptionExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the dynamicDescriptionExternalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setIntegrationBackgroundProcessData (IntegrationScheduledFutureProcessDataType value)

Sets the value of the integrationBackgroundProcessData property.

Parameters
value Allowed object is IntegrationScheduledFutureProcessDataType

public void setProcessDescription (String value)

Sets the value of the processDescription property.

Parameters
value Allowed object is String