Class FinancialInstitutionIdentification8Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.FinancialInstitutionIdentification8Choice
-
public class FinancialInstitutionIdentification8Choice extends Object
Java class for FinancialInstitutionIdentification8_Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification8_Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="BICFI" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}BICFIIdentifier"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}OthrIdentification"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringbicfiprotected OthrIdentificationothr
-
Constructor Summary
Constructors Constructor Description FinancialInstitutionIdentification8Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBICFI()Gets the value of the bicfi property.OthrIdentificationgetOthr()Gets the value of the othr property.voidsetBICFI(String value)Sets the value of the bicfi property.voidsetOthr(OthrIdentification value)Sets the value of the othr property.
-
-
-
Field Detail
-
bicfi
protected String bicfi
-
othr
protected OthrIdentification othr
-
-
Method Detail
-
getBICFI
public String getBICFI()
Gets the value of the bicfi property.- Returns:
- possible object is
String
-
setBICFI
public void setBICFI(String value)
Sets the value of the bicfi property.- Parameters:
value- allowed object isString
-
getOthr
public OthrIdentification getOthr()
Gets the value of the othr property.- Returns:
- possible object is
OthrIdentification
-
setOthr
public void setOthr(OthrIdentification value)
Sets the value of the othr property.- Parameters:
value- allowed object isOthrIdentification
-
-