Class PaymentInitiationSource1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_11.PaymentInitiationSource1
-
public class PaymentInitiationSource1 extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description PaymentInitiationSource1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNm()Gets the value of the nm property.java.lang.StringgetPrvdr()Gets the value of the prvdr property.java.lang.StringgetVrsn()Gets the value of the vrsn property.voidsetNm(java.lang.String value)Sets the value of the nm property.voidsetPrvdr(java.lang.String value)Sets the value of the prvdr property.voidsetVrsn(java.lang.String value)Sets the value of the vrsn property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
-