public class

VendorRef

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

Class Overview

Java class for VendorRef complex type.

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

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

Summary

Fields
protected IdType vendorId
protected String vendorName
Public Constructors
VendorRef()
Public Methods
IdType getVendorId()
Gets the value of the vendorId property.
String getVendorName()
Gets the value of the vendorName property.
void setVendorId(IdType value)
Sets the value of the vendorId property.
void setVendorName(String value)
Sets the value of the vendorName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType vendorId

protected String vendorName

Public Constructors

public VendorRef ()

Public Methods

public IdType getVendorId ()

Gets the value of the vendorId property.

Returns

public String getVendorName ()

Gets the value of the vendorName property.

Returns
  • possible object is String

public void setVendorId (IdType value)

Sets the value of the vendorId property.

Parameters
value Allowed object is IdType

public void setVendorName (String value)

Sets the value of the vendorName property.

Parameters
value Allowed object is String