Class PaymentTypeInformation27
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_12.PaymentTypeInformation27
-
public class PaymentTypeInformation27 extends java.lang.ObjectJava class for PaymentTypeInformation27 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformation27"> <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.12}Priority2Code" minOccurs="0"/> <element name="ClrChanl" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ClearingChannel2Code" minOccurs="0"/> <element name="SvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ServiceLevel8Choice" maxOccurs="unbounded" minOccurs="0"/> <element name="LclInstrm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}LocalInstrument2Choice" minOccurs="0"/> <element name="SeqTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}SequenceType3Code" minOccurs="0"/> <element name="CtgyPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}CategoryPurpose1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ClearingChannel2CodeclrChanlprotected CategoryPurpose1ChoicectgyPurpprotected Priority2CodeinstrPrtyprotected LocalInstrument2ChoicelclInstrmprotected SequenceType3CodeseqTpprotected java.util.List<ServiceLevel8Choice>svcLvl
-
Constructor Summary
Constructors Constructor Description PaymentTypeInformation27()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClearingChannel2CodegetClrChanl()Gets the value of the clrChanl property.CategoryPurpose1ChoicegetCtgyPurp()Gets the value of the ctgyPurp property.Priority2CodegetInstrPrty()Gets the value of the instrPrty property.LocalInstrument2ChoicegetLclInstrm()Gets the value of the lclInstrm property.SequenceType3CodegetSeqTp()Gets the value of the seqTp property.java.util.List<ServiceLevel8Choice>getSvcLvl()Gets the value of the svcLvl property.voidsetClrChanl(ClearingChannel2Code value)Sets the value of the clrChanl property.voidsetCtgyPurp(CategoryPurpose1Choice value)Sets the value of the ctgyPurp property.voidsetInstrPrty(Priority2Code value)Sets the value of the instrPrty property.voidsetLclInstrm(LocalInstrument2Choice value)Sets the value of the lclInstrm property.voidsetSeqTp(SequenceType3Code value)Sets the value of the seqTp property.
-
-
-
Field Detail
-
instrPrty
protected Priority2Code instrPrty
-
clrChanl
protected ClearingChannel2Code clrChanl
-
svcLvl
protected java.util.List<ServiceLevel8Choice> svcLvl
-
lclInstrm
protected LocalInstrument2Choice lclInstrm
-
seqTp
protected SequenceType3Code seqTp
-
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
-
getClrChanl
public ClearingChannel2Code getClrChanl()
Gets the value of the clrChanl property.- Returns:
- possible object is
ClearingChannel2Code
-
setClrChanl
public void setClrChanl(ClearingChannel2Code value)
Sets the value of the clrChanl property.- Parameters:
value- allowed object isClearingChannel2Code
-
getSvcLvl
public java.util.List<ServiceLevel8Choice> getSvcLvl()
Gets the value of the svcLvl property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the svcLvl property.For example, to add a new item, do as follows:
getSvcLvl().add(newItem);Objects of the following type(s) are allowed in the list
ServiceLevel8Choice
-
getLclInstrm
public LocalInstrument2Choice getLclInstrm()
Gets the value of the lclInstrm property.- Returns:
- possible object is
LocalInstrument2Choice
-
setLclInstrm
public void setLclInstrm(LocalInstrument2Choice value)
Sets the value of the lclInstrm property.- Parameters:
value- allowed object isLocalInstrument2Choice
-
getSeqTp
public SequenceType3Code getSeqTp()
Gets the value of the seqTp property.- Returns:
- possible object is
SequenceType3Code
-
setSeqTp
public void setSeqTp(SequenceType3Code value)
Sets the value of the seqTp property.- Parameters:
value- allowed object isSequenceType3Code
-
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
-
-