public class PaymentTypeInformation7
extends java.lang.Object
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>
Modifier and Type | Field | Description |
---|---|---|
protected ServiceLevel4 |
svcLvl |
Constructor | Description |
---|---|
PaymentTypeInformation7() |
Modifier and Type | Method | Description |
---|---|---|
ServiceLevel4 |
getSvcLvl() |
Gets the value of the svcLvl property.
|
void |
setSvcLvl(ServiceLevel4 value) |
Sets the value of the svcLvl property.
|
protected ServiceLevel4 svcLvl
public ServiceLevel4 getSvcLvl()
ServiceLevel4
public void setSvcLvl(ServiceLevel4 value)
value
- allowed object is
ServiceLevel4
Copyright © 2018. All rights reserved.