public class

CustomerType

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.CustomerType

Class Overview

Product: QBW Description: Customer types allow categorizing customers in ways that are meaningful to the business. For example, one could set up customer types so that they indicate which industry a customer represents, a customer's geographic location, or how a customer first heard about the business. The categorization then can be used for reporting or mailings. Endpoint: services.intuit.com Business Rules: None

Java class for CustomerType complex type.

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

 <complexType name="CustomerType">
   <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}CustomerTypeParentReferenceGroup" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected Boolean active
protected IdType customerTypeParentId
protected String customerTypeParentName
protected String name
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
CustomerType()
Public Methods
Boolean getActive()
Gets the value of the active property.
IdType getCustomerTypeParentId()
Gets the value of the customerTypeParentId property.
String getCustomerTypeParentName()
Gets the value of the customerTypeParentName property.
String getName()
Gets the value of the name property.
void setActive(Boolean value)
Sets the value of the active property.
void setCustomerTypeParentId(IdType value)
Sets the value of the customerTypeParentId property.
void setCustomerTypeParentName(String value)
Sets the value of the customerTypeParentName property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean active

protected IdType customerTypeParentId

protected String customerTypeParentName

protected String name

Public Constructors

public CustomerType ()

Public Methods

public Boolean getActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public IdType getCustomerTypeParentId ()

Gets the value of the customerTypeParentId property.

Returns

public String getCustomerTypeParentName ()

Gets the value of the customerTypeParentName property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

public void setCustomerTypeParentId (IdType value)

Sets the value of the customerTypeParentId property.

Parameters
value Allowed object is IdType

public void setCustomerTypeParentName (String value)

Sets the value of the customerTypeParentName property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String