Class BranchAndFinancialInstitutionIdentification5Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.BranchAndFinancialInstitutionIdentification5Choice
-
public class BranchAndFinancialInstitutionIdentification5Choice extends Object
Java class for BranchAndFinancialInstitutionIdentification5_Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification5_Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FinInstnId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}FinancialInstitutionIdentification8_Choice"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FinancialInstitutionIdentification8ChoicefinInstnId
-
Constructor Summary
Constructors Constructor Description BranchAndFinancialInstitutionIdentification5Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FinancialInstitutionIdentification8ChoicegetFinInstnId()Gets the value of the finInstnId property.voidsetFinInstnId(FinancialInstitutionIdentification8Choice value)Sets the value of the finInstnId property.
-
-
-
Field Detail
-
finInstnId
protected FinancialInstitutionIdentification8Choice finInstnId
-
-
Method Detail
-
getFinInstnId
public FinancialInstitutionIdentification8Choice getFinInstnId()
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification8Choice
-
setFinInstnId
public void setFinInstnId(FinancialInstitutionIdentification8Choice value)
Sets the value of the finInstnId property.- Parameters:
value- allowed object isFinancialInstitutionIdentification8Choice
-
-