![JAR search and dependency download from the Maven repository](/logo.png)
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