Class PaymentInitiationSource1

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_11.PaymentInitiationSource1

public class PaymentInitiationSource1 extends 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 Details

  • Constructor Details

    • PaymentInitiationSource1

      public PaymentInitiationSource1()
  • Method Details

    • getNm

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

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

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

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

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

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