public class

PayrollDateRange

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.PayrollDateRange

Class Overview

Provides the definition to hold all required information needed for a Date Range object

Java class for PayrollDateRange complex type.

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

 <complexType name="PayrollDateRange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BeginDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar beginDate
protected XMLGregorianCalendar endDate
Public Constructors
PayrollDateRange()
Public Methods
XMLGregorianCalendar getBeginDate()
Gets the value of the beginDate property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
void setBeginDate(XMLGregorianCalendar value)
Sets the value of the beginDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar beginDate

protected XMLGregorianCalendar endDate

Public Constructors

public PayrollDateRange ()

Public Methods

public XMLGregorianCalendar getBeginDate ()

Gets the value of the beginDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBeginDate (XMLGregorianCalendar value)

Sets the value of the beginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar