Class Check1
java.lang.Object
org.coderic.iso20022.messages.caaa.Check1
Java class for Check1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Check1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BkId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="AcctNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="ChckNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="ChckCardNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="ChckTrckData2" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrackData2" minOccurs="0"/> <element name="ChckTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CheckType1Code" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max3Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctNb property.getBkId()
Gets the value of the bkId property.Gets the value of the chckCardNb property.Gets the value of the chckNb property.Gets the value of the chckTp property.Gets the value of the chckTrckData2 property.getCtry()
Gets the value of the ctry property.void
Sets the value of the acctNb property.void
Sets the value of the bkId property.void
setChckCardNb
(String value) Sets the value of the chckCardNb property.void
Sets the value of the chckNb property.void
setChckTp
(CheckType1Code value) Sets the value of the chckTp property.void
setChckTrckData2
(TrackData2 value) Sets the value of the chckTrckData2 property.void
Sets the value of the ctry property.
-
Constructor Details
-
Check1
public Check1()
-
-
Method Details
-
getBkId
Gets the value of the bkId property.- Returns:
- possible object is
String
-
setBkId
Sets the value of the bkId property.- Parameters:
value
- allowed object isString
-
getAcctNb
Gets the value of the acctNb property.- Returns:
- possible object is
String
-
setAcctNb
Sets the value of the acctNb property.- Parameters:
value
- allowed object isString
-
getChckNb
Gets the value of the chckNb property.- Returns:
- possible object is
String
-
setChckNb
Sets the value of the chckNb property.- Parameters:
value
- allowed object isString
-
getChckCardNb
Gets the value of the chckCardNb property.- Returns:
- possible object is
String
-
setChckCardNb
Sets the value of the chckCardNb property.- Parameters:
value
- allowed object isString
-
getChckTrckData2
Gets the value of the chckTrckData2 property.- Returns:
- possible object is
TrackData2
-
setChckTrckData2
Sets the value of the chckTrckData2 property.- Parameters:
value
- allowed object isTrackData2
-
getChckTp
Gets the value of the chckTp property.- Returns:
- possible object is
CheckType1Code
-
setChckTp
Sets the value of the chckTp property.- Parameters:
value
- allowed object isCheckType1Code
-
getCtry
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isString
-