Class BranchAndFinancialInstitutionIdentification5
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.BranchAndFinancialInstitutionIdentification5
-
public class BranchAndFinancialInstitutionIdentification5 extends java.lang.Object
Java class for BranchAndFinancialInstitutionIdentification5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FinInstnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}FinancialInstitutionIdentification8"/> <element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}BranchData2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BranchData2
brnchId
protected FinancialInstitutionIdentification8
finInstnId
-
Constructor Summary
Constructors Constructor Description BranchAndFinancialInstitutionIdentification5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchData2
getBrnchId()
Gets the value of the brnchId property.FinancialInstitutionIdentification8
getFinInstnId()
Gets the value of the finInstnId property.void
setBrnchId(BranchData2 value)
Sets the value of the brnchId property.void
setFinInstnId(FinancialInstitutionIdentification8 value)
Sets the value of the finInstnId property.
-
-
-
Field Detail
-
finInstnId
protected FinancialInstitutionIdentification8 finInstnId
-
brnchId
protected BranchData2 brnchId
-
-
Method Detail
-
getFinInstnId
public FinancialInstitutionIdentification8 getFinInstnId()
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification8
-
setFinInstnId
public void setFinInstnId(FinancialInstitutionIdentification8 value)
Sets the value of the finInstnId property.- Parameters:
value
- allowed object isFinancialInstitutionIdentification8
-
getBrnchId
public BranchData2 getBrnchId()
Gets the value of the brnchId property.- Returns:
- possible object is
BranchData2
-
setBrnchId
public void setBrnchId(BranchData2 value)
Sets the value of the brnchId property.- Parameters:
value
- allowed object isBranchData2
-
-