public class

CustomerRef

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CustomerRef

Class Overview

Java class for CustomerRef complex type.

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

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

Summary

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

Fields

protected IdType customerId

protected String customerName

Public Constructors

public CustomerRef ()

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