Class FinancialInstitutionIdentificationSEPA3
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_003_02.FinancialInstitutionIdentificationSEPA3
Java class for FinancialInstitutionIdentificationSEPA3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentificationSEPA3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}BICIdentifier"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}OthrIdentification"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBIC()
Gets the value of the bic property.getOthr()
Gets the value of the othr property.void
Sets the value of the bic property.void
setOthr
(OthrIdentification value) Sets the value of the othr property.
-
Field Details
-
bic
-
othr
-
-
Constructor Details
-
FinancialInstitutionIdentificationSEPA3
public FinancialInstitutionIdentificationSEPA3()
-
-
Method Details
-
getBIC
Gets the value of the bic property.- Returns:
- possible object is
String
-
setBIC
Sets the value of the bic property.- Parameters:
value
- allowed object isString
-
getOthr
Gets the value of the othr property.- Returns:
- possible object is
OthrIdentification
-
setOthr
Sets the value of the othr property.- Parameters:
value
- allowed object isOthrIdentification
-