Class PaymentInitiationSource1


  • public class PaymentInitiationSource1
    extends java.lang.Object

    Java class for PaymentInitiationSource1 complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PaymentInitiationSource1">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max140Text"/>
             <element name="Prvdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max35Text" minOccurs="0"/>
             <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max35Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String nm  
      protected java.lang.String prvdr  
      protected java.lang.String vrsn  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNm()
      Gets the value of the nm property.
      java.lang.String getPrvdr()
      Gets the value of the prvdr property.
      java.lang.String getVrsn()
      Gets the value of the vrsn property.
      void setNm​(java.lang.String value)
      Sets the value of the nm property.
      void setPrvdr​(java.lang.String value)
      Sets the value of the prvdr property.
      void setVrsn​(java.lang.String value)
      Sets the value of the vrsn property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nm

        protected java.lang.String nm
      • prvdr

        protected java.lang.String prvdr
      • vrsn

        protected java.lang.String vrsn
    • Constructor Detail

      • PaymentInitiationSource1

        public PaymentInitiationSource1()
    • Method Detail

      • getNm

        public java.lang.String getNm()
        Gets the value of the nm property.
        Returns:
        possible object is String
      • setNm

        public void setNm​(java.lang.String value)
        Sets the value of the nm property.
        Parameters:
        value - allowed object is String
      • getPrvdr

        public java.lang.String getPrvdr()
        Gets the value of the prvdr property.
        Returns:
        possible object is String
      • setPrvdr

        public void setPrvdr​(java.lang.String value)
        Sets the value of the prvdr property.
        Parameters:
        value - allowed object is String
      • getVrsn

        public java.lang.String getVrsn()
        Gets the value of the vrsn property.
        Returns:
        possible object is String
      • setVrsn

        public void setVrsn​(java.lang.String value)
        Sets the value of the vrsn property.
        Parameters:
        value - allowed object is String