public class PaymentTypeInformation22 extends Object
Java class for PaymentTypeInformation22 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformation22">
<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="ClrChanl" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ClearingChannel2Code" minOccurs="0"/>
<element name="SvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ServiceLevel8Choice" minOccurs="0"/>
<element name="LclInstrm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}LocalInstrument2Choice" 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}CategoryPurpose1Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClearingChannel2Code |
clrChanl |
protected CategoryPurpose1Choice |
ctgyPurp |
protected Priority2Code |
instrPrty |
protected LocalInstrument2Choice |
lclInstrm |
protected SequenceType1Code |
seqTp |
protected ServiceLevel8Choice |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformation22() |
| Modifier and Type | Method and Description |
|---|---|
ClearingChannel2Code |
getClrChanl()
Gets the value of the clrChanl property.
|
CategoryPurpose1Choice |
getCtgyPurp()
Gets the value of the ctgyPurp property.
|
Priority2Code |
getInstrPrty()
Gets the value of the instrPrty property.
|
LocalInstrument2Choice |
getLclInstrm()
Gets the value of the lclInstrm property.
|
SequenceType1Code |
getSeqTp()
Gets the value of the seqTp property.
|
ServiceLevel8Choice |
getSvcLvl()
Gets the value of the svcLvl property.
|
void |
setClrChanl(ClearingChannel2Code value)
Sets the value of the clrChanl property.
|
void |
setCtgyPurp(CategoryPurpose1Choice value)
Sets the value of the ctgyPurp property.
|
void |
setInstrPrty(Priority2Code value)
Sets the value of the instrPrty property.
|
void |
setLclInstrm(LocalInstrument2Choice value)
Sets the value of the lclInstrm property.
|
void |
setSeqTp(SequenceType1Code value)
Sets the value of the seqTp property.
|
void |
setSvcLvl(ServiceLevel8Choice value)
Sets the value of the svcLvl property.
|
protected Priority2Code instrPrty
protected ClearingChannel2Code clrChanl
protected ServiceLevel8Choice svcLvl
protected LocalInstrument2Choice lclInstrm
protected SequenceType1Code seqTp
protected CategoryPurpose1Choice ctgyPurp
public Priority2Code getInstrPrty()
Priority2Codepublic void setInstrPrty(Priority2Code value)
value - allowed object is
Priority2Codepublic ClearingChannel2Code getClrChanl()
ClearingChannel2Codepublic void setClrChanl(ClearingChannel2Code value)
value - allowed object is
ClearingChannel2Codepublic ServiceLevel8Choice getSvcLvl()
ServiceLevel8Choicepublic void setSvcLvl(ServiceLevel8Choice value)
value - allowed object is
ServiceLevel8Choicepublic LocalInstrument2Choice getLclInstrm()
LocalInstrument2Choicepublic void setLclInstrm(LocalInstrument2Choice value)
value - allowed object is
LocalInstrument2Choicepublic SequenceType1Code getSeqTp()
SequenceType1Codepublic void setSeqTp(SequenceType1Code value)
value - allowed object is
SequenceType1Codepublic CategoryPurpose1Choice getCtgyPurp()
CategoryPurpose1Choicepublic void setCtgyPurp(CategoryPurpose1Choice value)
value - allowed object is
CategoryPurpose1ChoiceCopyright © 2019. All rights reserved.