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