public class PaymentTypeInformationSCT2 extends Object
Java-Klasse für PaymentTypeInformationSCT2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PaymentTypeInformationSCT2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ServiceLevel"/>
<element name="CtgyPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CategoryPurposeSEPA" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CategoryPurposeSEPA |
ctgyPurp |
protected ServiceLevel |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformationSCT2() |
| Modifier and Type | Method and Description |
|---|---|
CategoryPurposeSEPA |
getCtgyPurp()
Ruft den Wert der ctgyPurp-Eigenschaft ab.
|
ServiceLevel |
getSvcLvl()
Ruft den Wert der svcLvl-Eigenschaft ab.
|
void |
setCtgyPurp(CategoryPurposeSEPA value)
Legt den Wert der ctgyPurp-Eigenschaft fest.
|
void |
setSvcLvl(ServiceLevel value)
Legt den Wert der svcLvl-Eigenschaft fest.
|
protected ServiceLevel svcLvl
protected CategoryPurposeSEPA ctgyPurp
public ServiceLevel getSvcLvl()
ServiceLevelpublic void setSvcLvl(ServiceLevel value)
value - allowed object is
ServiceLevelpublic CategoryPurposeSEPA getCtgyPurp()
CategoryPurposeSEPApublic void setCtgyPurp(CategoryPurposeSEPA value)
value - allowed object is
CategoryPurposeSEPACopyright © 2018. All rights reserved.