Class PaymentInitiationSource1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_11.PaymentInitiationSource1
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNm()
Gets the value of the nm property.getPrvdr()
Gets the value of the prvdr property.getVrsn()
Gets the value of the vrsn property.void
Sets the value of the nm property.void
Sets the value of the prvdr property.void
Sets the value of the vrsn property.
-
Field Details
-
nm
-
prvdr
-
vrsn
-
-
Constructor Details
-
PaymentInitiationSource1
public PaymentInitiationSource1()
-
-
Method Details
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getPrvdr
Gets the value of the prvdr property.- Returns:
- possible object is
String
-
setPrvdr
Sets the value of the prvdr property.- Parameters:
value
- allowed object isString
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
String
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isString
-