public class

CheckHeaderExpressionHolder

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

Summary

Fields
protected IdType _bankAccountIdType
protected String _bankAccountNameType
protected IdType _entityIdType
protected String _entityNameType
protected EntityTypeEnum _entityTypeType
protected PhysicalAddress _payeeAddrType
protected Boolean _toBePrintedType
protected BigDecimal _totalAmtType
protected IdType _txnIdType
protected String _txnNumType
protected Object bankAccountId
protected Object bankAccountName
protected Object entityId
protected Object entityName
protected Object entityType
protected Object payeeAddr
protected Object toBePrinted
protected Object totalAmt
protected Object txnId
protected Object txnNum
Public Constructors
CheckHeaderExpressionHolder()
Public Methods
Object getBankAccountId()
Retrieves bankAccountId
Object getBankAccountName()
Retrieves bankAccountName
Object getEntityId()
Retrieves entityId
Object getEntityName()
Retrieves entityName
Object getEntityType()
Retrieves entityType
Object getPayeeAddr()
Retrieves payeeAddr
Object getToBePrinted()
Retrieves toBePrinted
Object getTotalAmt()
Retrieves totalAmt
Object getTxnId()
Retrieves txnId
Object getTxnNum()
Retrieves txnNum
void setBankAccountId(Object value)
Sets bankAccountId
void setBankAccountName(Object value)
Sets bankAccountName
void setEntityId(Object value)
Sets entityId
void setEntityName(Object value)
Sets entityName
void setEntityType(Object value)
Sets entityType
void setPayeeAddr(Object value)
Sets payeeAddr
void setToBePrinted(Object value)
Sets toBePrinted
void setTotalAmt(Object value)
Sets totalAmt
void setTxnId(Object value)
Sets txnId
void setTxnNum(Object value)
Sets txnNum
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _bankAccountIdType

protected String _bankAccountNameType

protected IdType _entityIdType

protected String _entityNameType

protected EntityTypeEnum _entityTypeType

protected PhysicalAddress _payeeAddrType

protected Boolean _toBePrintedType

protected BigDecimal _totalAmtType

protected IdType _txnIdType

protected String _txnNumType

protected Object bankAccountId

protected Object bankAccountName

protected Object entityId

protected Object entityName

protected Object entityType

protected Object payeeAddr

protected Object toBePrinted

protected Object totalAmt

protected Object txnId

protected Object txnNum

Public Constructors

public CheckHeaderExpressionHolder ()

Public Methods

public Object getBankAccountId ()

Retrieves bankAccountId

public Object getBankAccountName ()

Retrieves bankAccountName

public Object getEntityId ()

Retrieves entityId

public Object getEntityName ()

Retrieves entityName

public Object getEntityType ()

Retrieves entityType

public Object getPayeeAddr ()

Retrieves payeeAddr

public Object getToBePrinted ()

Retrieves toBePrinted

public Object getTotalAmt ()

Retrieves totalAmt

public Object getTxnId ()

Retrieves txnId

public Object getTxnNum ()

Retrieves txnNum

public void setBankAccountId (Object value)

Sets bankAccountId

Parameters
value Value to set

public void setBankAccountName (Object value)

Sets bankAccountName

Parameters
value Value to set

public void setEntityId (Object value)

Sets entityId

Parameters
value Value to set

public void setEntityName (Object value)

Sets entityName

Parameters
value Value to set

public void setEntityType (Object value)

Sets entityType

Parameters
value Value to set

public void setPayeeAddr (Object value)

Sets payeeAddr

Parameters
value Value to set

public void setToBePrinted (Object value)

Sets toBePrinted

Parameters
value Value to set

public void setTotalAmt (Object value)

Sets totalAmt

Parameters
value Value to set

public void setTxnId (Object value)

Sets txnId

Parameters
value Value to set

public void setTxnNum (Object value)

Sets txnNum

Parameters
value Value to set