public class

AccountRef

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

Class Overview

Java class for AccountRef complex type.

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

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

Summary

Fields
protected IdType accountId
protected String accountName
protected AccountTypeEnum accountType
Public Constructors
AccountRef()
Public Methods
IdType getAccountId()
Gets the value of the accountId property.
String getAccountName()
Gets the value of the accountName property.
AccountTypeEnum getAccountType()
Gets the value of the accountType property.
void setAccountId(IdType value)
Sets the value of the accountId property.
void setAccountName(String value)
Sets the value of the accountName property.
void setAccountType(AccountTypeEnum value)
Sets the value of the accountType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType accountId

protected String accountName

protected AccountTypeEnum accountType

Public Constructors

public AccountRef ()

Public Methods

public IdType getAccountId ()

Gets the value of the accountId property.

Returns

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public AccountTypeEnum getAccountType ()

Gets the value of the accountType property.

Returns

public void setAccountId (IdType value)

Sets the value of the accountId property.

Parameters
value Allowed object is IdType

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setAccountType (AccountTypeEnum value)

Sets the value of the accountType property.

Parameters
value Allowed object is AccountTypeEnum