![JAR search and dependency download from the Maven repository](/logo.png)
net.intelie.liverig.witsml.objects.LogHeader20 Maven / Gradle / Ivy
The newest version!
package net.intelie.liverig.witsml.objects;
import java.util.List;
public class LogHeader20 extends AbstractLogHeader {
private List channelSets;
public List getChannelSets() {
return channelSets;
}
public void setChannelSets(List channelSets) {
this.channelSets = channelSets;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy