public class

Employee

extends RoleBase
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

Class Overview

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>
 

Summary

Fields
protected Boolean active
protected Boolean billableTime
protected String employeeNumber
protected String employeeType
protected XMLGregorianCalendar hiredDate
protected XMLGregorianCalendar releasedDate
protected String showAs
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.RoleBase
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
Employee()
Public Methods
String getEmployeeNumber()
Gets the value of the employeeNumber property.
String getEmployeeType()
Gets the value of the employeeType property.
XMLGregorianCalendar getHiredDate()
Gets the value of the hiredDate property.
XMLGregorianCalendar getReleasedDate()
Gets the value of the releasedDate property.
String getShowAs()
Gets the value of the showAs property.
Boolean isActive()
Gets the value of the active property.
Boolean isBillableTime()
Gets the value of the billableTime property.
void setActive(Boolean value)
Sets the value of the active property.
void setBillableTime(Boolean value)
Sets the value of the billableTime property.
void setEmployeeNumber(String value)
Sets the value of the employeeNumber property.
void setEmployeeType(String value)
Sets the value of the employeeType property.
void setHiredDate(XMLGregorianCalendar value)
Sets the value of the hiredDate property.
void setReleasedDate(XMLGregorianCalendar value)
Sets the value of the releasedDate property.
void setShowAs(String value)
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

Fields

protected Boolean active

protected Boolean billableTime

protected String employeeNumber

protected String employeeType

protected XMLGregorianCalendar hiredDate

protected XMLGregorianCalendar releasedDate

protected String showAs

Public Constructors

public Employee ()

Public Methods

public String getEmployeeNumber ()

Gets the value of the employeeNumber property.

Returns
  • possible object is String

public String getEmployeeType ()

Gets the value of the employeeType property.

Returns
  • possible object is String

public XMLGregorianCalendar getHiredDate ()

Gets the value of the hiredDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getReleasedDate ()

Gets the value of the releasedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getShowAs ()

Gets the value of the showAs property.

Returns
  • possible object is String

public Boolean isActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public Boolean isBillableTime ()

Gets the value of the billableTime property.

Returns
  • possible object is Boolean

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

public void setBillableTime (Boolean value)

Sets the value of the billableTime property.

Parameters
value Allowed object is Boolean

public void setEmployeeNumber (String value)

Sets the value of the employeeNumber property.

Parameters
value Allowed object is String

public void setEmployeeType (String value)

Sets the value of the employeeType property.

Parameters
value Allowed object is String

public void setHiredDate (XMLGregorianCalendar value)

Sets the value of the hiredDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setReleasedDate (XMLGregorianCalendar value)

Sets the value of the releasedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setShowAs (String value)

Sets the value of the showAs property.

Parameters
value Allowed object is String