瀏覽代碼

git-svn-id: https://192.168.57.71/svn/jsgkj@174 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 9 年之前
父節點
當前提交
a51d6b7516

+ 2 - 3
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/JsjdcbsjService.java

@@ -30,7 +30,6 @@ public class JsjdcbsjService
     private final static WebServiceException JSJDCBSJSERVICE_EXCEPTION;
     public final static QName JSJDCBSJSERVICE_QNAME = new QName("http://webService.jsjy.com/", "jsjdcbsjService");
     private final static Logger logger = Logger.getLogger(com.xt.jygl.gkjsgl.jsjdcbsj.client.JsjdcbsjService.class.getName());
-
     static {
         URL url = null;
         WebServiceException e = null;
@@ -53,7 +52,7 @@ public class JsjdcbsjService
 	 */
 	public static URL getWsdlLocationByIp(String ip, String port) {
 		URL url = null;
-		String wsdl = "http://" + ip + ":" + port + "/axService?wsdl";
+		String wsdl = "http://" + ip + ":" + port + "/jsjdcbsjService?wsdl";
 		try {
 			URL baseUrl;
 			baseUrl = AxService.class.getResource(".");
@@ -64,7 +63,7 @@ public class JsjdcbsjService
 		}
 		return url;
 	}
-    
+
     public JsjdcbsjService() {
         super(__getWsdlLocation(), JSJDCBSJSERVICE_QNAME);
     }

+ 0 - 114
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/JsjdcbsjWebService.java

@@ -13,17 +13,8 @@ import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.ResponseWrapper;
 
 import com.xt.jygl.accessory.entity.AccessoryEntity;
-import com.xt.jygl.gkjsgl.jgbg.entity.JgbgEntity;
-import com.xt.jygl.gkjsgl.jgbg.entity.JgbgfjEntity;
-import com.xt.jygl.gkjsgl.jgsq.entity.JgsqEntity;
-import com.xt.jygl.gkjsgl.jgzx.entity.JgzxEntity;
-import com.xt.jygl.gkjsgl.jgzx.entity.JgzxfjEntity;
-import com.xt.jygl.gkjsgl.jsjdbg.entity.JsjdbgEntity;
-import com.xt.jygl.gkjsgl.jsjdbg.entity.JsjdbgfjEntity;
 import com.xt.jygl.gkjsgl.jsjdcbsj.entity.JsjdcbsjEntity;
 import com.xt.jygl.gkjsgl.jsjdcbsj.entity.JsjdcbsjfjEntity;
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxEntity;
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxfjEntity;
 
 
 /**
@@ -60,109 +51,4 @@ public interface JsjdcbsjWebService {
         @WebParam(name = "arg2", targetNamespace = "")
         List<AccessoryEntity> arg2);
 
-    /**
-     * 
-     * @param arg2
-     * @param arg1
-     * @param arg0
-     * @return
-     *     returns com.xt.jygl.gkjsgl.jsjdcbsj.client.JsjdbgEntity
-     */
-    @WebMethod
-    @WebResult(targetNamespace = "")
-    @RequestWrapper(localName = "saveJsjdbg", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJsjdbg")
-    @ResponseWrapper(localName = "saveJsjdbgResponse", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJsjdbgResponse")
-    @Action(input = "http://webService.jsjy.com/JsjdcbsjWebService/saveJsjdbgRequest", output = "http://webService.jsjy.com/JsjdcbsjWebService/saveJsjdbgResponse")
-    public JsjdbgEntity saveJsjdbg(
-        @WebParam(name = "arg0", targetNamespace = "")
-        JsjdbgEntity arg0,
-        @WebParam(name = "arg1", targetNamespace = "")
-        List<JsjdbgfjEntity> arg1,
-        @WebParam(name = "arg2", targetNamespace = "")
-        List<AccessoryEntity> arg2);
-
-    /**
-     * 
-     * @param arg2
-     * @param arg1
-     * @param arg0
-     * @return
-     *     returns com.xt.jygl.gkjsgl.jsjdcbsj.client.JsjdzxEntity
-     */
-    @WebMethod
-    @WebResult(targetNamespace = "")
-    @RequestWrapper(localName = "saveJsjdzx", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJsjdzx")
-    @ResponseWrapper(localName = "saveJsjdzxResponse", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJsjdzxResponse")
-    @Action(input = "http://webService.jsjy.com/JsjdcbsjWebService/saveJsjdzxRequest", output = "http://webService.jsjy.com/JsjdcbsjWebService/saveJsjdzxResponse")
-    public JsjdzxEntity saveJsjdzx(
-        @WebParam(name = "arg0", targetNamespace = "")
-        JsjdzxEntity arg0,
-        @WebParam(name = "arg1", targetNamespace = "")
-        List<JsjdzxfjEntity> arg1,
-        @WebParam(name = "arg2", targetNamespace = "")
-        List<AccessoryEntity> arg2);
-
-    /**
-     * 
-     * @param arg2
-     * @param arg1
-     * @param arg0
-     * @return
-     *     returns com.xt.jygl.gkjsgl.jsjdcbsj.client.JgsqEntity
-     */
-    @WebMethod
-    @WebResult(targetNamespace = "")
-    @RequestWrapper(localName = "saveJgsq", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJgsq")
-    @ResponseWrapper(localName = "saveJgsqResponse", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJgsqResponse")
-    @Action(input = "http://webService.jsjy.com/JsjdcbsjWebService/saveJgsqRequest", output = "http://webService.jsjy.com/JsjdcbsjWebService/saveJgsqResponse")
-    public JgsqEntity saveJgsq(
-        @WebParam(name = "arg0", targetNamespace = "")
-        JsjdcbsjEntity arg0,
-        @WebParam(name = "arg1", targetNamespace = "")
-        List<JgzxfjEntity> arg1,
-        @WebParam(name = "arg2", targetNamespace = "")
-        List<AccessoryEntity> arg2);
-
-    /**
-     * 
-     * @param arg2
-     * @param arg1
-     * @param arg0
-     * @return
-     *     returns com.xt.jygl.gkjsgl.jsjdcbsj.client.JgbgEntity
-     */
-    @WebMethod
-    @WebResult(targetNamespace = "")
-    @RequestWrapper(localName = "saveJgbg", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJgbg")
-    @ResponseWrapper(localName = "saveJgbgResponse", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJgbgResponse")
-    @Action(input = "http://webService.jsjy.com/JsjdcbsjWebService/saveJgbgRequest", output = "http://webService.jsjy.com/JsjdcbsjWebService/saveJgbgResponse")
-    public JgbgEntity saveJgbg(
-        @WebParam(name = "arg0", targetNamespace = "")
-        JgbgEntity arg0,
-        @WebParam(name = "arg1", targetNamespace = "")
-        List<JgbgfjEntity> arg1,
-        @WebParam(name = "arg2", targetNamespace = "")
-        List<AccessoryEntity> arg2);
-
-    /**
-     * 
-     * @param arg2
-     * @param arg1
-     * @param arg0
-     * @return
-     *     returns com.xt.jygl.gkjsgl.jsjdcbsj.client.JgzxEntity
-     */
-    @WebMethod
-    @WebResult(targetNamespace = "")
-    @RequestWrapper(localName = "saveJgzx", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJgzx")
-    @ResponseWrapper(localName = "saveJgzxResponse", targetNamespace = "http://webService.jsjy.com/", className = "com.xt.jygl.gkjsgl.jsjdcbsj.client.SaveJgzxResponse")
-    @Action(input = "http://webService.jsjy.com/JsjdcbsjWebService/saveJgzxRequest", output = "http://webService.jsjy.com/JsjdcbsjWebService/saveJgzxResponse")
-    public JgzxEntity saveJgzx(
-        @WebParam(name = "arg0", targetNamespace = "")
-        JgzxEntity arg0,
-        @WebParam(name = "arg1", targetNamespace = "")
-        List<JsjdzxfjEntity> arg1,
-        @WebParam(name = "arg2", targetNamespace = "")
-        List<AccessoryEntity> arg2);
-
 }

+ 6 - 267
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/ObjectFactory.java

@@ -10,17 +10,8 @@ import com.xt.jygl.accessory.entity.AccessoryEntity;
 import com.xt.jygl.gkjcxx.gk.entity.GkEntity;
 import com.xt.jygl.gkjcxx.gq.entity.GqEntity;
 import com.xt.jygl.gkjcxx.xzdwxxgl.xzglbmxx.entity.XzglbmxxEntity;
-import com.xt.jygl.gkjsgl.jgbg.entity.JgbgEntity;
-import com.xt.jygl.gkjsgl.jgbg.entity.JgbgfjEntity;
-import com.xt.jygl.gkjsgl.jgsq.entity.JgsqEntity;
-import com.xt.jygl.gkjsgl.jgzx.entity.JgzxEntity;
-import com.xt.jygl.gkjsgl.jgzx.entity.JgzxfjEntity;
-import com.xt.jygl.gkjsgl.jsjdbg.entity.JsjdbgEntity;
-import com.xt.jygl.gkjsgl.jsjdbg.entity.JsjdbgfjEntity;
 import com.xt.jygl.gkjsgl.jsjdcbsj.entity.JsjdcbsjEntity;
 import com.xt.jygl.gkjsgl.jsjdcbsj.entity.JsjdcbsjfjEntity;
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxEntity;
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxfjEntity;
 import com.xt.jygl.gkjygl.gkjyr.jyrjbxx.entity.GkjyrEntity;
 import com.xtframe.sec.code.entity.CodeEntity;
 import com.xtframe.sec.common.BaseEntity;
@@ -43,18 +34,8 @@ import com.xtframe.sec.common.BaseEntity;
 @XmlRegistry
 public class ObjectFactory {
 
-    private final static QName _SaveJgbg_QNAME = new QName("http://webService.jsjy.com/", "saveJgbg");
     private final static QName _SaveJsjdcbsj_QNAME = new QName("http://webService.jsjy.com/", "saveJsjdcbsj");
-    private final static QName _SaveJgsq_QNAME = new QName("http://webService.jsjy.com/", "saveJgsq");
-    private final static QName _SaveJsjdzxResponse_QNAME = new QName("http://webService.jsjy.com/", "saveJsjdzxResponse");
-    private final static QName _SaveJgsqResponse_QNAME = new QName("http://webService.jsjy.com/", "saveJgsqResponse");
-    private final static QName _SaveJsjdbgResponse_QNAME = new QName("http://webService.jsjy.com/", "saveJsjdbgResponse");
-    private final static QName _SaveJgzxResponse_QNAME = new QName("http://webService.jsjy.com/", "saveJgzxResponse");
-    private final static QName _SaveJsjdbg_QNAME = new QName("http://webService.jsjy.com/", "saveJsjdbg");
     private final static QName _SaveJsjdcbsjResponse_QNAME = new QName("http://webService.jsjy.com/", "saveJsjdcbsjResponse");
-    private final static QName _SaveJgbgResponse_QNAME = new QName("http://webService.jsjy.com/", "saveJgbgResponse");
-    private final static QName _SaveJgzx_QNAME = new QName("http://webService.jsjy.com/", "saveJgzx");
-    private final static QName _SaveJsjdzx_QNAME = new QName("http://webService.jsjy.com/", "saveJsjdzx");
 
     /**
      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.xt.jygl.gkjsgl.jsjdcbsj.client
@@ -72,54 +53,6 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link SaveJgbg }
-     * 
-     */
-    public SaveJgbg createSaveJgbg() {
-        return new SaveJgbg();
-    }
-
-    /**
-     * Create an instance of {@link SaveJgsq }
-     * 
-     */
-    public SaveJgsq createSaveJgsq() {
-        return new SaveJgsq();
-    }
-
-    /**
-     * Create an instance of {@link SaveJsjdzxResponse }
-     * 
-     */
-    public SaveJsjdzxResponse createSaveJsjdzxResponse() {
-        return new SaveJsjdzxResponse();
-    }
-
-    /**
-     * Create an instance of {@link SaveJgsqResponse }
-     * 
-     */
-    public SaveJgsqResponse createSaveJgsqResponse() {
-        return new SaveJgsqResponse();
-    }
-
-    /**
-     * Create an instance of {@link SaveJsjdbgResponse }
-     * 
-     */
-    public SaveJsjdbgResponse createSaveJsjdbgResponse() {
-        return new SaveJsjdbgResponse();
-    }
-
-    /**
-     * Create an instance of {@link SaveJgzxResponse }
-     * 
-     */
-    public SaveJgzxResponse createSaveJgzxResponse() {
-        return new SaveJgzxResponse();
-    }
-
-    /**
      * Create an instance of {@link SaveJsjdcbsjResponse }
      * 
      */
@@ -128,35 +61,11 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link SaveJsjdbg }
-     * 
-     */
-    public SaveJsjdbg createSaveJsjdbg() {
-        return new SaveJsjdbg();
-    }
-
-    /**
-     * Create an instance of {@link SaveJgbgResponse }
-     * 
-     */
-    public SaveJgbgResponse createSaveJgbgResponse() {
-        return new SaveJgbgResponse();
-    }
-
-    /**
-     * Create an instance of {@link SaveJgzx }
-     * 
-     */
-    public SaveJgzx createSaveJgzx() {
-        return new SaveJgzx();
-    }
-
-    /**
-     * Create an instance of {@link SaveJsjdzx }
+     * Create an instance of {@link GkjyrEntity }
      * 
      */
-    public SaveJsjdzx createSaveJsjdzx() {
-        return new SaveJsjdzx();
+    public GkjyrEntity createGkjyrEntity() {
+        return new GkjyrEntity();
     }
 
     /**
@@ -200,14 +109,6 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link JgzxEntity }
-     * 
-     */
-    public JgzxEntity createJgzxEntity() {
-        return new JgzxEntity();
-    }
-
-    /**
      * Create an instance of {@link GqEntity }
      * 
      */
@@ -216,54 +117,6 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link JsjdzxEntity }
-     * 
-     */
-    public JsjdzxEntity createJsjdzxEntity() {
-        return new JsjdzxEntity();
-    }
-
-    /**
-     * Create an instance of {@link GkjyrEntity }
-     * 
-     */
-    public GkjyrEntity createGkjyrEntity() {
-        return new GkjyrEntity();
-    }
-
-    /**
-     * Create an instance of {@link JsjdbgEntity }
-     * 
-     */
-    public JsjdbgEntity createJsjdbgEntity() {
-        return new JsjdbgEntity();
-    }
-
-    /**
-     * Create an instance of {@link JgbgEntity }
-     * 
-     */
-    public JgbgEntity createJgbgEntity() {
-        return new JgbgEntity();
-    }
-
-    /**
-     * Create an instance of {@link JgbgfjEntity }
-     * 
-     */
-    public JgbgfjEntity createJgbgfjEntity() {
-        return new JgbgfjEntity();
-    }
-
-    /**
-     * Create an instance of {@link CodeEntity }
-     * 
-     */
-    public CodeEntity createCodeEntity() {
-        return new CodeEntity();
-    }
-
-    /**
      * Create an instance of {@link GkEntity }
      * 
      */
@@ -272,44 +125,11 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link JgzxfjEntity }
-     * 
-     */
-    public JgzxfjEntity createJgzxfjEntity() {
-        return new JgzxfjEntity();
-    }
-
-    /**
-     * Create an instance of {@link JsjdzxfjEntity }
-     * 
-     */
-    public JsjdzxfjEntity createJsjdzxfjEntity() {
-        return new JsjdzxfjEntity();
-    }
-
-    /**
-     * Create an instance of {@link JgsqEntity }
-     * 
-     */
-    public JgsqEntity createJgsqEntity() {
-        return new JgsqEntity();
-    }
-
-    /**
-     * Create an instance of {@link JsjdbgfjEntity }
-     * 
-     */
-    public JsjdbgfjEntity createJsjdbgfjEntity() {
-        return new JsjdbgfjEntity();
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJgbg }{@code >}}
+     * Create an instance of {@link CodeEntity }
      * 
      */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJgbg")
-    public JAXBElement<SaveJgbg> createSaveJgbg(SaveJgbg value) {
-        return new JAXBElement<SaveJgbg>(_SaveJgbg_QNAME, SaveJgbg.class, null, value);
+    public CodeEntity createCodeEntity() {
+        return new CodeEntity();
     }
 
     /**
@@ -322,60 +142,6 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJgsq }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJgsq")
-    public JAXBElement<SaveJgsq> createSaveJgsq(SaveJgsq value) {
-        return new JAXBElement<SaveJgsq>(_SaveJgsq_QNAME, SaveJgsq.class, null, value);
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJsjdzxResponse }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJsjdzxResponse")
-    public JAXBElement<SaveJsjdzxResponse> createSaveJsjdzxResponse(SaveJsjdzxResponse value) {
-        return new JAXBElement<SaveJsjdzxResponse>(_SaveJsjdzxResponse_QNAME, SaveJsjdzxResponse.class, null, value);
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJgsqResponse }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJgsqResponse")
-    public JAXBElement<SaveJgsqResponse> createSaveJgsqResponse(SaveJgsqResponse value) {
-        return new JAXBElement<SaveJgsqResponse>(_SaveJgsqResponse_QNAME, SaveJgsqResponse.class, null, value);
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJsjdbgResponse }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJsjdbgResponse")
-    public JAXBElement<SaveJsjdbgResponse> createSaveJsjdbgResponse(SaveJsjdbgResponse value) {
-        return new JAXBElement<SaveJsjdbgResponse>(_SaveJsjdbgResponse_QNAME, SaveJsjdbgResponse.class, null, value);
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJgzxResponse }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJgzxResponse")
-    public JAXBElement<SaveJgzxResponse> createSaveJgzxResponse(SaveJgzxResponse value) {
-        return new JAXBElement<SaveJgzxResponse>(_SaveJgzxResponse_QNAME, SaveJgzxResponse.class, null, value);
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJsjdbg }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJsjdbg")
-    public JAXBElement<SaveJsjdbg> createSaveJsjdbg(SaveJsjdbg value) {
-        return new JAXBElement<SaveJsjdbg>(_SaveJsjdbg_QNAME, SaveJsjdbg.class, null, value);
-    }
-
-    /**
      * Create an instance of {@link JAXBElement }{@code <}{@link SaveJsjdcbsjResponse }{@code >}}
      * 
      */
@@ -384,31 +150,4 @@ public class ObjectFactory {
         return new JAXBElement<SaveJsjdcbsjResponse>(_SaveJsjdcbsjResponse_QNAME, SaveJsjdcbsjResponse.class, null, value);
     }
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJgbgResponse }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJgbgResponse")
-    public JAXBElement<SaveJgbgResponse> createSaveJgbgResponse(SaveJgbgResponse value) {
-        return new JAXBElement<SaveJgbgResponse>(_SaveJgbgResponse_QNAME, SaveJgbgResponse.class, null, value);
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJgzx }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJgzx")
-    public JAXBElement<SaveJgzx> createSaveJgzx(SaveJgzx value) {
-        return new JAXBElement<SaveJgzx>(_SaveJgzx_QNAME, SaveJgzx.class, null, value);
-    }
-
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link SaveJsjdzx }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://webService.jsjy.com/", name = "saveJsjdzx")
-    public JAXBElement<SaveJsjdzx> createSaveJsjdzx(SaveJsjdzx value) {
-        return new JAXBElement<SaveJsjdzx>(_SaveJsjdzx_QNAME, SaveJsjdzx.class, null, value);
-    }
-
 }

+ 0 - 62
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/Save.java

@@ -1,62 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.gkjsgl.jsjdcbsj.entity.JsjdcbsjEntity;
-
-
-/**
- * <p>Java class for save complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="save">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="arg0" type="{http://webService.jsjy.com/}jsjdcbsjEntity" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "save", propOrder = {
-    "arg0"
-})
-public class Save {
-
-    protected JsjdcbsjEntity arg0;
-
-    /**
-     * Gets the value of the arg0 property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JsjdcbsjEntity }
-     *     
-     */
-    public JsjdcbsjEntity getArg0() {
-        return arg0;
-    }
-
-    /**
-     * Sets the value of the arg0 property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JsjdcbsjEntity }
-     *     
-     */
-    public void setArg0(JsjdcbsjEntity value) {
-        this.arg0 = value;
-    }
-
-}

+ 0 - 131
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJgbg.java

@@ -1,131 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.accessory.entity.AccessoryEntity;
-import com.xt.jygl.gkjsgl.jgbg.entity.JgbgEntity;
-import com.xt.jygl.gkjsgl.jgbg.entity.JgbgfjEntity;
-
-
-/**
- * <p>Java class for saveJgbg complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJgbg">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="arg0" type="{http://webService.jsjy.com/}jgbgEntity" minOccurs="0"/>
- *         &lt;element name="arg1" type="{http://webService.jsjy.com/}jgbgfjEntity" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;element name="arg2" type="{http://webService.jsjy.com/}accessoryEntity" maxOccurs="unbounded" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJgbg", propOrder = {
-    "arg0",
-    "arg1",
-    "arg2"
-})
-public class SaveJgbg {
-
-    protected JgbgEntity arg0;
-    protected List<JgbgfjEntity> arg1;
-    protected List<AccessoryEntity> arg2;
-
-    /**
-     * Gets the value of the arg0 property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JgbgEntity }
-     *     
-     */
-    public JgbgEntity getArg0() {
-        return arg0;
-    }
-
-    /**
-     * Sets the value of the arg0 property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JgbgEntity }
-     *     
-     */
-    public void setArg0(JgbgEntity value) {
-        this.arg0 = value;
-    }
-
-    /**
-     * Gets the value of the arg1 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg1 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg1().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link JgbgfjEntity }
-     * 
-     * 
-     */
-    public List<JgbgfjEntity> getArg1() {
-        if (arg1 == null) {
-            arg1 = new ArrayList<JgbgfjEntity>();
-        }
-        return this.arg1;
-    }
-
-    /**
-     * Gets the value of the arg2 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg2 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg2().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link AccessoryEntity }
-     * 
-     * 
-     */
-    public List<AccessoryEntity> getArg2() {
-        if (arg2 == null) {
-            arg2 = new ArrayList<AccessoryEntity>();
-        }
-        return this.arg2;
-    }
-
-}

+ 0 - 64
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJgbgResponse.java

@@ -1,64 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.gkjsgl.jgbg.entity.JgbgEntity;
-
-
-/**
- * <p>Java class for saveJgbgResponse complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJgbgResponse">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="return" type="{http://webService.jsjy.com/}jgbgEntity" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJgbgResponse", propOrder = {
-    "_return"
-})
-public class SaveJgbgResponse {
-
-    @XmlElement(name = "return")
-    protected JgbgEntity _return;
-
-    /**
-     * Gets the value of the return property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JgbgEntity }
-     *     
-     */
-    public JgbgEntity getReturn() {
-        return _return;
-    }
-
-    /**
-     * Sets the value of the return property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JgbgEntity }
-     *     
-     */
-    public void setReturn(JgbgEntity value) {
-        this._return = value;
-    }
-
-}

+ 0 - 131
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJgsq.java

@@ -1,131 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.accessory.entity.AccessoryEntity;
-import com.xt.jygl.gkjsgl.jgzx.entity.JgzxfjEntity;
-import com.xt.jygl.gkjsgl.jsjdcbsj.entity.JsjdcbsjEntity;
-
-
-/**
- * <p>Java class for saveJgsq complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJgsq">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="arg0" type="{http://webService.jsjy.com/}jsjdcbsjEntity" minOccurs="0"/>
- *         &lt;element name="arg1" type="{http://webService.jsjy.com/}jgzxfjEntity" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;element name="arg2" type="{http://webService.jsjy.com/}accessoryEntity" maxOccurs="unbounded" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJgsq", propOrder = {
-    "arg0",
-    "arg1",
-    "arg2"
-})
-public class SaveJgsq {
-
-    protected JsjdcbsjEntity arg0;
-    protected List<JgzxfjEntity> arg1;
-    protected List<AccessoryEntity> arg2;
-
-    /**
-     * Gets the value of the arg0 property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JsjdcbsjEntity }
-     *     
-     */
-    public JsjdcbsjEntity getArg0() {
-        return arg0;
-    }
-
-    /**
-     * Sets the value of the arg0 property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JsjdcbsjEntity }
-     *     
-     */
-    public void setArg0(JsjdcbsjEntity value) {
-        this.arg0 = value;
-    }
-
-    /**
-     * Gets the value of the arg1 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg1 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg1().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link JgzxfjEntity }
-     * 
-     * 
-     */
-    public List<JgzxfjEntity> getArg1() {
-        if (arg1 == null) {
-            arg1 = new ArrayList<JgzxfjEntity>();
-        }
-        return this.arg1;
-    }
-
-    /**
-     * Gets the value of the arg2 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg2 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg2().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link AccessoryEntity }
-     * 
-     * 
-     */
-    public List<AccessoryEntity> getArg2() {
-        if (arg2 == null) {
-            arg2 = new ArrayList<AccessoryEntity>();
-        }
-        return this.arg2;
-    }
-
-}

+ 0 - 64
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJgsqResponse.java

@@ -1,64 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.gkjsgl.jgsq.entity.JgsqEntity;
-
-
-/**
- * <p>Java class for saveJgsqResponse complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJgsqResponse">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="return" type="{http://webService.jsjy.com/}jgsqEntity" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJgsqResponse", propOrder = {
-    "_return"
-})
-public class SaveJgsqResponse {
-
-    @XmlElement(name = "return")
-    protected JgsqEntity _return;
-
-    /**
-     * Gets the value of the return property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JgsqEntity }
-     *     
-     */
-    public JgsqEntity getReturn() {
-        return _return;
-    }
-
-    /**
-     * Sets the value of the return property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JgsqEntity }
-     *     
-     */
-    public void setReturn(JgsqEntity value) {
-        this._return = value;
-    }
-
-}

