| java.lang.Object | |
| ↳ | com.workday.payrollinterface.BatchRequestCriteriaType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchID | |||||||||||
| sourceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchID property.
| |||||||||||
Gets the value of the sourceReference property.
| |||||||||||
Sets the value of the batchID property.
| |||||||||||
Sets the value of the sourceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchID property.
Gets the value of the sourceReference property.
IntegrationSystemAuditedObjectType
Sets the value of the batchID property.
| value | Allowed object is String |
|---|
Sets the value of the sourceReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|