Class TransactionVerificationResult4
java.lang.Object
org.coderic.iso20022.messages.caaa.TransactionVerificationResult4
Java class for TransactionVerificationResult4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionVerificationResult4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AuthenticationMethod6Code"/> <element name="VrfctnNtty" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AuthenticationEntity2Code" minOccurs="0"/> <element name="Rslt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Verification1Code" minOccurs="0"/> <element name="AddtlRslt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max500Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRslt property.getMtd()
Gets the value of the mtd property.getRslt()
Gets the value of the rslt property.Gets the value of the vrfctnNtty property.void
setAddtlRslt
(String value) Sets the value of the addtlRslt property.void
setMtd
(AuthenticationMethod6Code value) Sets the value of the mtd property.void
setRslt
(Verification1Code value) Sets the value of the rslt property.void
Sets the value of the vrfctnNtty property.
-
Constructor Details
-
TransactionVerificationResult4
public TransactionVerificationResult4()
-
-
Method Details
-
getMtd
Gets the value of the mtd property.- Returns:
- possible object is
AuthenticationMethod6Code
-
setMtd
Sets the value of the mtd property.- Parameters:
value
- allowed object isAuthenticationMethod6Code
-
getVrfctnNtty
Gets the value of the vrfctnNtty property.- Returns:
- possible object is
AuthenticationEntity2Code
-
setVrfctnNtty
Sets the value of the vrfctnNtty property.- Parameters:
value
- allowed object isAuthenticationEntity2Code
-
getRslt
Gets the value of the rslt property.- Returns:
- possible object is
Verification1Code
-
setRslt
Sets the value of the rslt property.- Parameters:
value
- allowed object isVerification1Code
-
getAddtlRslt
Gets the value of the addtlRslt property.- Returns:
- possible object is
String
-
setAddtlRslt
Sets the value of the addtlRslt property.- Parameters:
value
- allowed object isString
-