| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ResponseDateRangeFilterType |
In conjunction with the "Response_Filter" element, the "Response_Date_Range_Filter" element contains common WWS information that allows you control the transactional and/or date range data that you will be provided.
Java class for Response_Date_Range_FilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Response_Date_Range_FilterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Begin_Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Begin_Entry_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beginEffectiveDate | |||||||||||
| beginEntryDateTime | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beginEffectiveDate property.
| |||||||||||
Gets the value of the beginEntryDateTime property.
| |||||||||||
Sets the value of the beginEffectiveDate property.
| |||||||||||
Sets the value of the beginEntryDateTime property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beginEffectiveDate property.
Gets the value of the beginEntryDateTime property.
Sets the value of the beginEffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the beginEntryDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|