public class

EmployeeRef

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.EmployeeRef

Class Overview

Java class for EmployeeRef complex type.

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

 <complexType name="EmployeeRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.intuit.com/sb/cdm/v2}EmployeeReferenceGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IdType employeeId
protected String employeeName
Public Constructors
EmployeeRef()
Public Methods
IdType getEmployeeId()
Gets the value of the employeeId property.
String getEmployeeName()
Gets the value of the employeeName property.
void setEmployeeId(IdType value)
Sets the value of the employeeId property.
void setEmployeeName(String value)
Sets the value of the employeeName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType employeeId

protected String employeeName

Public Constructors

public EmployeeRef ()

Public Methods

public IdType getEmployeeId ()

Gets the value of the employeeId property.

Returns

public String getEmployeeName ()

Gets the value of the employeeName property.

Returns
  • possible object is String

public void setEmployeeId (IdType value)

Sets the value of the employeeId property.

Parameters
value Allowed object is IdType

public void setEmployeeName (String value)

Sets the value of the employeeName property.

Parameters
value Allowed object is String