| java.lang.Object | |
| ↳ | com.workday.absence.AbsenceInputRequestCriteriaType |
Absence Input Request Criteria
Java class for Absence_Input_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Absence_Input_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Batch_Reference" type="{urn:com.workday/bsvc}Application_BatchObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchReference | |||||||||||
| employeeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchReference property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Sets the value of the batchReference property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchReference property.
ApplicationBatchObjectType
Gets the value of the employeeReference property.
WorkerObjectType
Sets the value of the batchReference property.
| value | Allowed object is
ApplicationBatchObjectType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
WorkerObjectType
|
|---|