public class

CheckPayment

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CheckPayment

Class Overview

Product: QBW Description: Used when describing check payment details for both payments to vendors and payments from customers.

Java class for CheckPayment complex type.

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

 <complexType name="CheckPayment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CheckNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NameOnAcct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RoutingNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BankName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String acctNum
protected String bankName
protected String checkNum
protected String nameOnAcct
protected String routingNum
protected String status
Public Constructors
CheckPayment()
Public Methods
String getAcctNum()
Gets the value of the acctNum property.
String getBankName()
Gets the value of the bankName property.
String getCheckNum()
Gets the value of the checkNum property.
String getNameOnAcct()
Gets the value of the nameOnAcct property.
String getRoutingNum()
Gets the value of the routingNum property.
String getStatus()
Gets the value of the status property.
void setAcctNum(String value)
Sets the value of the acctNum property.
void setBankName(String value)
Sets the value of the bankName property.
void setCheckNum(String value)
Sets the value of the checkNum property.
void setNameOnAcct(String value)
Sets the value of the nameOnAcct property.
void setRoutingNum(String value)
Sets the value of the routingNum property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String acctNum

protected String bankName

protected String checkNum

protected String nameOnAcct

protected String routingNum

protected String status

Public Constructors

public CheckPayment ()

Public Methods

public String getAcctNum ()

Gets the value of the acctNum property.

Returns
  • possible object is String

public String getBankName ()

Gets the value of the bankName property.

Returns
  • possible object is String

public String getCheckNum ()

Gets the value of the checkNum property.

Returns
  • possible object is String

public String getNameOnAcct ()

Gets the value of the nameOnAcct property.

Returns
  • possible object is String

public String getRoutingNum ()

Gets the value of the routingNum property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public void setAcctNum (String value)

Sets the value of the acctNum property.

Parameters
value Allowed object is String

public void setBankName (String value)

Sets the value of the bankName property.

Parameters
value Allowed object is String

public void setCheckNum (String value)

Sets the value of the checkNum property.

Parameters
value Allowed object is String

public void setNameOnAcct (String value)

Sets the value of the nameOnAcct property.

Parameters
value Allowed object is String

public void setRoutingNum (String value)

Sets the value of the routingNum property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String