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

net.intelie.liverig.witsml.objects.Nozzle Maven / Gradle / Ivy

The newest version!
package net.intelie.liverig.witsml.objects;

public class Nozzle {
    private String index;
    private MeasureValue diaNozzle;
    private String typeNozzle;
    private MeasureValue len;

    public String getIndex() {
        return index;
    }

    public void setIndex(String index) {
        this.index = index;
    }

    public MeasureValue getDiaNozzle() {
        return diaNozzle;
    }

    public void setDiaNozzle(MeasureValue diaNozzle) {
        this.diaNozzle = diaNozzle;
    }

    public String getTypeNozzle() {
        return typeNozzle;
    }

    public void setTypeNozzle(String typeNozzle) {
        this.typeNozzle = typeNozzle;
    }

    public MeasureValue getLen() {
        return len;
    }

    public void setLen(MeasureValue len) {
        this.len = len;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy