public class CheckPurchase extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CheckPurchase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckPurchase"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="PayeeAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" minOccurs="0"/> <element name="MemoOnCheck" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PrintStatus" type="{http://schema.intuit.com/finance/v3}PrintStatusEnum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceType |
accountRef |
protected String |
memoOnCheck |
protected PhysicalAddress |
payeeAddr |
protected PrintStatusEnum |
printStatus |
Constructor and Description |
---|
CheckPurchase() |
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 |
getAccountRef()
Gets the value of the accountRef property.
|
String |
getMemoOnCheck()
Gets the value of the memoOnCheck 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 |
setAccountRef(ReferenceType value)
Sets the value of the accountRef property.
|
void |
setMemoOnCheck(String value)
Sets the value of the memoOnCheck 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 accountRef
protected PhysicalAddress payeeAddr
protected String memoOnCheck
protected PrintStatusEnum printStatus
public ReferenceType getAccountRef()
ReferenceType
public void setAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public PhysicalAddress getPayeeAddr()
PhysicalAddress
public void setPayeeAddr(PhysicalAddress value)
value
- allowed object is
PhysicalAddress
public String getMemoOnCheck()
String
public void setMemoOnCheck(String value)
value
- allowed object is
String
public PrintStatusEnum getPrintStatus()
PrintStatusEnum
public void setPrintStatus(PrintStatusEnum value)
value
- allowed object is
PrintStatusEnum
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.