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

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

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

public class TrajectoryHeader extends UidName {
    private LogDepthIndex depth;

    public LogDepthIndex getDepth() {
        return depth;
    }

    public void setDepth(LogDepthIndex depth) {
        this.depth = depth;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy