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

icij.ftm.Address Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see Address.
*/
public interface Address extends Thing {
	String getFull();
	String getCity();
	String getStreet();
	String getCountry();
	String getRemarks();
	String getPostOfficeBox();
	String getStreet2();
	String getPostalCode();
	String getRegion();
	String getState();
	int getLatitude();
	int getLongitude();
	String getOsmId();
	String getGooglePlaceId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy