public class

VendorType

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.VendorType

Class Overview

Product: QBW Description: Vendor types allow categorizing vendors in ways that are meaningful to the business. For example, one could set up vendor types so that they indicate a vendor's industry or geographic location. The categorization then can be used for reporting. You can also create a vendor type as a subtype of another vendor type. Endpoint: services.intuit.com Business Rules: None

Java class for VendorType complex type.

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

 <complexType name="VendorType">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}VendorTypeParentReferenceGroup" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean active
protected String name
protected IdType vendorTypeParentId
protected String vendorTypeParentName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
VendorType()
Public Methods
String getName()
Gets the value of the name property.
IdType getVendorTypeParentId()
Gets the value of the vendorTypeParentId property.
String getVendorTypeParentName()
Gets the value of the vendorTypeParentName property.
Boolean isActive()
Gets the value of the active property.
void setActive(Boolean value)
Sets the value of the active property.
void setName(String value)
Sets the value of the name property.
void setVendorTypeParentId(IdType value)
Sets the value of the vendorTypeParentId property.
void setVendorTypeParentName(String value)
Sets the value of the vendorTypeParentName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected Boolean active

protected String name

protected IdType vendorTypeParentId

protected String vendorTypeParentName

Public Constructors

public VendorType ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public IdType getVendorTypeParentId ()

Gets the value of the vendorTypeParentId property.

Returns

public String getVendorTypeParentName ()

Gets the value of the vendorTypeParentName property.

Returns
  • possible object is String

public Boolean isActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setVendorTypeParentId (IdType value)

Sets the value of the vendorTypeParentId property.

Parameters
value Allowed object is IdType

public void setVendorTypeParentName (String value)

Sets the value of the vendorTypeParentName property.

Parameters
value Allowed object is String