public class

PayrollDateRange

extends Object
implements Serializable
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

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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Date beginDate

protected Date endDate

Public Constructors

public PayrollDateRange ()

Public Methods

public Date getBeginDate ()

Gets the value of the beginDate property.

Returns
  • possible object is String

public Date getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is String

public void setBeginDate (Date value)

Sets the value of the beginDate property.

Parameters
value Allowed object is String

public void setEndDate (Date value)

Sets the value of the endDate property.

Parameters
value Allowed object is String