Class OrganisationIdentificationSEPAChoice

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_002_02.OrganisationIdentificationSEPAChoice

public class OrganisationIdentificationSEPAChoice extends Object

Java class for OrganisationIdentificationSEPAChoice complex type.

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

 <complexType name="OrganisationIdentificationSEPAChoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="BIC" type="{urn:swift:xsd:$pain.002.002.02}BICIdentifier"/>
           <element name="IBEI" type="{urn:swift:xsd:$pain.002.002.02}IBEIIdentifier"/>
           <element name="BEI" type="{urn:swift:xsd:$pain.002.002.02}BEIIdentifier"/>
           <element name="EANGLN" type="{urn:swift:xsd:$pain.002.002.02}EANGLNIdentifier"/>
           <element name="USCHU" type="{urn:swift:xsd:$pain.002.002.02}CHIPSUniversalIdentifier"/>
           <element name="DUNS" type="{urn:swift:xsd:$pain.002.002.02}DunsIdentifier"/>
           <element name="BkPtyId" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
           <element name="TaxIdNb" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
           <element name="PrtryId" type="{urn:swift:xsd:$pain.002.002.02}GenericIdentification3"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OrganisationIdentificationSEPAChoice

      public OrganisationIdentificationSEPAChoice()
  • 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