public class VendorBankAccountDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for VendorBankAccountDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VendorBankAccountDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BankBranchIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BankAccountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BankAccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatementText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bankAccountName |
protected String |
bankAccountNumber |
protected String |
bankBranchIdentifier |
protected String |
statementText |
| Constructor and Description |
|---|
VendorBankAccountDetail() |
| 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 |
getBankAccountName()
Gets the value of the bankAccountName property.
|
String |
getBankAccountNumber()
Gets the value of the bankAccountNumber property.
|
String |
getBankBranchIdentifier()
Gets the value of the bankBranchIdentifier property.
|
String |
getStatementText()
Gets the value of the statementText property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBankAccountName(String value)
Sets the value of the bankAccountName property.
|
void |
setBankAccountNumber(String value)
Sets the value of the bankAccountNumber property.
|
void |
setBankBranchIdentifier(String value)
Sets the value of the bankBranchIdentifier property.
|
void |
setStatementText(String value)
Sets the value of the statementText property.
|
protected String bankBranchIdentifier
protected String bankAccountNumber
protected String bankAccountName
protected String statementText
public String getBankBranchIdentifier()
Stringpublic void setBankBranchIdentifier(String value)
value - allowed object is
Stringpublic String getBankAccountNumber()
Stringpublic void setBankAccountNumber(String value)
value - allowed object is
Stringpublic String getBankAccountName()
Stringpublic void setBankAccountName(String value)
value - allowed object is
Stringpublic String getStatementText()
Stringpublic void setStatementText(String value)
value - allowed object is
Stringpublic 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 © 2019. All Rights Reserved.