public class

SalesRep

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.SalesRep

Class Overview

Product: QBW Description: The SalesRep object allows you to identify sales representatives and track their transactions. A sales representative can be an employee, a vendor, or an independent contractor. You can associate sales representatives with sales deals to track their transactions. Endpoint: services.intuit.com Business Rules: None

Java class for SalesRep complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SalesRep">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="NameOf" type="{http://www.intuit.com/sb/cdm/v2}SalesRepTypeEnum" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="Employee" type="{http://www.intuit.com/sb/cdm/v2}EmployeeRef" minOccurs="0"/>
           <element name="Vendor" type="{http://www.intuit.com/sb/cdm/v2}VendorRef" minOccurs="0"/>
           <element name="OtherName" type="{http://www.intuit.com/sb/cdm/v2}OtherNameRef" minOccurs="0"/>
         </choice>
         <element name="Initials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeRef employee
protected String initials
protected SalesRepTypeEnum nameOf
protected OtherNameRef otherName
protected VendorRef vendor
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
SalesRep()
Public Methods
EmployeeRef getEmployee()
Gets the value of the employee property.
String getInitials()
Gets the value of the initials property.
SalesRepTypeEnum getNameOf()
Gets the value of the nameOf property.
OtherNameRef getOtherName()
Gets the value of the otherName property.
VendorRef getVendor()
Gets the value of the vendor property.
void setEmployee(EmployeeRef value)
Sets the value of the employee property.
void setInitials(String value)
Sets the value of the initials property.
void setNameOf(SalesRepTypeEnum value)
Sets the value of the nameOf property.
void setOtherName(OtherNameRef value)
Sets the value of the otherName property.
void setVendor(VendorRef value)
Sets the value of the vendor property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected EmployeeRef employee

protected String initials

protected SalesRepTypeEnum nameOf

protected OtherNameRef otherName

protected VendorRef vendor

Public Constructors

public SalesRep ()

Public Methods

public EmployeeRef getEmployee ()

Gets the value of the employee property.

Returns

public String getInitials ()

Gets the value of the initials property.

Returns
  • possible object is String

public SalesRepTypeEnum getNameOf ()

Gets the value of the nameOf property.

Returns

public OtherNameRef getOtherName ()

Gets the value of the otherName property.

Returns

public VendorRef getVendor ()

Gets the value of the vendor property.

Returns

public void setEmployee (EmployeeRef value)

Sets the value of the employee property.

Parameters
value Allowed object is EmployeeRef

public void setInitials (String value)

Sets the value of the initials property.

Parameters
value Allowed object is String

public void setNameOf (SalesRepTypeEnum value)

Sets the value of the nameOf property.

Parameters
value Allowed object is SalesRepTypeEnum

public void setOtherName (OtherNameRef value)

Sets the value of the otherName property.

Parameters
value Allowed object is OtherNameRef

public void setVendor (VendorRef value)

Sets the value of the vendor property.

Parameters
value Allowed object is VendorRef