public class

BillPaymentHeaderExpressionHolder

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

Summary

Fields
protected IdType _bankAccountIdType
protected String _bankAccountNameType
protected CheckPayment _checkDetailType
protected IdType _entityIdType
protected String _entityNameType
protected EntityTypeEnum _entityTypeType
protected PhysicalAddress _payeeAddrType
protected Boolean _toBePrintedType
protected BigDecimal _totalAmtType
protected Object bankAccountId
protected Object bankAccountName
protected Object checkDetail
protected Object entityId
protected Object entityName
protected Object entityType
protected Object payeeAddr
protected Object toBePrinted
protected Object totalAmt
Public Constructors
BillPaymentHeaderExpressionHolder()
Public Methods
Object getBankAccountId()
Retrieves bankAccountId
Object getBankAccountName()
Retrieves bankAccountName
Object getCheckDetail()
Retrieves checkDetail
Object getEntityId()
Retrieves entityId
Object getEntityName()
Retrieves entityName
Object getEntityType()
Retrieves entityType
Object getPayeeAddr()
Retrieves payeeAddr
Object getToBePrinted()
Retrieves toBePrinted
Object getTotalAmt()
Retrieves totalAmt
void setBankAccountId(Object value)
Sets bankAccountId
void setBankAccountName(Object value)
Sets bankAccountName
void setCheckDetail(Object value)
Sets checkDetail
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
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _bankAccountIdType

protected String _bankAccountNameType

protected CheckPayment _checkDetailType

protected IdType _entityIdType

protected String _entityNameType

protected EntityTypeEnum _entityTypeType

protected PhysicalAddress _payeeAddrType

protected Boolean _toBePrintedType

protected BigDecimal _totalAmtType

protected Object bankAccountId

protected Object bankAccountName

protected Object checkDetail

protected Object entityId

protected Object entityName

protected Object entityType

protected Object payeeAddr

protected Object toBePrinted

protected Object totalAmt

Public Constructors

public BillPaymentHeaderExpressionHolder ()

Public Methods

public Object getBankAccountId ()

Retrieves bankAccountId

public Object getBankAccountName ()

Retrieves bankAccountName

public Object getCheckDetail ()

Retrieves checkDetail

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 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 setCheckDetail (Object value)

Sets checkDetail

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