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

icij.ftm.LegalEntity Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;

import java.net.URL;

/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see LegalEntity.
*/
public interface LegalEntity extends Thing {
	String getName();
	String getCountry();
	String getLegalForm();
	String getStatus();
	String getEmail();
	String getPhone();
	URL getWebsite();
	String getIncorporationDate();
	String getDissolutionDate();
	String getTaxStatus();
	String getSector();
	String getClassification();
	String getRegistrationNumber();
	String getIdNumber();
	String getTaxNumber();
	String getVatCode();
	String getJurisdiction();
	String getMainCountry();
	URL getOpencorporatesUrl();
	String getBvdId();
	String getIcijId();
	String getOkpoCode();
	String getInnCode();
	String getOgrnCode();
	String getLeiCode();
	String getDunsCode();
	String getNpiCode();
	String getSwiftBic();
	LegalEntity getParent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy