| java.lang.Object | |
| ↳ | com.workday.absence.TimeOffPlanBalanceRequestCriteriaType |
Time Off Plan Balance Request Criteria. The intersection of criteria passed in this element is used to create a working set.
Java class for Time_Off_Plan_Balance_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_Off_Plan_Balance_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="Time_Off_Plan_Reference" type="{urn:com.workday/bsvc}Absence_Plan__All_ObjectType" minOccurs="0"/>
<element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| organizationReference | |||||||||||
| timeOffPlanReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the organizationReference property.
| |||||||||||
Gets the value of the timeOffPlanReference property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the organizationReference property.
| |||||||||||
Sets the value of the timeOffPlanReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReference property.
WorkerObjectType
Gets the value of the organizationReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the organizationReference property.
For example, to add a new item, do as follows:
getOrganizationReference().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationObjectType
Gets the value of the timeOffPlanReference property.
AbsencePlanAllObjectType
Sets the value of the employeeReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the organizationReference property.
| organizationReference | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the timeOffPlanReference property.
| value | Allowed object is
AbsencePlanAllObjectType
|
|---|