+ 0 - 131
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJgzx.java

@@ -1,131 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.accessory.entity.AccessoryEntity;
-import com.xt.jygl.gkjsgl.jgzx.entity.JgzxEntity;
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxfjEntity;
-
-
-/**
- * <p>Java class for saveJgzx complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJgzx">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="arg0" type="{http://webService.jsjy.com/}jgzxEntity" minOccurs="0"/>
- *         &lt;element name="arg1" type="{http://webService.jsjy.com/}jsjdzxfjEntity" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;element name="arg2" type="{http://webService.jsjy.com/}accessoryEntity" maxOccurs="unbounded" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJgzx", propOrder = {
-    "arg0",
-    "arg1",
-    "arg2"
-})
-public class SaveJgzx {
-
-    protected JgzxEntity arg0;
-    protected List<JsjdzxfjEntity> arg1;
-    protected List<AccessoryEntity> arg2;
-
-    /**
-     * Gets the value of the arg0 property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JgzxEntity }
-     *     
-     */
-    public JgzxEntity getArg0() {
-        return arg0;
-    }
-
-    /**
-     * Sets the value of the arg0 property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JgzxEntity }
-     *     
-     */
-    public void setArg0(JgzxEntity value) {
-        this.arg0 = value;
-    }
-
-    /**
-     * Gets the value of the arg1 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg1 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg1().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link JsjdzxfjEntity }
-     * 
-     * 
-     */
-    public List<JsjdzxfjEntity> getArg1() {
-        if (arg1 == null) {
-            arg1 = new ArrayList<JsjdzxfjEntity>();
-        }
-        return this.arg1;
-    }
-
-    /**
-     * Gets the value of the arg2 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg2 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg2().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link AccessoryEntity }
-     * 
-     * 
-     */
-    public List<AccessoryEntity> getArg2() {
-        if (arg2 == null) {
-            arg2 = new ArrayList<AccessoryEntity>();
-        }
-        return this.arg2;
-    }
-
-}

