| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.VendorRef |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| vendorId | |||||||||||
| vendorName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the vendorId property.
| |||||||||||
Gets the value of the vendorName property.
| |||||||||||
Sets the value of the vendorId property.
| |||||||||||
Sets the value of the vendorName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the vendorId property.
IdType
Gets the value of the vendorName property.
Sets the value of the vendorId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the vendorName property.
| value | Allowed object is String |
|---|