Class BranchAndFinancialInstitutionIdentification6
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.BranchAndFinancialInstitutionIdentification6
-
public class BranchAndFinancialInstitutionIdentification6 extends Object
Java class for BranchAndFinancialInstitutionIdentification6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification6"> <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.08}FinancialInstitutionIdentification18"/> <element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}BranchData3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BranchData3brnchIdprotected FinancialInstitutionIdentification18finInstnId
-
Constructor Summary
Constructors Constructor Description BranchAndFinancialInstitutionIdentification6()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchData3getBrnchId()Gets the value of the brnchId property.FinancialInstitutionIdentification18getFinInstnId()Gets the value of the finInstnId property.voidsetBrnchId(BranchData3 value)Sets the value of the brnchId property.voidsetFinInstnId(FinancialInstitutionIdentification18 value)Sets the value of the finInstnId property.
-
-
-
Field Detail
-
finInstnId
protected FinancialInstitutionIdentification18 finInstnId
-
brnchId
protected BranchData3 brnchId
-
-
Method Detail
-
getFinInstnId
public FinancialInstitutionIdentification18 getFinInstnId()
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification18
-
setFinInstnId
public void setFinInstnId(FinancialInstitutionIdentification18 value)
Sets the value of the finInstnId property.- Parameters:
value- allowed object isFinancialInstitutionIdentification18
-
getBrnchId
public BranchData3 getBrnchId()
Gets the value of the brnchId property.- Returns:
- possible object is
BranchData3
-
setBrnchId
public void setBrnchId(BranchData3 value)
Sets the value of the brnchId property.- Parameters:
value- allowed object isBranchData3
-
-