+ 0 - 64
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJgzxResponse.java

@@ -1,64 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.gkjsgl.jgzx.entity.JgzxEntity;
-
-
-/**
- * <p>Java class for saveJgzxResponse complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJgzxResponse">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="return" type="{http://webService.jsjy.com/}jgzxEntity" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJgzxResponse", propOrder = {
-    "_return"
-})
-public class SaveJgzxResponse {
-
-    @XmlElement(name = "return")
-    protected JgzxEntity _return;
-
-    /**
-     * Gets the value of the return property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JgzxEntity }
-     *     
-     */
-    public JgzxEntity getReturn() {
-        return _return;
-    }
-
-    /**
-     * Sets the value of the return property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JgzxEntity }
-     *     
-     */
-    public void setReturn(JgzxEntity value) {
-        this._return = value;
-    }
-
-}

+ 0 - 131
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJsjdbg.java

@@ -1,131 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.accessory.entity.AccessoryEntity;
-import com.xt.jygl.gkjsgl.jsjdbg.entity.JsjdbgEntity;
-import com.xt.jygl.gkjsgl.jsjdbg.entity.JsjdbgfjEntity;
-
-
-/**
- * <p>Java class for saveJsjdbg complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJsjdbg">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="arg0" type="{http://webService.jsjy.com/}jsjdbgEntity" minOccurs="0"/>
- *         &lt;element name="arg1" type="{http://webService.jsjy.com/}jsjdbgfjEntity" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;element name="arg2" type="{http://webService.jsjy.com/}accessoryEntity" maxOccurs="unbounded" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJsjdbg", propOrder = {
-    "arg0",
-    "arg1",
-    "arg2"
-})
-public class SaveJsjdbg {
-
-    protected JsjdbgEntity arg0;
-    protected List<JsjdbgfjEntity> arg1;
-    protected List<AccessoryEntity> arg2;
-
-    /**
-     * Gets the value of the arg0 property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JsjdbgEntity }
-     *     
-     */
-    public JsjdbgEntity getArg0() {
-        return arg0;
-    }
-
-    /**
-     * Sets the value of the arg0 property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JsjdbgEntity }
-     *     
-     */
-    public void setArg0(JsjdbgEntity value) {
-        this.arg0 = value;
-    }
-
-    /**
-     * Gets the value of the arg1 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg1 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg1().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link JsjdbgfjEntity }
-     * 
-     * 
-     */
-    public List<JsjdbgfjEntity> getArg1() {
-        if (arg1 == null) {
-            arg1 = new ArrayList<JsjdbgfjEntity>();
-        }
-        return this.arg1;
-    }
-
-    /**
-     * Gets the value of the arg2 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg2 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg2().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link AccessoryEntity }
-     * 
-     * 
-     */
-    public List<AccessoryEntity> getArg2() {
-        if (arg2 == null) {
-            arg2 = new ArrayList<AccessoryEntity>();
-        }
-        return this.arg2;
-    }
-
-}

