Class PaymentTypeInformation29
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_10.PaymentTypeInformation29
Java class for PaymentTypeInformation29 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformation29"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InstrPrty" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}Priority2Code" minOccurs="0"/> <element name="SvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}ServiceLevel8Choice" maxOccurs="unbounded" minOccurs="0"/> <element name="LclInstrm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}LocalInstrument2Choice" minOccurs="0"/> <element name="SeqTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}SequenceType3Code" minOccurs="0"/> <element name="CtgyPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}CategoryPurpose1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CategoryPurpose1Choice
protected Priority2Code
protected LocalInstrument2Choice
protected SequenceType3Code
protected List
<ServiceLevel8Choice> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ctgyPurp property.Gets the value of the instrPrty property.Gets the value of the lclInstrm property.getSeqTp()
Gets the value of the seqTp property.Gets the value of the svcLvl property.void
Sets the value of the ctgyPurp property.void
setInstrPrty
(Priority2Code value) Sets the value of the instrPrty property.void
Sets the value of the lclInstrm property.void
setSeqTp
(SequenceType3Code value) Sets the value of the seqTp property.
-
Field Details
-
instrPrty
-
svcLvl
-
lclInstrm
-
seqTp
-
ctgyPurp
-
-
Constructor Details
-
PaymentTypeInformation29
public PaymentTypeInformation29()
-
-
Method Details
-
getInstrPrty
Gets the value of the instrPrty property.- Returns:
- possible object is
Priority2Code
-
setInstrPrty
Sets the value of the instrPrty property.- Parameters:
value
- allowed object isPriority2Code
-
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
set
method 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
Gets the value of the lclInstrm property.- Returns:
- possible object is
LocalInstrument2Choice
-
setLclInstrm
Sets the value of the lclInstrm property.- Parameters:
value
- allowed object isLocalInstrument2Choice
-
getSeqTp
Gets the value of the seqTp property.- Returns:
- possible object is
SequenceType3Code
-
setSeqTp
Sets the value of the seqTp property.- Parameters:
value
- allowed object isSequenceType3Code
-
getCtgyPurp
Gets the value of the ctgyPurp property.- Returns:
- possible object is
CategoryPurpose1Choice
-
setCtgyPurp
Sets the value of the ctgyPurp property.- Parameters:
value
- allowed object isCategoryPurpose1Choice
-