
com.prowidesoftware.swift.model.mx.dic.PersonIdentification3 Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
/**
* Unique and unambiguous way to identify a person.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PersonIdentification3", propOrder = {
"drvrsLicNb",
"cstmrNb",
"sclSctyNb",
"alnRegnNb",
"psptNb",
"taxIdNb",
"idntyCardNb",
"mplyrIdNb",
"dtAndPlcOfBirth",
"othrId",
"issr"
})
public class PersonIdentification3 {
@XmlElement(name = "DrvrsLicNb")
protected String drvrsLicNb;
@XmlElement(name = "CstmrNb")
protected String cstmrNb;
@XmlElement(name = "SclSctyNb")
protected String sclSctyNb;
@XmlElement(name = "AlnRegnNb")
protected String alnRegnNb;
@XmlElement(name = "PsptNb")
protected String psptNb;
@XmlElement(name = "TaxIdNb")
protected String taxIdNb;
@XmlElement(name = "IdntyCardNb")
protected String idntyCardNb;
@XmlElement(name = "MplyrIdNb")
protected String mplyrIdNb;
@XmlElement(name = "DtAndPlcOfBirth")
protected DateAndPlaceOfBirth dtAndPlcOfBirth;
@XmlElement(name = "OthrId")
protected GenericIdentification4 othrId;
@XmlElement(name = "Issr")
protected String issr;
/**
* Gets the value of the drvrsLicNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDrvrsLicNb() {
return drvrsLicNb;
}
/**
* Sets the value of the drvrsLicNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setDrvrsLicNb(String value) {
this.drvrsLicNb = value;
return this;
}
/**
* Gets the value of the cstmrNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCstmrNb() {
return cstmrNb;
}
/**
* Sets the value of the cstmrNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setCstmrNb(String value) {
this.cstmrNb = value;
return this;
}
/**
* Gets the value of the sclSctyNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSclSctyNb() {
return sclSctyNb;
}
/**
* Sets the value of the sclSctyNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setSclSctyNb(String value) {
this.sclSctyNb = value;
return this;
}
/**
* Gets the value of the alnRegnNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAlnRegnNb() {
return alnRegnNb;
}
/**
* Sets the value of the alnRegnNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setAlnRegnNb(String value) {
this.alnRegnNb = value;
return this;
}
/**
* Gets the value of the psptNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPsptNb() {
return psptNb;
}
/**
* Sets the value of the psptNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setPsptNb(String value) {
this.psptNb = value;
return this;
}
/**
* Gets the value of the taxIdNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTaxIdNb() {
return taxIdNb;
}
/**
* Sets the value of the taxIdNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setTaxIdNb(String value) {
this.taxIdNb = value;
return this;
}
/**
* Gets the value of the idntyCardNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIdntyCardNb() {
return idntyCardNb;
}
/**
* Sets the value of the idntyCardNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setIdntyCardNb(String value) {
this.idntyCardNb = value;
return this;
}
/**
* Gets the value of the mplyrIdNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMplyrIdNb() {
return mplyrIdNb;
}
/**
* Sets the value of the mplyrIdNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setMplyrIdNb(String value) {
this.mplyrIdNb = value;
return this;
}
/**
* Gets the value of the dtAndPlcOfBirth property.
*
* @return
* possible object is
* {@link DateAndPlaceOfBirth }
*
*/
public DateAndPlaceOfBirth getDtAndPlcOfBirth() {
return dtAndPlcOfBirth;
}
/**
* Sets the value of the dtAndPlcOfBirth property.
*
* @param value
* allowed object is
* {@link DateAndPlaceOfBirth }
*
*/
public PersonIdentification3 setDtAndPlcOfBirth(DateAndPlaceOfBirth value) {
this.dtAndPlcOfBirth = value;
return this;
}
/**
* Gets the value of the othrId property.
*
* @return
* possible object is
* {@link GenericIdentification4 }
*
*/
public GenericIdentification4 getOthrId() {
return othrId;
}
/**
* Sets the value of the othrId property.
*
* @param value
* allowed object is
* {@link GenericIdentification4 }
*
*/
public PersonIdentification3 setOthrId(GenericIdentification4 value) {
this.othrId = value;
return this;
}
/**
* Gets the value of the issr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIssr() {
return issr;
}
/**
* Sets the value of the issr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public PersonIdentification3 setIssr(String value) {
this.issr = value;
return this;
}
@Override
public String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE);
}
@Override
public boolean equals(Object that) {
return EqualsBuilder.reflectionEquals(this, that);
}
@Override
public int hashCode() {
return HashCodeBuilder.reflectionHashCode(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy