public class

BatchRequestCriteriaType

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

Class Overview

Utilize the Request Criteria element to filter the returned population to those Batches that meet ALL of the criteria.

Java class for Batch_Request_CriteriaType complex type.

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

 <complexType name="Batch_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Batch_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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 String batchID
protected IntegrationSystemAuditedObjectType sourceReference
Public Constructors
BatchRequestCriteriaType()
Public Methods
String getBatchID()
Gets the value of the batchID property.
IntegrationSystemAuditedObjectType getSourceReference()
Gets the value of the sourceReference 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 String batchID

protected IntegrationSystemAuditedObjectType sourceReference

Public Constructors

public BatchRequestCriteriaType ()

Public Methods

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 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