Class PersonIdentificationSDD1

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.PersonIdentificationSDD1

public class PersonIdentificationSDD1 extends Object

Java class for PersonIdentificationSDD1 complex type.

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

<complexType name="PersonIdentificationSDD1">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <choice>
          <element name="DrvrsLicNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="CstmrNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="SclSctyNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="AlnRegnNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="PsptNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="TaxIdNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="IdntyCardNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="MplyrIdNb" type="{urn:swift:xsd:$pain.008.002.01}Max35Text"/>
          <element name="DtAndPlcOfBirth" type="{urn:swift:xsd:$pain.008.002.01}DateAndPlaceOfBirth"/>
          <element name="OthrId" type="{urn:swift:xsd:$pain.008.002.01}GenericIdentification4"/>
        </choice>
        <element name="Issr" type="{urn:swift:xsd:$pain.008.002.01}Max35Text" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • PersonIdentificationSDD1

      public PersonIdentificationSDD1()
  • Method Details

    • getDrvrsLicNb

      public String getDrvrsLicNb()
      Gets the value of the drvrsLicNb property.
      Returns:
      possible object is String
    • setDrvrsLicNb

      public void setDrvrsLicNb(String value)
      Sets the value of the drvrsLicNb property.
      Parameters:
      value - allowed object is String
    • getCstmrNb

      public String getCstmrNb()
      Gets the value of the cstmrNb property.
      Returns:
      possible object is String
    • setCstmrNb

      public void setCstmrNb(String value)
      Sets the value of the cstmrNb property.
      Parameters:
      value - allowed object is String
    • getSclSctyNb

      public String getSclSctyNb()
      Gets the value of the sclSctyNb property.
      Returns:
      possible object is String
    • setSclSctyNb

      public void setSclSctyNb(String value)
      Sets the value of the sclSctyNb property.
      Parameters:
      value - allowed object is String
    • getAlnRegnNb

      public String getAlnRegnNb()
      Gets the value of the alnRegnNb property.
      Returns:
      possible object is String
    • setAlnRegnNb

      public void setAlnRegnNb(String value)
      Sets the value of the alnRegnNb property.
      Parameters:
      value - allowed object is String
    • getPsptNb

      public String getPsptNb()
      Gets the value of the psptNb property.
      Returns:
      possible object is String
    • setPsptNb

      public void setPsptNb(String value)
      Sets the value of the psptNb 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
    • getIdntyCardNb

      public String getIdntyCardNb()
      Gets the value of the idntyCardNb property.
      Returns:
      possible object is String
    • setIdntyCardNb

      public void setIdntyCardNb(String value)
      Sets the value of the idntyCardNb property.
      Parameters:
      value - allowed object is String
    • getMplyrIdNb

      public String getMplyrIdNb()
      Gets the value of the mplyrIdNb property.
      Returns:
      possible object is String
    • setMplyrIdNb

      public void setMplyrIdNb(String value)
      Sets the value of the mplyrIdNb property.
      Parameters:
      value - allowed object is String
    • getDtAndPlcOfBirth

      public DateAndPlaceOfBirth getDtAndPlcOfBirth()
      Gets the value of the dtAndPlcOfBirth property.
      Returns:
      possible object is DateAndPlaceOfBirth
    • setDtAndPlcOfBirth

      public void setDtAndPlcOfBirth(DateAndPlaceOfBirth value)
      Sets the value of the dtAndPlcOfBirth property.
      Parameters:
      value - allowed object is DateAndPlaceOfBirth
    • getOthrId

      public GenericIdentification4 getOthrId()
      Gets the value of the othrId property.
      Returns:
      possible object is GenericIdentification4
    • setOthrId

      public void setOthrId(GenericIdentification4 value)
      Sets the value of the othrId property.
      Parameters:
      value - allowed object is GenericIdentification4
    • getIssr

      public String getIssr()
      Gets the value of the issr property.
      Returns:
      possible object is String
    • setIssr

      public void setIssr(String value)
      Sets the value of the issr property.
      Parameters:
      value - allowed object is String