Class TransactionVerificationResult5
java.lang.Object
org.coderic.iso20022.messages.catp.TransactionVerificationResult5
Java class for TransactionVerificationResult5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionVerificationResult5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AuthenticationMethod7Code"/> <element name="VrfctnNtty" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AuthenticationEntity2Code" minOccurs="0"/> <element name="Rslt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Verification1Code" minOccurs="0"/> <element name="AddtlRslt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max500Text" minOccurs="0"/> <element name="AuthntcnTkn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max140Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRslt property.byte[]
Gets the value of the authntcnTkn 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
setAuthntcnTkn
(byte[] value) Sets the value of the authntcnTkn property.void
setMtd
(AuthenticationMethod7Code 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
-
TransactionVerificationResult5
public TransactionVerificationResult5()
-
-
Method Details
-
getMtd
Gets the value of the mtd property.- Returns:
- possible object is
AuthenticationMethod7Code
-
setMtd
Sets the value of the mtd property.- Parameters:
value
- allowed object isAuthenticationMethod7Code
-
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
-
getAuthntcnTkn
public byte[] getAuthntcnTkn()Gets the value of the authntcnTkn property.- Returns:
- possible object is byte[]
-
setAuthntcnTkn
public void setAuthntcnTkn(byte[] value) Sets the value of the authntcnTkn property.- Parameters:
value
- allowed object is byte[]
-