+ 0 - 64
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJsjdbgResponse.java

@@ -1,64 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.gkjsgl.jsjdbg.entity.JsjdbgEntity;
-
-
-/**
- * <p>Java class for saveJsjdbgResponse complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJsjdbgResponse">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="return" type="{http://webService.jsjy.com/}jsjdbgEntity" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJsjdbgResponse", propOrder = {
-    "_return"
-})
-public class SaveJsjdbgResponse {
-
-    @XmlElement(name = "return")
-    protected JsjdbgEntity _return;
-
-    /**
-     * Gets the value of the return property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JsjdbgEntity }
-     *     
-     */
-    public JsjdbgEntity getReturn() {
-        return _return;
-    }
-
-    /**
-     * Sets the value of the return property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JsjdbgEntity }
-     *     
-     */
-    public void setReturn(JsjdbgEntity value) {
-        this._return = value;
-    }
-
-}

+ 0 - 131
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJsjdzx.java

@@ -1,131 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.accessory.entity.AccessoryEntity;
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxEntity;
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxfjEntity;
-
-
-/**
- * <p>Java class for saveJsjdzx complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJsjdzx">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="arg0" type="{http://webService.jsjy.com/}jsjdzxEntity" minOccurs="0"/>
- *         &lt;element name="arg1" type="{http://webService.jsjy.com/}jsjdzxfjEntity" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;element name="arg2" type="{http://webService.jsjy.com/}accessoryEntity" maxOccurs="unbounded" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJsjdzx", propOrder = {
-    "arg0",
-    "arg1",
-    "arg2"
-})
-public class SaveJsjdzx {
-
-    protected JsjdzxEntity arg0;
-    protected List<JsjdzxfjEntity> arg1;
-    protected List<AccessoryEntity> arg2;
-
-    /**
-     * Gets the value of the arg0 property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JsjdzxEntity }
-     *     
-     */
-    public JsjdzxEntity getArg0() {
-        return arg0;
-    }
-
-    /**
-     * Sets the value of the arg0 property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JsjdzxEntity }
-     *     
-     */
-    public void setArg0(JsjdzxEntity value) {
-        this.arg0 = value;
-    }
-
-    /**
-     * Gets the value of the arg1 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg1 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg1().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link JsjdzxfjEntity }
-     * 
-     * 
-     */
-    public List<JsjdzxfjEntity> getArg1() {
-        if (arg1 == null) {
-            arg1 = new ArrayList<JsjdzxfjEntity>();
-        }
-        return this.arg1;
-    }
-
-    /**
-     * Gets the value of the arg2 property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the arg2 property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getArg2().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link AccessoryEntity }
-     * 
-     * 
-     */
-    public List<AccessoryEntity> getArg2() {
-        if (arg2 == null) {
-            arg2 = new ArrayList<AccessoryEntity>();
-        }
-        return this.arg2;
-    }
-
-}

+ 0 - 64
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveJsjdzxResponse.java

@@ -1,64 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.gkjsgl.jsjdzx.entity.JsjdzxEntity;
-
-
-/**
- * <p>Java class for saveJsjdzxResponse complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveJsjdzxResponse">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="return" type="{http://webService.jsjy.com/}jsjdzxEntity" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveJsjdzxResponse", propOrder = {
-    "_return"
-})
-public class SaveJsjdzxResponse {
-
-    @XmlElement(name = "return")
-    protected JsjdzxEntity _return;
-
-    /**
-     * Gets the value of the return property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JsjdzxEntity }
-     *     
-     */
-    public JsjdzxEntity getReturn() {
-        return _return;
-    }
-
-    /**
-     * Sets the value of the return property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JsjdzxEntity }
-     *     
-     */
-    public void setReturn(JsjdzxEntity value) {
-        this._return = value;
-    }
-
-}

+ 0 - 64
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/client/SaveResponse.java

@@ -1,64 +0,0 @@
-
-package com.xt.jygl.gkjsgl.jsjdcbsj.client;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-import com.xt.jygl.gkjsgl.jsjdcbsj.entity.JsjdcbsjEntity;
-
-
-/**
- * <p>Java class for saveResponse complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="saveResponse">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="return" type="{http://webService.jsjy.com/}jsjdcbsjEntity" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "saveResponse", propOrder = {
-    "_return"
-})
-public class SaveResponse {
-
-    @XmlElement(name = "return")
-    protected JsjdcbsjEntity _return;
-
-    /**
-     * Gets the value of the return property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link JsjdcbsjEntity }
-     *     
-     */
-    public JsjdcbsjEntity getReturn() {
-        return _return;
-    }
-
-    /**
-     * Sets the value of the return property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link JsjdcbsjEntity }
-     *     
-     */
-    public void setReturn(JsjdcbsjEntity value) {
-        this._return = value;
-    }
-
-}

+ 2 - 2
gkjsjy/trunk/src/com/xt/jygl/gkjsgl/jsjdcbsj/webservice/JsjdcbsjWebService.java

@@ -48,7 +48,7 @@ public class JsjdcbsjWebService {
 		return newjsjdcbsj;
 	}
 	
-	public JsjdbgEntity saveJsjdbg(JsjdbgEntity entity,List<JsjdbgfjEntity> fjlist,List<AccessoryEntity> acclist) {
+	/*public JsjdbgEntity saveJsjdbg(JsjdbgEntity entity,List<JsjdbgfjEntity> fjlist,List<AccessoryEntity> acclist) {
 		JsjdbgEntity newjsjdcbsj = new JsjdbgEntity();
 		BeanUtils.copyProperties(entity, newjsjdcbsj);
 		entity.setTbzt(Constants.NO);
@@ -97,7 +97,7 @@ public class JsjdcbsjWebService {
 
 		return newjsjdcbsj;
 	}
-	
+	*/