From 376c1f1782fda955d0344dbcc1305dd5fb750448 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 10 六月 2025 17:30:41 +0800 Subject: [PATCH] 代码提交 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/webservice/ws/ObjectFactory.java | 72 ++++++++++++++++++++++++++++++++++++ 1 files changed, 72 insertions(+), 0 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/webservice/ws/ObjectFactory.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/webservice/ws/ObjectFactory.java new file mode 100644 index 0000000..1028444 --- /dev/null +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/webservice/ws/ObjectFactory.java @@ -0,0 +1,72 @@ + +package cn.lihu.jh.module.ecg.webservice.ws; + +import javax.xml.bind.annotation.XmlRegistry; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the cn.lihu.jh.module.ecg.webservice.ws package. + * <p>An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cn.lihu.jh.module.ecg.webservice.ws + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link JHFWTYRK } + * + */ + public JHFWTYRK createJHFWTYRK() { + return new JHFWTYRK(); + } + + /** + * Create an instance of {@link JHFWreq } + * + */ + public JHFWreq createJHFWreq() { + return new JHFWreq(); + } + + /** + * Create an instance of {@link JHFWTYRKResponse } + * + */ + public JHFWTYRKResponse createJHFWTYRKResponse() { + return new JHFWTYRKResponse(); + } + + /** + * Create an instance of {@link EnsMessagebody } + * + */ + public EnsMessagebody createEnsMessagebody() { + return new EnsMessagebody(); + } + + /** + * Create an instance of {@link EnsRequest } + * + */ + public EnsRequest createEnsRequest() { + return new EnsRequest(); + } + +} -- Gitblit v1.9.3