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

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

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

public class WellboreGeometrySection {
    private String uid;

    MeasureValue mdTop;

    MeasureValue mdBottom;

    WellVerticalDepth tvdTop;

    WellVerticalDepth tvdBottom;


    public String getUid() {
        return uid;
    }

    public void setUid(String uid) {
        this.uid = uid;
    }

    public MeasureValue getMdTop() {
        return mdTop;
    }

    public void setMdTop(MeasureValue mdTop) {
        this.mdTop = mdTop;
    }

    public MeasureValue getMdBottom() {
        return mdBottom;
    }

    public void setMdBottom(MeasureValue mdBottom) {
        this.mdBottom = mdBottom;
    }

    public WellVerticalDepth getTvdTop() {
        return tvdTop;
    }

    public void setTvdTop(WellVerticalDepth tvdTop) {
        this.tvdTop = tvdTop;
    }

    public WellVerticalDepth getTvdBottom() {
        return tvdBottom;
    }

    public void setTvdBottom(WellVerticalDepth tvdBottom) {
        this.tvdBottom = tvdBottom;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy