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:swift:xsd:$pain.002.002.02}Priority2Code" minOccurs="0"/>
<element name="SvcLvl" type="{urn:swift:xsd:$pain.002.002.02}ServiceLevelSEPA" minOccurs="0"/>
<element name="LclInstrm" type="{urn:swift:xsd:$pain.002.002.02}LocalInstrumentSEPA" minOccurs="0"/>
<element name="SeqTp" type="{urn:swift:xsd:$pain.002.002.02}SequenceType1Code" minOccurs="0"/>
<element name="CtgyPurp" type="{urn:swift:xsd:$pain.002.002.02}PaymentCategoryPurpose1Code" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PaymentCategoryPurpose1Code |
ctgyPurp |
protected Priority2Code |
instrPrty |
protected LocalInstrumentSEPA |
lclInstrm |
protected SequenceType1Code |
seqTp |
protected ServiceLevelSEPA |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
PaymentCategoryPurpose1Code |
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.
|
ServiceLevelSEPA |
getSvcLvl()
Ruft den Wert der svcLvl-Eigenschaft ab.
|
void |
setCtgyPurp(PaymentCategoryPurpose1Code 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(ServiceLevelSEPA value)
Legt den Wert der svcLvl-Eigenschaft fest.
|
protected Priority2Code instrPrty
protected ServiceLevelSEPA svcLvl
protected LocalInstrumentSEPA lclInstrm
protected SequenceType1Code seqTp
protected PaymentCategoryPurpose1Code ctgyPurp
public Priority2Code getInstrPrty()
Priority2Codepublic void setInstrPrty(Priority2Code value)
value - allowed object is
Priority2Codepublic ServiceLevelSEPA getSvcLvl()
ServiceLevelSEPApublic void setSvcLvl(ServiceLevelSEPA value)
value - allowed object is
ServiceLevelSEPApublic LocalInstrumentSEPA getLclInstrm()
LocalInstrumentSEPApublic void setLclInstrm(LocalInstrumentSEPA value)
value - allowed object is
LocalInstrumentSEPApublic SequenceType1Code getSeqTp()
SequenceType1Codepublic void setSeqTp(SequenceType1Code value)
value - allowed object is
SequenceType1Codepublic PaymentCategoryPurpose1Code getCtgyPurp()
PaymentCategoryPurpose1Codepublic void setCtgyPurp(PaymentCategoryPurpose1Code value)
value - allowed object is
PaymentCategoryPurpose1CodeCopyright © 2017. All rights reserved.