public class PaymentTypeInformation7 extends Object
Java-Klasse für PaymentTypeInformation7 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 and Description |
|---|---|
protected ServiceLevel4 |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformation7() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevel4 |
getSvcLvl()
Ruft den Wert der svcLvl-Eigenschaft ab.
|
void |
setSvcLvl(ServiceLevel4 value)
Legt den Wert der svcLvl-Eigenschaft fest.
|
protected ServiceLevel4 svcLvl
public ServiceLevel4 getSvcLvl()
ServiceLevel4public void setSvcLvl(ServiceLevel4 value)
value - allowed object is
ServiceLevel4Copyright © 2017. All rights reserved.