public class PersonIdentification3 extends 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.008.001.01}Max35Text"/>
<element name="CstmrNb" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="SclSctyNb" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="AlnRegnNb" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="PsptNb" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="TaxIdNb" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="IdntyCardNb" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="MplyrIdNb" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="DtAndPlcOfBirth" type="{urn:sepade:xsd:pain.008.001.01}DateAndPlaceOfBirth"/>
<element name="OthrId" type="{urn:sepade:xsd:pain.008.001.01}GenericIdentification4"/>
</choice>
<element name="Issr" type="{urn:sepade:xsd:pain.008.001.01}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alnRegnNb |
protected String |
cstmrNb |
protected String |
drvrsLicNb |
protected DateAndPlaceOfBirth |
dtAndPlcOfBirth |
protected String |
idntyCardNb |
protected String |
issr |
protected String |
mplyrIdNb |
protected GenericIdentification4 |
othrId |
protected String |
psptNb |
protected String |
sclSctyNb |
protected String |
taxIdNb |
| Constructor and Description |
|---|
PersonIdentification3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlnRegnNb()
Gets the value of the alnRegnNb property.
|
String |
getCstmrNb()
Gets the value of the cstmrNb property.
|
String |
getDrvrsLicNb()
Gets the value of the drvrsLicNb property.
|
DateAndPlaceOfBirth |
getDtAndPlcOfBirth()
Gets the value of the dtAndPlcOfBirth property.
|
String |
getIdntyCardNb()
Gets the value of the idntyCardNb property.
|
String |
getIssr()
Gets the value of the issr property.
|
String |
getMplyrIdNb()
Gets the value of the mplyrIdNb property.
|
GenericIdentification4 |
getOthrId()
Gets the value of the othrId property.
|
String |
getPsptNb()
Gets the value of the psptNb property.
|
String |
getSclSctyNb()
Gets the value of the sclSctyNb property.
|
String |
getTaxIdNb()
Gets the value of the taxIdNb property.
|
void |
setAlnRegnNb(String value)
Sets the value of the alnRegnNb property.
|
void |
setCstmrNb(String value)
Sets the value of the cstmrNb property.
|
void |
setDrvrsLicNb(String value)
Sets the value of the drvrsLicNb property.
|
void |
setDtAndPlcOfBirth(DateAndPlaceOfBirth value)
Sets the value of the dtAndPlcOfBirth property.
|
void |
setIdntyCardNb(String value)
Sets the value of the idntyCardNb property.
|
void |
setIssr(String value)
Sets the value of the issr property.
|
void |
setMplyrIdNb(String value)
Sets the value of the mplyrIdNb property.
|
void |
setOthrId(GenericIdentification4 value)
Sets the value of the othrId property.
|
void |
setPsptNb(String value)
Sets the value of the psptNb property.
|
void |
setSclSctyNb(String value)
Sets the value of the sclSctyNb property.
|
void |
setTaxIdNb(String value)
Sets the value of the taxIdNb property.
|
protected String drvrsLicNb
protected String cstmrNb
protected String sclSctyNb
protected String alnRegnNb
protected String psptNb
protected String taxIdNb
protected String idntyCardNb
protected String mplyrIdNb
protected DateAndPlaceOfBirth dtAndPlcOfBirth
protected GenericIdentification4 othrId
protected String issr
public String getDrvrsLicNb()
Stringpublic void setDrvrsLicNb(String value)
value - allowed object is
Stringpublic String getCstmrNb()
Stringpublic void setCstmrNb(String value)
value - allowed object is
Stringpublic String getSclSctyNb()
Stringpublic void setSclSctyNb(String value)
value - allowed object is
Stringpublic String getAlnRegnNb()
Stringpublic void setAlnRegnNb(String value)
value - allowed object is
Stringpublic String getPsptNb()
Stringpublic void setPsptNb(String value)
value - allowed object is
Stringpublic String getTaxIdNb()
Stringpublic void setTaxIdNb(String value)
value - allowed object is
Stringpublic String getIdntyCardNb()
Stringpublic void setIdntyCardNb(String value)
value - allowed object is
Stringpublic String getMplyrIdNb()
Stringpublic void setMplyrIdNb(String value)
value - allowed object is
Stringpublic DateAndPlaceOfBirth getDtAndPlcOfBirth()
DateAndPlaceOfBirthpublic void setDtAndPlcOfBirth(DateAndPlaceOfBirth value)
value - allowed object is
DateAndPlaceOfBirthpublic GenericIdentification4 getOthrId()
GenericIdentification4public void setOthrId(GenericIdentification4 value)
value - allowed object is
GenericIdentification4public String getIssr()
StringCopyright © 2018. All rights reserved.