public class CheckData extends Object
Java class for CheckData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BankID" type="{}BankID" minOccurs="0"/>
<element name="AccountNumber" type="{}AccountNumber" minOccurs="0"/>
<element name="CheckNumber" type="{}CheckNumber" minOccurs="0"/>
<element name="TrackData" type="{}TrackData" minOccurs="0"/>
<element name="CheckCardNumber" type="{}CheckCardNumber" minOccurs="0"/>
</sequence>
<attribute name="TypeCode" type="{}CheckTypeCodeType" default="Personal" />
<attribute name="Country" type="{}ISOCountry3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountNumber
The Account number.
|
protected String |
bankID
The Bank id.
|
protected String |
checkCardNumber
The Check card number.
|
protected String |
checkNumber
The Check number.
|
protected String |
country
The Country.
|
protected TrackData |
trackData
The Track data.
|
protected CheckTypeCodeType |
typeCode
The Type code.
|
| Constructor and Description |
|---|
CheckData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getBankID()
Gets the value of the bankID property.
|
String |
getCheckCardNumber()
Gets the value of the checkCardNumber property.
|
String |
getCheckNumber()
Gets the value of the checkNumber property.
|
String |
getCountry()
Gets the value of the country property.
|
TrackData |
getTrackData()
Gets the value of the trackData property.
|
CheckTypeCodeType |
getTypeCode()
Gets the value of the type property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setBankID(String value)
Sets the value of the bankID property.
|
void |
setCheckCardNumber(String value)
Sets the value of the checkCardNumber property.
|
void |
setCheckNumber(String value)
Sets the value of the checkNumber property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setTrackData(TrackData value)
Sets the value of the trackData property.
|
void |
setTypeCode(CheckTypeCodeType value)
Sets the value of the type property.
|
protected String bankID
protected String accountNumber
protected String checkNumber
protected TrackData trackData
protected String checkCardNumber
protected CheckTypeCodeType typeCode
protected String country
public String getBankID()
Stringpublic void setBankID(String value)
value - allowed object is Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is Stringpublic String getCheckNumber()
Stringpublic void setCheckNumber(String value)
value - allowed object is Stringpublic TrackData getTrackData()
TrackDatapublic void setTrackData(TrackData value)
value - allowed object is TrackDatapublic String getCheckCardNumber()
Stringpublic void setCheckCardNumber(String value)
value - allowed object is Stringpublic CheckTypeCodeType getTypeCode()
CheckTypeCodeTypepublic void setTypeCode(CheckTypeCodeType value)
value - allowed object is CheckTypeCodeTypepublic String getCountry()
StringCopyright © 2022. All rights reserved.