Class PaymentTypeInformation7
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_02.PaymentTypeInformation7
Java class for PaymentTypeInformation7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformation7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SvcLvl" type="{urn:sepade:xsd:pain.001.001.02}ServiceLevel4"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the svcLvl property.void
setSvcLvl
(ServiceLevel4 value) Sets the value of the svcLvl property.
-
Field Details
-
svcLvl
-
-
Constructor Details
-
PaymentTypeInformation7
public PaymentTypeInformation7()
-
-
Method Details
-
getSvcLvl
Gets the value of the svcLvl property.- Returns:
- possible object is
ServiceLevel4
-
setSvcLvl
Sets the value of the svcLvl property.- Parameters:
value
- allowed object isServiceLevel4
-