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.003.03}ServiceLevelSEPA"/>
<element name="CtgyPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}CategoryPurposeSEPA" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CategoryPurposeSEPA |
ctgyPurp |
protected ServiceLevelSEPA |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformationSCT2() |
| Modifier and Type | Method and Description |
|---|---|
CategoryPurposeSEPA |
getCtgyPurp()
Ruft den Wert der ctgyPurp-Eigenschaft ab.
|
ServiceLevelSEPA |
getSvcLvl()
Ruft den Wert der svcLvl-Eigenschaft ab.
|
void |
setCtgyPurp(CategoryPurposeSEPA value)
Legt den Wert der ctgyPurp-Eigenschaft fest.
|
void |
setSvcLvl(ServiceLevelSEPA value)
Legt den Wert der svcLvl-Eigenschaft fest.
|
protected ServiceLevelSEPA svcLvl
protected CategoryPurposeSEPA ctgyPurp
public ServiceLevelSEPA getSvcLvl()
ServiceLevelSEPApublic void setSvcLvl(ServiceLevelSEPA value)
value - allowed object is
ServiceLevelSEPApublic CategoryPurposeSEPA getCtgyPurp()
CategoryPurposeSEPApublic void setCtgyPurp(CategoryPurposeSEPA value)
value - allowed object is
CategoryPurposeSEPACopyright © 2017. All rights reserved.