![JAR search and dependency download from the Maven repository](/logo.png)
enterprises.orbital.impl.evexmlapi.crp.FuelLevel Maven / Gradle / Ivy
package enterprises.orbital.impl.evexmlapi.crp;
public class FuelLevel {
private int typeID;
private int quantity;
public int getTypeID() {
return typeID;
}
public void setTypeID(int typeID) {
this.typeID = typeID;
}
public int getQuantity() {
return quantity;
}
public void setQuantity(int quantity) {
this.quantity = quantity;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy