All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icij.ftm.Passport Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see Passport.
*/
public interface Passport extends Identification {
	LegalEntity getHolder();
	String getPassportNumber();
	String getNumber();
	String getCountry();
	String getType();
	String getStartDate();
	String getEndDate();
	String getSurname();
	String getGivenName();
	String getBirthDate();
	String getBirthPlace();
	String getGender();
	String getPersonalNumber();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy