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()
ReferenceType
public void setBankAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public PrintStatusEnum getPrintStatus()
PrintStatusEnum
public void setPrintStatus(PrintStatusEnum value)
value
- allowed object is
PrintStatusEnum
public CheckPayment getCheckDetail()
CheckPayment
public void setCheckDetail(CheckPayment value)
value
- allowed object is
CheckPayment
public PhysicalAddress getPayeeAddr()
PhysicalAddress
public void setPayeeAddr(PhysicalAddress value)
value
- allowed object is
PhysicalAddress
public IntuitAnyType getBillPaymentCheckEx()
IntuitAnyType
public void setBillPaymentCheckEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public 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.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.