Class BranchAndFinancialInstitutionIdentification4
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.BranchAndFinancialInstitutionIdentification4
-
public class BranchAndFinancialInstitutionIdentification4 extends java.lang.ObjectJava class for BranchAndFinancialInstitutionIdentification4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification4"> <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.02}FinancialInstitutionIdentification7"/> <element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BranchData2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BranchData2brnchIdprotected FinancialInstitutionIdentification7finInstnId
-
Constructor Summary
Constructors Constructor Description BranchAndFinancialInstitutionIdentification4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchData2getBrnchId()Gets the value of the brnchId property.FinancialInstitutionIdentification7getFinInstnId()Gets the value of the finInstnId property.voidsetBrnchId(BranchData2 value)Sets the value of the brnchId property.voidsetFinInstnId(FinancialInstitutionIdentification7 value)Sets the value of the finInstnId property.
-
-
-
Field Detail
-
finInstnId
protected FinancialInstitutionIdentification7 finInstnId
-
brnchId
protected BranchData2 brnchId
-
-
Method Detail
-
getFinInstnId
public FinancialInstitutionIdentification7 getFinInstnId()
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification7
-
setFinInstnId
public void setFinInstnId(FinancialInstitutionIdentification7 value)
Sets the value of the finInstnId property.- Parameters:
value- allowed object isFinancialInstitutionIdentification7
-
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
-
-