public class BillPaymentCheck extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for BillPaymentCheck complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillPaymentCheck">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BankAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PrintStatus" type="{http://schema.intuit.com/finance/v3}PrintStatusEnum" minOccurs="0"/>
<element name="CheckDetail" type="{http://schema.intuit.com/finance/v3}CheckPayment" minOccurs="0"/>
<element name="PayeeAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" minOccurs="0"/>
<element name="BillPaymentCheckEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
bankAccountRef |
protected IntuitAnyType |
billPaymentCheckEx |
protected CheckPayment |
checkDetail |
protected PhysicalAddress |
payeeAddr |
protected PrintStatusEnum |
printStatus |
| Constructor and Description |
|---|
BillPaymentCheck() |
| 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) |
ReferenceType |
getBankAccountRef()
Gets the value of the bankAccountRef property.
|
IntuitAnyType |
getBillPaymentCheckEx()
Gets the value of the billPaymentCheckEx property.
|
CheckPayment |
getCheckDetail()
Gets the value of the checkDetail property.
|
PhysicalAddress |
getPayeeAddr()
Gets the value of the payeeAddr property.
|
PrintStatusEnum |
getPrintStatus()
Gets the value of the printStatus property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBankAccountRef(ReferenceType value)
Sets the value of the bankAccountRef property.
|
void |
setBillPaymentCheckEx(IntuitAnyType value)
Sets the value of the billPaymentCheckEx property.
|
void |
setCheckDetail(CheckPayment value)
Sets the value of the checkDetail property.
|
void |
setPayeeAddr(PhysicalAddress value)
Sets the value of the payeeAddr property.
|
void |
setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
protected ReferenceType bankAccountRef
protected PrintStatusEnum printStatus
protected CheckPayment checkDetail
protected PhysicalAddress payeeAddr
protected IntuitAnyType billPaymentCheckEx
public ReferenceType getBankAccountRef()
ReferenceTypepublic void setBankAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic PrintStatusEnum getPrintStatus()
PrintStatusEnumpublic void setPrintStatus(PrintStatusEnum value)
value - allowed object is
PrintStatusEnumpublic CheckPayment getCheckDetail()
CheckPaymentpublic void setCheckDetail(CheckPayment value)
value - allowed object is
CheckPaymentpublic PhysicalAddress getPayeeAddr()
PhysicalAddresspublic void setPayeeAddr(PhysicalAddress value)
value - allowed object is
PhysicalAddresspublic IntuitAnyType getBillPaymentCheckEx()
IntuitAnyTypepublic void setBillPaymentCheckEx(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.