public class CheckDataType extends Object
Java class for CheckDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BankID" type="{}BankIDType" minOccurs="0"/>
<element name="AccountNumber" type="{}AccountNumberType" minOccurs="0"/>
<element name="CheckNumber" type="{}CheckNumberType" minOccurs="0"/>
<element name="TrackData" type="{}TrackDataType" minOccurs="0"/>
<element name="CheckCardNumber" type="{}CheckCardNumberType" minOccurs="0"/>
</sequence>
<attribute name="TypeCode" type="{}CheckTypeCodeTypeCode" default="Personal" />
<attribute name="Country" type="{}ISOCountry3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountNumber |
protected String |
bankID |
protected String |
checkCardNumber |
protected String |
checkNumber |
protected String |
country |
protected TrackDataType |
trackData |
protected String |
typeCode |
| Constructor and Description |
|---|
CheckDataType() |
| 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.
|
TrackDataType |
getTrackData()
Gets the value of the trackData property.
|
String |
getTypeCode()
Gets the value of the typeCode 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(TrackDataType value)
Sets the value of the trackData property.
|
void |
setTypeCode(String value)
Sets the value of the typeCode property.
|
protected String bankID
protected String accountNumber
protected String checkNumber
protected TrackDataType trackData
protected String checkCardNumber
protected String 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 TrackDataType getTrackData()
TrackDataTypepublic void setTrackData(TrackDataType value)
value - allowed object is
TrackDataTypepublic String getCheckCardNumber()
Stringpublic void setCheckCardNumber(String value)
value - allowed object is
Stringpublic String getTypeCode()
Stringpublic void setTypeCode(String value)
value - allowed object is
Stringpublic String getCountry()
StringCopyright © 2018. All rights reserved.