public class

ReimbursableInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.ReimbursableInfo

Class Overview

Information about the Customer and actual Job or Project the expense must be reimbursed for.

Java class for ReimbursableInfo complex type.

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

 <complexType name="ReimbursableInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}CustomerReferenceGroup"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}JobReferenceGroup" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType customerId
protected String customerName
protected IdType jobId
protected String jobName
Public Constructors
ReimbursableInfo()
Public Methods
IdType getCustomerId()
Gets the value of the customerId property.
String getCustomerName()
Gets the value of the customerName property.
IdType getJobId()
Gets the value of the jobId property.
String getJobName()
Gets the value of the jobName property.
void setCustomerId(IdType value)
Sets the value of the customerId property.
void setCustomerName(String value)
Sets the value of the customerName property.
void setJobId(IdType value)
Sets the value of the jobId property.
void setJobName(String value)
Sets the value of the jobName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType customerId

protected String customerName

protected IdType jobId

protected String jobName

Public Constructors

public ReimbursableInfo ()

Public Methods

public IdType getCustomerId ()

Gets the value of the customerId property.

Returns

public String getCustomerName ()

Gets the value of the customerName property.

Returns
  • possible object is String

public IdType getJobId ()

Gets the value of the jobId property.

Returns

public String getJobName ()

Gets the value of the jobName property.

Returns
  • possible object is String

public void setCustomerId (IdType value)

Sets the value of the customerId property.

Parameters
value Allowed object is IdType

public void setCustomerName (String value)

Sets the value of the customerName property.

Parameters
value Allowed object is String

public void setJobId (IdType value)

Sets the value of the jobId property.

Parameters
value Allowed object is IdType

public void setJobName (String value)

Sets the value of the jobName property.

Parameters
value Allowed object is String