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