public class

ResponseDateRangeFilterType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar beginEffectiveDate
protected XMLGregorianCalendar beginEntryDateTime
Public Constructors
ResponseDateRangeFilterType()
Public Methods
XMLGregorianCalendar getBeginEffectiveDate()
Gets the value of the beginEffectiveDate property.
XMLGregorianCalendar getBeginEntryDateTime()
Gets the value of the beginEntryDateTime property.
void setBeginEffectiveDate(XMLGregorianCalendar value)
Sets the value of the beginEffectiveDate property.
void setBeginEntryDateTime(XMLGregorianCalendar value)
Sets the value of the beginEntryDateTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar beginEffectiveDate

protected XMLGregorianCalendar beginEntryDateTime

Public Constructors

public ResponseDateRangeFilterType ()

Public Methods

public XMLGregorianCalendar getBeginEffectiveDate ()

Gets the value of the beginEffectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getBeginEntryDateTime ()

Gets the value of the beginEntryDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public void setBeginEffectiveDate (XMLGregorianCalendar value)

Sets the value of the beginEffectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setBeginEntryDateTime (XMLGregorianCalendar value)

Sets the value of the beginEntryDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar