Class PaymentTypeInformation261
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.PaymentTypeInformation261
-
public class PaymentTypeInformation261 extends Object
Java class for PaymentTypeInformation26_1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformation26_1"> <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.09}Priority2Code" minOccurs="0"/> <element name="SvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ServiceLevel8Choice"/> <element name="LclInstrm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}LocalInstrumentSEPA" minOccurs="0"/> <element name="CtgyPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CategoryPurpose1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CategoryPurpose1ChoicectgyPurpprotected Priority2CodeinstrPrtyprotected LocalInstrumentSEPAlclInstrmprotected ServiceLevel8ChoicesvcLvl
-
Constructor Summary
Constructors Constructor Description PaymentTypeInformation261()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryPurpose1ChoicegetCtgyPurp()Gets the value of the ctgyPurp property.Priority2CodegetInstrPrty()Gets the value of the instrPrty property.LocalInstrumentSEPAgetLclInstrm()Gets the value of the lclInstrm property.ServiceLevel8ChoicegetSvcLvl()Gets the value of the svcLvl property.voidsetCtgyPurp(CategoryPurpose1Choice value)Sets the value of the ctgyPurp property.voidsetInstrPrty(Priority2Code value)Sets the value of the instrPrty property.voidsetLclInstrm(LocalInstrumentSEPA value)Sets the value of the lclInstrm property.voidsetSvcLvl(ServiceLevel8Choice value)Sets the value of the svcLvl property.
-
-
-
Field Detail
-
instrPrty
protected Priority2Code instrPrty
-
svcLvl
protected ServiceLevel8Choice svcLvl
-
lclInstrm
protected LocalInstrumentSEPA lclInstrm
-
ctgyPurp
protected CategoryPurpose1Choice ctgyPurp
-
-
Method Detail
-
getInstrPrty
public Priority2Code getInstrPrty()
Gets the value of the instrPrty property.- Returns:
- possible object is
Priority2Code
-
setInstrPrty
public void setInstrPrty(Priority2Code value)
Sets the value of the instrPrty property.- Parameters:
value- allowed object isPriority2Code
-
getSvcLvl
public ServiceLevel8Choice getSvcLvl()
Gets the value of the svcLvl property.- Returns:
- possible object is
ServiceLevel8Choice
-
setSvcLvl
public void setSvcLvl(ServiceLevel8Choice value)
Sets the value of the svcLvl property.- Parameters:
value- allowed object isServiceLevel8Choice
-
getLclInstrm
public LocalInstrumentSEPA getLclInstrm()
Gets the value of the lclInstrm property.- Returns:
- possible object is
LocalInstrumentSEPA
-
setLclInstrm
public void setLclInstrm(LocalInstrumentSEPA value)
Sets the value of the lclInstrm property.- Parameters:
value- allowed object isLocalInstrumentSEPA
-
getCtgyPurp
public CategoryPurpose1Choice getCtgyPurp()
Gets the value of the ctgyPurp property.- Returns:
- possible object is
CategoryPurpose1Choice
-
setCtgyPurp
public void setCtgyPurp(CategoryPurpose1Choice value)
Sets the value of the ctgyPurp property.- Parameters:
value- allowed object isCategoryPurpose1Choice
-
-