public class CheckPayment extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="BankName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CheckPaymentEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acctNum |
protected String |
bankName |
protected String |
checkNum |
protected IntuitAnyType |
checkPaymentEx |
protected String |
nameOnAcct |
protected String |
status |
| Constructor and Description |
|---|
CheckPayment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
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.
|
IntuitAnyType |
getCheckPaymentEx()
Gets the value of the checkPaymentEx property.
|
String |
getNameOnAcct()
Gets the value of the nameOnAcct property.
|
String |
getStatus()
Gets the value of the status property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
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 |
setCheckPaymentEx(IntuitAnyType value)
Sets the value of the checkPaymentEx property.
|
void |
setNameOnAcct(String value)
Sets the value of the nameOnAcct property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String checkNum
protected String status
protected String nameOnAcct
protected String acctNum
protected String bankName
protected IntuitAnyType checkPaymentEx
public String getCheckNum()
Stringpublic void setCheckNum(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getNameOnAcct()
Stringpublic void setNameOnAcct(String value)
value - allowed object is
Stringpublic String getAcctNum()
Stringpublic void setAcctNum(String value)
value - allowed object is
Stringpublic String getBankName()
Stringpublic void setBankName(String value)
value - allowed object is
Stringpublic IntuitAnyType getCheckPaymentEx()
IntuitAnyTypepublic void setCheckPaymentEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.