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

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