public class

AccountRefExpressionHolder

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

Summary

Fields
protected IdType _accountIdType
protected String _accountNameType
protected AccountTypeEnum _accountTypeType
protected Object accountId
protected Object accountName
protected Object accountType
Public Constructors
AccountRefExpressionHolder()
Public Methods
Object getAccountId()
Retrieves accountId
Object getAccountName()
Retrieves accountName
Object getAccountType()
Retrieves accountType
void setAccountId(Object value)
Sets accountId
void setAccountName(Object value)
Sets accountName
void setAccountType(Object value)
Sets accountType
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _accountIdType

protected String _accountNameType

protected AccountTypeEnum _accountTypeType

protected Object accountId

protected Object accountName

protected Object accountType

Public Constructors

public AccountRefExpressionHolder ()

Public Methods

public Object getAccountId ()

Retrieves accountId

public Object getAccountName ()

Retrieves accountName

public Object getAccountType ()

Retrieves accountType

public void setAccountId (Object value)

Sets accountId

Parameters
value Value to set

public void setAccountName (Object value)

Sets accountName

Parameters
value Value to set

public void setAccountType (Object value)

Sets accountType

Parameters
value Value to set