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

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

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

public class WellboreGeometryHeader extends UidName {

    private MeasureValue mdBottom;

    public MeasureValue getMdBottom() {
        return mdBottom;
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy