public class

Class

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

Class Overview

Classes provide a way to track different segments of the business, and to break down the income and expenses for each segment. Classes can apply to all transactions, so they're not tied to a particular client or project.

Java class for Class complex type.

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

 <complexType name="Class">
   <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}ClassParentReferenceGroup" 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 IdType classParentId
protected String classParentName
protected String name
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
Class()
Public Methods
IdType getClassParentId()
Gets the value of the classParentId property.
String getClassParentName()
Gets the value of the classParentName property.
String getName()
Gets the value of the name property.
Boolean isActive()
Gets the value of the active property.
void setActive(Boolean value)
Sets the value of the active property.
void setClassParentId(IdType value)
Sets the value of the classParentId property.
void setClassParentName(String value)
Sets the value of the classParentName property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Fields

protected Boolean active

protected IdType classParentId

protected String classParentName

protected String name

Public Constructors

public Class ()

Public Methods

public IdType getClassParentId ()

Gets the value of the classParentId property.

Returns

public String getClassParentName ()

Gets the value of the classParentName property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name 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 setClassParentId (IdType value)

Sets the value of the classParentId property.

Parameters
value Allowed object is IdType

public void setClassParentName (String value)

Sets the value of the classParentName 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