| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.RoleBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.Employee | ||
Known Direct Subclasses
|
Describes the Party as a EmployeeWorker Role view
Java class for Employee complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}RoleBase">
<sequence>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmployeeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmployeeNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BillableTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HiredDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="ReleasedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| billableTime | |||||||||||
| employeeNumber | |||||||||||
| employeeType | |||||||||||
| hiredDate | |||||||||||
| releasedDate | |||||||||||
| showAs | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeNumber property.
| |||||||||||
Gets the value of the employeeType property.
| |||||||||||
Gets the value of the hiredDate property.
| |||||||||||
Gets the value of the releasedDate property.
| |||||||||||
Gets the value of the showAs property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Gets the value of the billableTime property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the billableTime property.
| |||||||||||
Sets the value of the employeeNumber property.
| |||||||||||
Sets the value of the employeeType property.
| |||||||||||
Sets the value of the hiredDate property.
| |||||||||||
Sets the value of the releasedDate property.
| |||||||||||
Sets the value of the showAs property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeNumber property.
Gets the value of the employeeType property.
Gets the value of the hiredDate property.
Gets the value of the releasedDate property.
Gets the value of the showAs property.
Gets the value of the active property.
Gets the value of the billableTime property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the billableTime property.
| value | Allowed object is Boolean |
|---|
Sets the value of the employeeNumber property.
| value | Allowed object is String |
|---|
Sets the value of the employeeType property.
| value | Allowed object is String |
|---|
Sets the value of the hiredDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the releasedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the showAs property.
| value | Allowed object is String |
|---|