| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.Task | ||
Product: QBW Description: A specific task to be completed, maps to a ToDo record in QuickBooks.
Java class for Task complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Task">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Done" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ReminderDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| done | |||||||||||
| notes | |||||||||||
| reminderDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the notes property.
| |||||||||||
Gets the value of the reminderDate property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Gets the value of the done property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the done property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the reminderDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the notes property.
Gets the value of the reminderDate property.
Gets the value of the active property.
Gets the value of the done property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the done property.
| value | Allowed object is Boolean |
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the reminderDate property.
| value | Allowed object is String |
|---|