public class PaymentTypeInformation19 extends Object
Java class for PaymentTypeInformation19 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformation19">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstrPrty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Priority2Code" minOccurs="0"/>
<element name="SvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ServiceLevel8Choice" minOccurs="0"/>
<element name="LclInstrm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}LocalInstrument2Choice" minOccurs="0"/>
<element name="CtgyPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CategoryPurpose1Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CategoryPurpose1Choice |
ctgyPurp |
protected Priority2Code |
instrPrty |
protected LocalInstrument2Choice |
lclInstrm |
protected ServiceLevel8Choice |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformation19() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ServiceLevel8Choice |
getSvcLvl()
Gets the value of the svcLvl 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 |
setSvcLvl(ServiceLevel8Choice value)
Sets the value of the svcLvl property.
|
protected Priority2Code instrPrty
protected ServiceLevel8Choice svcLvl
protected LocalInstrument2Choice lclInstrm
protected CategoryPurpose1Choice ctgyPurp
public Priority2Code getInstrPrty()
Priority2Codepublic void setInstrPrty(Priority2Code value)
value - allowed object is
Priority2Codepublic ServiceLevel8Choice getSvcLvl()
ServiceLevel8Choicepublic void setSvcLvl(ServiceLevel8Choice value)
value - allowed object is
ServiceLevel8Choicepublic LocalInstrument2Choice getLclInstrm()
LocalInstrument2Choicepublic void setLclInstrm(LocalInstrument2Choice value)
value - allowed object is
LocalInstrument2Choicepublic CategoryPurpose1Choice getCtgyPurp()
CategoryPurpose1Choicepublic void setCtgyPurp(CategoryPurpose1Choice value)
value - allowed object is
CategoryPurpose1ChoiceCopyright © 2019. All rights reserved.