package cn.lihu.jh.module.ecg.webservice.ws; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Ens_Request") @XmlSeeAlso({ JHFWreq.class }) public class EnsRequest extends EnsMessagebody { }