Class FinancialInstitutionIdentification3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.FinancialInstitutionIdentification3
-
public class FinancialInstitutionIdentification3 extends java.lang.ObjectJava class for FinancialInstitutionIdentification3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BICIdentifier" minOccurs="0"/> <element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ClearingSystemMemberIdentification3Choice" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max70Text" minOccurs="0"/> <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PostalAddress1" minOccurs="0"/> <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}GenericIdentification3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbicprotected ClearingSystemMemberIdentification3ChoiceclrSysMmbIdprotected java.lang.Stringnmprotected GenericIdentification3prtryIdprotected PostalAddress1pstlAdr
-
Constructor Summary
Constructors Constructor Description FinancialInstitutionIdentification3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBIC()Gets the value of the bic property.ClearingSystemMemberIdentification3ChoicegetClrSysMmbId()Gets the value of the clrSysMmbId property.java.lang.StringgetNm()Gets the value of the nm property.GenericIdentification3getPrtryId()Gets the value of the prtryId property.PostalAddress1getPstlAdr()Gets the value of the pstlAdr property.voidsetBIC(java.lang.String value)Sets the value of the bic property.voidsetClrSysMmbId(ClearingSystemMemberIdentification3Choice value)Sets the value of the clrSysMmbId property.voidsetNm(java.lang.String value)Sets the value of the nm property.voidsetPrtryId(GenericIdentification3 value)Sets the value of the prtryId property.voidsetPstlAdr(PostalAddress1 value)Sets the value of the pstlAdr property.
-
-
-
Field Detail
-
bic
protected java.lang.String bic
-
clrSysMmbId
protected ClearingSystemMemberIdentification3Choice clrSysMmbId
-
nm
protected java.lang.String nm
-
pstlAdr
protected PostalAddress1 pstlAdr
-
prtryId
protected GenericIdentification3 prtryId
-
-
Method Detail
-
getBIC
public java.lang.String getBIC()
Gets the value of the bic property.- Returns:
- possible object is
String
-
setBIC
public void setBIC(java.lang.String value)
Sets the value of the bic property.- Parameters:
value- allowed object isString
-
getClrSysMmbId
public ClearingSystemMemberIdentification3Choice getClrSysMmbId()
Gets the value of the clrSysMmbId property.- Returns:
- possible object is
ClearingSystemMemberIdentification3Choice
-
setClrSysMmbId
public void setClrSysMmbId(ClearingSystemMemberIdentification3Choice value)
Sets the value of the clrSysMmbId property.- Parameters:
value- allowed object isClearingSystemMemberIdentification3Choice
-
getNm
public java.lang.String getNm()
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
public void setNm(java.lang.String value)
Sets the value of the nm property.- Parameters:
value- allowed object isString
-
getPstlAdr
public PostalAddress1 getPstlAdr()
Gets the value of the pstlAdr property.- Returns:
- possible object is
PostalAddress1
-
setPstlAdr
public void setPstlAdr(PostalAddress1 value)
Sets the value of the pstlAdr property.- Parameters:
value- allowed object isPostalAddress1
-
getPrtryId
public GenericIdentification3 getPrtryId()
Gets the value of the prtryId property.- Returns:
- possible object is
GenericIdentification3
-
setPrtryId
public void setPrtryId(GenericIdentification3 value)
Sets the value of the prtryId property.- Parameters:
value- allowed object isGenericIdentification3
-
-