Class PersonIdentification3


  • public class PersonIdentification3
    extends java.lang.Object

    Java class for PersonIdentification3 complex type.

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

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

      • drvrsLicNb

        protected java.lang.String drvrsLicNb
      • cstmrNb

        protected java.lang.String cstmrNb
      • sclSctyNb

        protected java.lang.String sclSctyNb
      • alnRegnNb

        protected java.lang.String alnRegnNb
      • psptNb

        protected java.lang.String psptNb
      • taxIdNb

        protected java.lang.String taxIdNb
      • idntyCardNb

        protected java.lang.String idntyCardNb
      • mplyrIdNb

        protected java.lang.String mplyrIdNb
      • issr

        protected java.lang.String issr
    • Constructor Detail

      • PersonIdentification3

        public PersonIdentification3()
    • Method Detail

      • getDrvrsLicNb

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

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

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

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

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

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

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

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

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

        public void setPsptNb​(java.lang.String value)
        Sets the value of the psptNb property.
        Parameters:
        value - allowed object is String
      • getTaxIdNb

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

        public void setTaxIdNb​(java.lang.String value)
        Sets the value of the taxIdNb property.
        Parameters:
        value - allowed object is String
      • getIdntyCardNb

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

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

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

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

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

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

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