Class OrganisationIdentification2

java.lang.Object
org.coderic.iso20022.messages.tsin.OrganisationIdentification2

public class OrganisationIdentification2 extends Object

Java class for OrganisationIdentification2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrganisationIdentification2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BICIdentifier" minOccurs="0"/>
         <element name="IBEI" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}IBEIIdentifier" minOccurs="0"/>
         <element name="BEI" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BEIIdentifier" minOccurs="0"/>
         <element name="EANGLN" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}EANGLNIdentifier" minOccurs="0"/>
         <element name="USCHU" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CHIPSUniversalIdentifier" minOccurs="0"/>
         <element name="DUNS" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}DunsIdentifier" minOccurs="0"/>
         <element name="BkPtyId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="TaxIdNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}GenericIdentification3" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • OrganisationIdentification2

      public OrganisationIdentification2()
  • Method Details

    • getBIC

      public String getBIC()
      Gets the value of the bic property.
      Returns:
      possible object is String
    • setBIC

      public void setBIC(String value)
      Sets the value of the bic property.
      Parameters:
      value - allowed object is String
    • getIBEI

      public String getIBEI()
      Gets the value of the ibei property.
      Returns:
      possible object is String
    • setIBEI

      public void setIBEI(String value)
      Sets the value of the ibei property.
      Parameters:
      value - allowed object is String
    • getBEI

      public String getBEI()
      Gets the value of the bei property.
      Returns:
      possible object is String
    • setBEI

      public void setBEI(String value)
      Sets the value of the bei property.
      Parameters:
      value - allowed object is String
    • getEANGLN

      public String getEANGLN()
      Gets the value of the eangln property.
      Returns:
      possible object is String
    • setEANGLN

      public void setEANGLN(String value)
      Sets the value of the eangln property.
      Parameters:
      value - allowed object is String
    • getUSCHU

      public String getUSCHU()
      Gets the value of the uschu property.
      Returns:
      possible object is String
    • setUSCHU

      public void setUSCHU(String value)
      Sets the value of the uschu property.
      Parameters:
      value - allowed object is String
    • getDUNS

      public String getDUNS()
      Gets the value of the duns property.
      Returns:
      possible object is String
    • setDUNS

      public void setDUNS(String value)
      Sets the value of the duns property.
      Parameters:
      value - allowed object is String
    • getBkPtyId

      public String getBkPtyId()
      Gets the value of the bkPtyId property.
      Returns:
      possible object is String
    • setBkPtyId

      public void setBkPtyId(String value)
      Sets the value of the bkPtyId property.
      Parameters:
      value - allowed object is String
    • getTaxIdNb

      public String getTaxIdNb()
      Gets the value of the taxIdNb property.
      Returns:
      possible object is String
    • setTaxIdNb

      public void setTaxIdNb(String value)
      Sets the value of the taxIdNb property.
      Parameters:
      value - allowed object is String
    • 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 is GenericIdentification3