/** * */ package org.krakenapps.pcap.decoder.srvsvc.structure.containers.infos; /** * @author tgnice@nchovy.com * */ public class ShareInfo0 { String shi0_netname; public String getShi0_netname() { return shi0_netname; } public void setShi0_netname(String shi0_netname) { this.shi0_netname = shi0_netname; } }