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

enterprises.orbital.evexmlapi.eve.IConquerableStation Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package enterprises.orbital.evexmlapi.eve;

import com.fasterxml.jackson.databind.annotation.JsonSerialize;

@JsonSerialize(as = IConquerableStation.class)
public interface IConquerableStation {
  public int getCorporationID();

  public String getCorporationName();

  public long getSolarSystemID();

  public long getStationID();

  public String getStationName();

  public int getStationTypeID();

  public long getX();

  public long getY();

  public long getZ();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy