Class TransactionVerificationResult5

java.lang.Object
org.coderic.iso20022.messages.catp.TransactionVerificationResult5

public class TransactionVerificationResult5 extends Object

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 Details

    • TransactionVerificationResult5

      public TransactionVerificationResult5()
  • Method Details

    • getMtd

      public AuthenticationMethod7Code getMtd()
      Gets the value of the mtd property.
      Returns:
      possible object is AuthenticationMethod7Code
    • setMtd

      public void setMtd(AuthenticationMethod7Code value)
      Sets the value of the mtd property.
      Parameters:
      value - allowed object is AuthenticationMethod7Code
    • getVrfctnNtty

      public AuthenticationEntity2Code getVrfctnNtty()
      Gets the value of the vrfctnNtty property.
      Returns:
      possible object is AuthenticationEntity2Code
    • setVrfctnNtty

      public void setVrfctnNtty(AuthenticationEntity2Code value)
      Sets the value of the vrfctnNtty property.
      Parameters:
      value - allowed object is AuthenticationEntity2Code
    • getRslt

      public Verification1Code getRslt()
      Gets the value of the rslt property.
      Returns:
      possible object is Verification1Code
    • setRslt

      public void setRslt(Verification1Code value)
      Sets the value of the rslt property.
      Parameters:
      value - allowed object is Verification1Code
    • getAddtlRslt

      public String getAddtlRslt()
      Gets the value of the addtlRslt property.
      Returns:
      possible object is String
    • setAddtlRslt

      public void setAddtlRslt(String value)
      Sets the value of the addtlRslt property.
      Parameters:
      value - allowed object is String
    • 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[]