| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.PayrollDateRange |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beginDate | |||||||||||
| endDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beginDate property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Sets the value of the beginDate property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beginDate property.
Gets the value of the endDate property.
Sets the value of the beginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|