public class

CompanyPaymentDatesRequestCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.CompanyPaymentDatesRequestCriteriaType

Class Overview

Payment Dates for Comapny and Date Range Request Criteria element

Java class for Company_Payment_Dates_Request_CriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Company_Payment_Dates_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
         <element name="Result_Completed_From" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Result_Completed_To" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompanyObjectType companyReference
protected XMLGregorianCalendar resultCompletedFrom
protected XMLGregorianCalendar resultCompletedTo
Public Constructors
CompanyPaymentDatesRequestCriteriaType()
Public Methods
CompanyObjectType getCompanyReference()
Gets the value of the companyReference property.
XMLGregorianCalendar getResultCompletedFrom()
Gets the value of the resultCompletedFrom property.
XMLGregorianCalendar getResultCompletedTo()
Gets the value of the resultCompletedTo property.
void setCompanyReference(CompanyObjectType value)
Sets the value of the companyReference property.
void setResultCompletedFrom(XMLGregorianCalendar value)
Sets the value of the resultCompletedFrom property.
void setResultCompletedTo(XMLGregorianCalendar value)
Sets the value of the resultCompletedTo property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompanyObjectType companyReference

protected XMLGregorianCalendar resultCompletedFrom

protected XMLGregorianCalendar resultCompletedTo

Public Constructors

public CompanyPaymentDatesRequestCriteriaType ()

Public Methods

public CompanyObjectType getCompanyReference ()

Gets the value of the companyReference property.

Returns

public XMLGregorianCalendar getResultCompletedFrom ()

Gets the value of the resultCompletedFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getResultCompletedTo ()

Gets the value of the resultCompletedTo property.

Returns
  • possible object is XMLGregorianCalendar

public void setCompanyReference (CompanyObjectType value)

Sets the value of the companyReference property.

Parameters
value Allowed object is CompanyObjectType

public void setResultCompletedFrom (XMLGregorianCalendar value)

Sets the value of the resultCompletedFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setResultCompletedTo (XMLGregorianCalendar value)

Sets the value of the resultCompletedTo property.

Parameters
value Allowed object is XMLGregorianCalendar