Class PersonIdentification3
java.lang.Object
org.coderic.iso20022.messages.tsin.PersonIdentification3
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:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="CstmrNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="SclSctyNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="AlnRegnNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="PsptNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="TaxIdNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="IdntyCardNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="MplyrIdNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="DtAndPlcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}DateAndPlaceOfBirth"/> <element name="OthrId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}GenericIdentification4"/> </choice> <element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alnRegnNb property.Gets the value of the cstmrNb property.Gets the value of the drvrsLicNb property.Gets the value of the dtAndPlcOfBirth property.Gets the value of the idntyCardNb property.getIssr()
Gets the value of the issr property.Gets the value of the mplyrIdNb property.Gets the value of the othrId property.Gets the value of the psptNb property.Gets the value of the sclSctyNb property.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
Sets the value of the dtAndPlcOfBirth property.void
setIdntyCardNb
(String value) Sets the value of the idntyCardNb property.void
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
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.
-
Constructor Details
-
PersonIdentification3
public PersonIdentification3()
-
-
Method Details
-
getDrvrsLicNb
Gets the value of the drvrsLicNb property.- Returns:
- possible object is
String
-
setDrvrsLicNb
Sets the value of the drvrsLicNb property.- Parameters:
value
- allowed object isString
-
getCstmrNb
Gets the value of the cstmrNb property.- Returns:
- possible object is
String
-
setCstmrNb
Sets the value of the cstmrNb property.- Parameters:
value
- allowed object isString
-
getSclSctyNb
Gets the value of the sclSctyNb property.- Returns:
- possible object is
String
-
setSclSctyNb
Sets the value of the sclSctyNb property.- Parameters:
value
- allowed object isString
-
getAlnRegnNb
Gets the value of the alnRegnNb property.- Returns:
- possible object is
String
-
setAlnRegnNb
Sets the value of the alnRegnNb property.- Parameters:
value
- allowed object isString
-
getPsptNb
Gets the value of the psptNb property.- Returns:
- possible object is
String
-
setPsptNb
Sets the value of the psptNb property.- Parameters:
value
- allowed object isString
-
getTaxIdNb
Gets the value of the taxIdNb property.- Returns:
- possible object is
String
-
setTaxIdNb
Sets the value of the taxIdNb property.- Parameters:
value
- allowed object isString
-
getIdntyCardNb
Gets the value of the idntyCardNb property.- Returns:
- possible object is
String
-
setIdntyCardNb
Sets the value of the idntyCardNb property.- Parameters:
value
- allowed object isString
-
getMplyrIdNb
Gets the value of the mplyrIdNb property.- Returns:
- possible object is
String
-
setMplyrIdNb
Sets the value of the mplyrIdNb property.- Parameters:
value
- allowed object isString
-
getDtAndPlcOfBirth
Gets the value of the dtAndPlcOfBirth property.- Returns:
- possible object is
DateAndPlaceOfBirth
-
setDtAndPlcOfBirth
Sets the value of the dtAndPlcOfBirth property.- Parameters:
value
- allowed object isDateAndPlaceOfBirth
-
getOthrId
Gets the value of the othrId property.- Returns:
- possible object is
GenericIdentification4
-
setOthrId
Sets the value of the othrId property.- Parameters:
value
- allowed object isGenericIdentification4
-
getIssr
Gets the value of the issr property.- Returns:
- possible object is
String
-
setIssr
Sets the value of the issr property.- Parameters:
value
- allowed object isString
-