![JAR search and dependency download from the Maven repository](/logo.png)
icij.ftm.Passport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftm.java Show documentation
Show all versions of ftm.java Show documentation
ICIJ implementation of the Aleph Follow the Money ontology.
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