public class

ApplicationBatchDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.ApplicationBatchDataType

Class Overview

Contains each Batch based on the Request Criteria. The data returned is the current information as of the dates in the response filter.

Java class for Application_Batch_DataType complex type.

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

 <complexType name="Application_Batch_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Batch_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Application_Batch_Usage_Reference" type="{urn:com.workday/bsvc}Application_Batch_UsageObjectType"/>
         <element name="Source_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ApplicationBatchUsageObjectType applicationBatchUsageReference
protected String batchID
protected IntegrationSystemAuditedObjectType sourceReference
Public Constructors
ApplicationBatchDataType()
Public Methods
ApplicationBatchUsageObjectType getApplicationBatchUsageReference()
Gets the value of the applicationBatchUsageReference property.
String getBatchID()
Gets the value of the batchID property.
IntegrationSystemAuditedObjectType getSourceReference()
Gets the value of the sourceReference property.
void setApplicationBatchUsageReference(ApplicationBatchUsageObjectType value)
Sets the value of the applicationBatchUsageReference property.
void setBatchID(String value)
Sets the value of the batchID property.
void setSourceReference(IntegrationSystemAuditedObjectType value)
Sets the value of the sourceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ApplicationBatchUsageObjectType applicationBatchUsageReference

protected String batchID

protected IntegrationSystemAuditedObjectType sourceReference

Public Constructors

public ApplicationBatchDataType ()

Public Methods

public ApplicationBatchUsageObjectType getApplicationBatchUsageReference ()

Gets the value of the applicationBatchUsageReference property.

Returns

public String getBatchID ()

Gets the value of the batchID property.

Returns
  • possible object is String

public IntegrationSystemAuditedObjectType getSourceReference ()

Gets the value of the sourceReference property.

Returns

public void setApplicationBatchUsageReference (ApplicationBatchUsageObjectType value)

Sets the value of the applicationBatchUsageReference property.

Parameters
value Allowed object is ApplicationBatchUsageObjectType

public void setBatchID (String value)

Sets the value of the batchID property.

Parameters
value Allowed object is String

public void setSourceReference (IntegrationSystemAuditedObjectType value)

Sets the value of the sourceReference property.

Parameters
value Allowed object is IntegrationSystemAuditedObjectType