diff --git a/Common/dist/Common.jar b/Common/dist/Common.jar
index 44942a2..5e825f8 100644
Binary files a/Common/dist/Common.jar and b/Common/dist/Common.jar differ
diff --git a/Common/nbproject/private/private.properties b/Common/nbproject/private/private.properties
index 26bcd5a..633e3c4 100644
--- a/Common/nbproject/private/private.properties
+++ b/Common/nbproject/private/private.properties
@@ -1,7 +1,7 @@
compile.on.save=true
do.depend=false
do.jar=true
-file.reference.registry.jar=K:\\OJ\\Lib\\registry.jar
+file.reference.registry.jar=D:\\SchoolStudy\\ojrepull\\DHUOJ\\Lib\\registry.jar
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Users\\tange\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties
diff --git a/JuderUI/nbproject/private/private.properties b/JuderUI/nbproject/private/private.properties
index 58ee606..593ef09 100644
--- a/JuderUI/nbproject/private/private.properties
+++ b/JuderUI/nbproject/private/private.properties
@@ -3,5 +3,5 @@ do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
-project.Judger=K:\\OJ\\Judger
+project.Judger=D:\\SchoolStudy\\ojrepull\\DHUOJ\\Judger
user.properties.file=C:\\Users\\tange\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties
diff --git a/Judger/build/built-jar.properties b/Judger/build/built-jar.properties
index 6909792..10dfc3d 100644
--- a/Judger/build/built-jar.properties
+++ b/Judger/build/built-jar.properties
@@ -1,6 +1,6 @@
-#Sat, 13 Jan 2024 16:03:33 +0800
+#Sat, 13 Jan 2024 19:59:13 +0800
-K\:\\OJ\\Judger=
+D\:\\SchoolStudy\\ojrepull\\DHUOJ\\Judger=
-K\:\\OJ\\Common=
+D\:\\SchoolStudy\\ojrepull\\DHUOJ\\Common=
diff --git a/Judger/build/classes/kernel/ExeCommand.class b/Judger/build/classes/kernel/ExeCommand.class
index e9924ab..a8e8d38 100644
Binary files a/Judger/build/classes/kernel/ExeCommand.class and b/Judger/build/classes/kernel/ExeCommand.class differ
diff --git a/Judger/build/classes/share/gui/NewCompileSetting.class b/Judger/build/classes/share/gui/NewCompileSetting.class
index a05135f..e1913e1 100644
Binary files a/Judger/build/classes/share/gui/NewCompileSetting.class and b/Judger/build/classes/share/gui/NewCompileSetting.class differ
diff --git a/Judger/build/classes/tool/ThreadTool.class b/Judger/build/classes/tool/ThreadTool.class
index ef15e9d..2b200d6 100644
Binary files a/Judger/build/classes/tool/ThreadTool.class and b/Judger/build/classes/tool/ThreadTool.class differ
diff --git a/Judger/dist/Judger.jar b/Judger/dist/Judger.jar
index 90f966a..4855160 100644
Binary files a/Judger/dist/Judger.jar and b/Judger/dist/Judger.jar differ
diff --git a/Judger/dist/README.TXT b/Judger/dist/README.TXT
deleted file mode 100644
index b81ff3e..0000000
--- a/Judger/dist/README.TXT
+++ /dev/null
@@ -1,32 +0,0 @@
-========================
-BUILD OUTPUT DESCRIPTION
-========================
-
-When you build an Java application project that has a main class, the IDE
-automatically copies all of the JAR
-files on the projects classpath to your projects dist/lib folder. The IDE
-also adds each of the JAR files to the Class-Path element in the application
-JAR files manifest file (MANIFEST.MF).
-
-To run the project from the command line, go to the dist folder and
-type the following:
-
-java -jar "Judger.jar"
-
-To distribute this project, zip up the dist folder (including the lib folder)
-and distribute the ZIP file.
-
-Notes:
-
-* If two JAR files on the project classpath have the same name, only the first
-JAR file is copied to the lib folder.
-* Only JAR files are copied to the lib folder.
-If the classpath contains other types of files or folders, these files (folders)
-are not copied.
-* If a library on the projects classpath also has a Class-Path element
-specified in the manifest,the content of the Class-Path element has to be on
-the projects runtime path.
-* To set a main class in a standard Java project, right-click the project node
-in the Projects window and choose Properties. Then click Run and enter the
-class name in the Main Class field. Alternatively, you can manually type the
-class name in the manifest Main-Class element.
diff --git a/Judger/dist/lib/Common.jar b/Judger/dist/lib/Common.jar
deleted file mode 100644
index 44942a2..0000000
Binary files a/Judger/dist/lib/Common.jar and /dev/null differ
diff --git a/Judger/dist/lib/antlr_2.7.6.jar b/Judger/dist/lib/antlr_2.7.6.jar
deleted file mode 100644
index 3702b64..0000000
Binary files a/Judger/dist/lib/antlr_2.7.6.jar and /dev/null differ
diff --git a/Judger/dist/lib/asm-all-2.2.3.jar b/Judger/dist/lib/asm-all-2.2.3.jar
deleted file mode 100644
index 34bb1b2..0000000
Binary files a/Judger/dist/lib/asm-all-2.2.3.jar and /dev/null differ
diff --git a/Judger/dist/lib/cglib-nodep-2.1.3.jar b/Judger/dist/lib/cglib-nodep-2.1.3.jar
deleted file mode 100644
index e9b17eb..0000000
Binary files a/Judger/dist/lib/cglib-nodep-2.1.3.jar and /dev/null differ
diff --git a/Judger/dist/lib/commons-collections-2.1.1.jar b/Judger/dist/lib/commons-collections-2.1.1.jar
deleted file mode 100644
index 3272f2b..0000000
Binary files a/Judger/dist/lib/commons-collections-2.1.1.jar and /dev/null differ
diff --git a/Judger/dist/lib/commons-logging-1.0.4.jar b/Judger/dist/lib/commons-logging-1.0.4.jar
deleted file mode 100644
index b73a80f..0000000
Binary files a/Judger/dist/lib/commons-logging-1.0.4.jar and /dev/null differ
diff --git a/Judger/dist/lib/dom4j-1.6.jar b/Judger/dist/lib/dom4j-1.6.jar
deleted file mode 100644
index e19f4ce..0000000
Binary files a/Judger/dist/lib/dom4j-1.6.jar and /dev/null differ
diff --git a/Judger/dist/lib/hibernate3.jar b/Judger/dist/lib/hibernate3.jar
deleted file mode 100644
index 95986f8..0000000
Binary files a/Judger/dist/lib/hibernate3.jar and /dev/null differ
diff --git a/Judger/dist/lib/jdom.jar b/Judger/dist/lib/jdom.jar
deleted file mode 100644
index 512cdfb..0000000
Binary files a/Judger/dist/lib/jdom.jar and /dev/null differ
diff --git a/Judger/dist/lib/jdom2-2.0.5.jar b/Judger/dist/lib/jdom2-2.0.5.jar
deleted file mode 100644
index b6996c7..0000000
Binary files a/Judger/dist/lib/jdom2-2.0.5.jar and /dev/null differ
diff --git a/Judger/dist/lib/jna-platform-4.4.0.jar b/Judger/dist/lib/jna-platform-4.4.0.jar
deleted file mode 100644
index 4d60212..0000000
Binary files a/Judger/dist/lib/jna-platform-4.4.0.jar and /dev/null differ
diff --git a/Judger/dist/lib/jna.jar b/Judger/dist/lib/jna.jar
deleted file mode 100644
index 33461ec..0000000
Binary files a/Judger/dist/lib/jna.jar and /dev/null differ
diff --git a/Judger/dist/lib/jta.jar b/Judger/dist/lib/jta.jar
deleted file mode 100644
index e0822a9..0000000
Binary files a/Judger/dist/lib/jta.jar and /dev/null differ
diff --git a/Judger/dist/lib/mysql-connector-java-5.1.6-bin.jar b/Judger/dist/lib/mysql-connector-java-5.1.6-bin.jar
deleted file mode 100644
index 0539039..0000000
Binary files a/Judger/dist/lib/mysql-connector-java-5.1.6-bin.jar and /dev/null differ
diff --git a/Judger/dist/lib/registry.jar b/Judger/dist/lib/registry.jar
deleted file mode 100644
index 2aefa0f..0000000
Binary files a/Judger/dist/lib/registry.jar and /dev/null differ
diff --git a/Judger/nbproject/private/private.properties b/Judger/nbproject/private/private.properties
index 33d221f..54618c0 100644
--- a/Judger/nbproject/private/private.properties
+++ b/Judger/nbproject/private/private.properties
@@ -1,11 +1,11 @@
compile.on.save=true
do.depend=false
do.jar=true
-file.reference.jna-platform-4.4.0.jar=K:\\OJ\\Lib\\jna-platform-4.4.0.jar
-file.reference.jna-platform-4.4.0.jar-1=K:\\OJ\\Lib\\jna-platform-4.4.0.jar
-file.reference.jna.jar=K:\\OJ\\Lib\\jna.jar
-file.reference.jna.jar-1=K:\\OJ\\Lib\\jna.jar
-file.reference.registry.jar=K:\\OJ\\Lib\\registry.jar
+file.reference.jna-platform-4.4.0.jar=D:\\SchoolStudy\\ojrepull\\DHUOJ\\Lib\\jna-platform-4.4.0.jar
+file.reference.jna-platform-4.4.0.jar-1=D:\\SchoolStudy\\ojrepull\\DHUOJ\\Lib\\jna-platform-4.4.0.jar
+file.reference.jna.jar=D:\\SchoolStudy\\ojrepull\\DHUOJ\\Lib\\jna.jar
+file.reference.jna.jar-1=D:\\SchoolStudy\\ojrepull\\DHUOJ\\Lib\\jna.jar
+file.reference.registry.jar=D:\\SchoolStudy\\ojrepull\\DHUOJ\\Lib\\registry.jar
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Users\\tange\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties
diff --git a/client/build/built-jar.properties b/client/build/built-jar.properties
deleted file mode 100644
index 27de08f..0000000
--- a/client/build/built-jar.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-#Sat, 13 Jan 2024 19:28:41 +0800
-
-
-K\:\\OJ\\client=
-
-K\:\\OJ\\Common=
-
-K\:\\OJ\\Judger=
-
-K\:\\OJ\\clientUpdater=
diff --git a/client/build/classes/META-INF/jax-ws-catalog.xml b/client/build/classes/META-INF/jax-ws-catalog.xml
deleted file mode 100644
index 3b24f9e..0000000
--- a/client/build/classes/META-INF/jax-ws-catalog.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-features parameter will have their default values.
- * @return
- * returns OJWS
- */
- @WebEndpoint(name = "OJWSImplPort")
- public OJWS getOJWSImplPort(WebServiceFeature... features) {
- return super.getPort(new QName("http://ws.dhu.edu/", "OJWSImplPort"), OJWS.class, features);
- }
-
- private static URL __getWsdlLocation() {
- if (OJWS_EXCEPTION!= null) {
- throw OJWS_EXCEPTION;
- }
- return OJWS_WSDL_LOCATION;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/ObjectFactory.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/ObjectFactory.java
deleted file mode 100644
index e4bcffa..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/ObjectFactory.java
+++ /dev/null
@@ -1,863 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the edu.dhu.ws package.
- *
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 {
-
- private final static QName _WSGetExamProCatagorysResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProCatagorysResponse");
- private final static QName _WSGetExamByIdResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamByIdResponse");
- private final static QName _WSGetExamList_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamList");
- private final static QName _WSGetExamProblemsResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblemsResponse");
- private final static QName _WSGetProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblem");
- private final static QName _WSDrawProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_DrawProblem");
- private final static QName _WSGetProblem4JudgeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblem4JudgeResponse");
- private final static QName _WSViewWrongCaseResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_ViewWrongCaseResponse");
- private final static QName _WSItrainSubmitCodeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitCodeResponse");
- private final static QName _WSSubmittedCode_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmittedCode");
- private final static QName _WSSkipThisProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_SkipThisProblem");
- private final static QName _WSUpdateResultResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_UpdateResultResponse");
- private final static QName _WSItrainSubmitCode_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitCode");
- private final static QName _WSGetExamById_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamById");
- private final static QName _WSSubmitCode_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitCode");
- private final static QName _WSPassThisCategory_QNAME = new QName("http://ws.dhu.edu/", "WS_PassThisCategory");
- private final static QName _WSItrainSubmitThisProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitThisProblemResponse");
- private final static QName _WSGetProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblemResponse");
- private final static QName _WSIsPermitResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_IsPermitResponse");
- private final static QName _WSCanDoCategory_QNAME = new QName("http://ws.dhu.edu/", "WS_CanDoCategory");
- private final static QName _WSUpdateResult_QNAME = new QName("http://ws.dhu.edu/", "WS_UpdateResult");
- private final static QName _WSGetExamProCatagorys_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProCatagorys");
- private final static QName _WSItrainSubmitThisProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitThisProblem");
- private final static QName _WSCanDoCategoryResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_CanDoCategoryResponse");
- private final static QName _WSSubmitThisProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitThisProblem");
- private final static QName _WSSubmitThisProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitThisProblemResponse");
- private final static QName _WSLogin_QNAME = new QName("http://ws.dhu.edu/", "WS_Login");
- private final static QName _WSSubmitHistoryResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitHistoryResponse");
- private final static QName _WSSubmittedCodeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmittedCodeResponse");
- private final static QName _WSGetExamDetailResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamDetailResponse");
- private final static QName _WSGetSolutions_QNAME = new QName("http://ws.dhu.edu/", "WS_GetSolutions");
- private final static QName _WSSubmitCodeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitCodeResponse");
- private final static QName _WSPassThisCategoryResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_PassThisCategoryResponse");
- private final static QName _WSGetExamListResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamListResponse");
- private final static QName _WSLoginResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_LoginResponse");
- private final static QName _WSViewWrongCase_QNAME = new QName("http://ws.dhu.edu/", "WS_ViewWrongCase");
- private final static QName _WSSkipThisProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SkipThisProblemResponse");
- private final static QName _WSSubmitHistory_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitHistory");
- private final static QName _WSDrawProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_DrawProblemResponse");
- private final static QName _WSGetProblem4Judge_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblem4Judge");
- private final static QName _WSGetExamProblemStatus_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblemStatus");
- private final static QName _WSIsPermit_QNAME = new QName("http://ws.dhu.edu/", "WS_IsPermit");
- private final static QName _WSGetExamProblems_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblems");
- private final static QName _WSGetExamProblemStatusResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblemStatusResponse");
- private final static QName _WSGetExamDetail_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamDetail");
- private final static QName _WSGetSolutionsResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetSolutionsResponse");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: edu.dhu.ws
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link WSSubmitThisProblem }
- *
- */
- public WSSubmitThisProblem createWSSubmitThisProblem() {
- return new WSSubmitThisProblem();
- }
-
- /**
- * Create an instance of {@link WSCanDoCategoryResponse }
- *
- */
- public WSCanDoCategoryResponse createWSCanDoCategoryResponse() {
- return new WSCanDoCategoryResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmitThisProblemResponse }
- *
- */
- public WSSubmitThisProblemResponse createWSSubmitThisProblemResponse() {
- return new WSSubmitThisProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSPassThisCategoryResponse }
- *
- */
- public WSPassThisCategoryResponse createWSPassThisCategoryResponse() {
- return new WSPassThisCategoryResponse();
- }
-
- /**
- * Create an instance of {@link WSGetSolutions }
- *
- */
- public WSGetSolutions createWSGetSolutions() {
- return new WSGetSolutions();
- }
-
- /**
- * Create an instance of {@link WSSubmitCodeResponse }
- *
- */
- public WSSubmitCodeResponse createWSSubmitCodeResponse() {
- return new WSSubmitCodeResponse();
- }
-
- /**
- * Create an instance of {@link WSSkipThisProblemResponse }
- *
- */
- public WSSkipThisProblemResponse createWSSkipThisProblemResponse() {
- return new WSSkipThisProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmitHistory }
- *
- */
- public WSSubmitHistory createWSSubmitHistory() {
- return new WSSubmitHistory();
- }
-
- /**
- * Create an instance of {@link WSGetExamListResponse }
- *
- */
- public WSGetExamListResponse createWSGetExamListResponse() {
- return new WSGetExamListResponse();
- }
-
- /**
- * Create an instance of {@link WSLoginResponse }
- *
- */
- public WSLoginResponse createWSLoginResponse() {
- return new WSLoginResponse();
- }
-
- /**
- * Create an instance of {@link WSViewWrongCase }
- *
- */
- public WSViewWrongCase createWSViewWrongCase() {
- return new WSViewWrongCase();
- }
-
- /**
- * Create an instance of {@link WSLogin }
- *
- */
- public WSLogin createWSLogin() {
- return new WSLogin();
- }
-
- /**
- * Create an instance of {@link WSSubmitHistoryResponse }
- *
- */
- public WSSubmitHistoryResponse createWSSubmitHistoryResponse() {
- return new WSSubmitHistoryResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmittedCodeResponse }
- *
- */
- public WSSubmittedCodeResponse createWSSubmittedCodeResponse() {
- return new WSSubmittedCodeResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamDetailResponse }
- *
- */
- public WSGetExamDetailResponse createWSGetExamDetailResponse() {
- return new WSGetExamDetailResponse();
- }
-
- /**
- * Create an instance of {@link WSIsPermit }
- *
- */
- public WSIsPermit createWSIsPermit() {
- return new WSIsPermit();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblemStatus }
- *
- */
- public WSGetExamProblemStatus createWSGetExamProblemStatus() {
- return new WSGetExamProblemStatus();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblems }
- *
- */
- public WSGetExamProblems createWSGetExamProblems() {
- return new WSGetExamProblems();
- }
-
- /**
- * Create an instance of {@link WSDrawProblemResponse }
- *
- */
- public WSDrawProblemResponse createWSDrawProblemResponse() {
- return new WSDrawProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSGetProblem4Judge }
- *
- */
- public WSGetProblem4Judge createWSGetProblem4Judge() {
- return new WSGetProblem4Judge();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblemStatusResponse }
- *
- */
- public WSGetExamProblemStatusResponse createWSGetExamProblemStatusResponse() {
- return new WSGetExamProblemStatusResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamDetail }
- *
- */
- public WSGetExamDetail createWSGetExamDetail() {
- return new WSGetExamDetail();
- }
-
- /**
- * Create an instance of {@link WSGetSolutionsResponse }
- *
- */
- public WSGetSolutionsResponse createWSGetSolutionsResponse() {
- return new WSGetSolutionsResponse();
- }
-
- /**
- * Create an instance of {@link WSDrawProblem }
- *
- */
- public WSDrawProblem createWSDrawProblem() {
- return new WSDrawProblem();
- }
-
- /**
- * Create an instance of {@link WSGetProblem4JudgeResponse }
- *
- */
- public WSGetProblem4JudgeResponse createWSGetProblem4JudgeResponse() {
- return new WSGetProblem4JudgeResponse();
- }
-
- /**
- * Create an instance of {@link WSViewWrongCaseResponse }
- *
- */
- public WSViewWrongCaseResponse createWSViewWrongCaseResponse() {
- return new WSViewWrongCaseResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamByIdResponse }
- *
- */
- public WSGetExamByIdResponse createWSGetExamByIdResponse() {
- return new WSGetExamByIdResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamProCatagorysResponse }
- *
- */
- public WSGetExamProCatagorysResponse createWSGetExamProCatagorysResponse() {
- return new WSGetExamProCatagorysResponse();
- }
-
- /**
- * Create an instance of {@link WSGetProblem }
- *
- */
- public WSGetProblem createWSGetProblem() {
- return new WSGetProblem();
- }
-
- /**
- * Create an instance of {@link WSGetExamList }
- *
- */
- public WSGetExamList createWSGetExamList() {
- return new WSGetExamList();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblemsResponse }
- *
- */
- public WSGetExamProblemsResponse createWSGetExamProblemsResponse() {
- return new WSGetExamProblemsResponse();
- }
-
- /**
- * Create an instance of {@link WSUpdateResultResponse }
- *
- */
- public WSUpdateResultResponse createWSUpdateResultResponse() {
- return new WSUpdateResultResponse();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitCode }
- *
- */
- public WSItrainSubmitCode createWSItrainSubmitCode() {
- return new WSItrainSubmitCode();
- }
-
- /**
- * Create an instance of {@link WSSkipThisProblem }
- *
- */
- public WSSkipThisProblem createWSSkipThisProblem() {
- return new WSSkipThisProblem();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitCodeResponse }
- *
- */
- public WSItrainSubmitCodeResponse createWSItrainSubmitCodeResponse() {
- return new WSItrainSubmitCodeResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmittedCode }
- *
- */
- public WSSubmittedCode createWSSubmittedCode() {
- return new WSSubmittedCode();
- }
-
- /**
- * Create an instance of {@link WSPassThisCategory }
- *
- */
- public WSPassThisCategory createWSPassThisCategory() {
- return new WSPassThisCategory();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitThisProblemResponse }
- *
- */
- public WSItrainSubmitThisProblemResponse createWSItrainSubmitThisProblemResponse() {
- return new WSItrainSubmitThisProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmitCode }
- *
- */
- public WSSubmitCode createWSSubmitCode() {
- return new WSSubmitCode();
- }
-
- /**
- * Create an instance of {@link WSGetExamById }
- *
- */
- public WSGetExamById createWSGetExamById() {
- return new WSGetExamById();
- }
-
- /**
- * Create an instance of {@link WSCanDoCategory }
- *
- */
- public WSCanDoCategory createWSCanDoCategory() {
- return new WSCanDoCategory();
- }
-
- /**
- * Create an instance of {@link WSUpdateResult }
- *
- */
- public WSUpdateResult createWSUpdateResult() {
- return new WSUpdateResult();
- }
-
- /**
- * Create an instance of {@link WSGetExamProCatagorys }
- *
- */
- public WSGetExamProCatagorys createWSGetExamProCatagorys() {
- return new WSGetExamProCatagorys();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitThisProblem }
- *
- */
- public WSItrainSubmitThisProblem createWSItrainSubmitThisProblem() {
- return new WSItrainSubmitThisProblem();
- }
-
- /**
- * Create an instance of {@link WSIsPermitResponse }
- *
- */
- public WSIsPermitResponse createWSIsPermitResponse() {
- return new WSIsPermitResponse();
- }
-
- /**
- * Create an instance of {@link WSGetProblemResponse }
- *
- */
- public WSGetProblemResponse createWSGetProblemResponse() {
- return new WSGetProblemResponse();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProCatagorysResponse }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProCatagorysResponse")
- public JAXBElement WS_CanDoCategory complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_CanDoCategoryResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_DrawProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_DrawProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamById complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamByIdResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamDetail complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamDetailResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamList complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamListResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProCatagorys complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProCatagorysResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblemStatus complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblemStatusResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblems complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblemsResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblem4Judge complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblem4JudgeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetSolutions complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetSolutionsResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_IsPermit complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_IsPermitResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitCode complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitCodeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitThisProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitThisProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_Login complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_LoginResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_PassThisCategory complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_PassThisCategoryResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SkipThisProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SkipThisProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitCode complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitCodeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitHistory complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitHistoryResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitThisProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitThisProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmittedCode complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmittedCodeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_UpdateResult complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_UpdateResultResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ViewWrongCase complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ViewWrongCaseResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * 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 {
-
- private final static QName _WSGetExamProCatagorysResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProCatagorysResponse");
- private final static QName _WSGetExamByIdResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamByIdResponse");
- private final static QName _WSGetExamList_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamList");
- private final static QName _WSGetExamProblemsResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblemsResponse");
- private final static QName _WSGetProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblem");
- private final static QName _WSDrawProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_DrawProblem");
- private final static QName _WSGetProblem4JudgeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblem4JudgeResponse");
- private final static QName _WSViewWrongCaseResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_ViewWrongCaseResponse");
- private final static QName _WSItrainSubmitCodeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitCodeResponse");
- private final static QName _WSSubmittedCode_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmittedCode");
- private final static QName _WSSkipThisProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_SkipThisProblem");
- private final static QName _WSUpdateResultResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_UpdateResultResponse");
- private final static QName _WSItrainSubmitCode_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitCode");
- private final static QName _WSGetExamById_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamById");
- private final static QName _WSSubmitCode_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitCode");
- private final static QName _WSPassThisCategory_QNAME = new QName("http://ws.dhu.edu/", "WS_PassThisCategory");
- private final static QName _WSItrainSubmitThisProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitThisProblemResponse");
- private final static QName _WSGetProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblemResponse");
- private final static QName _WSIsPermitResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_IsPermitResponse");
- private final static QName _WSCanDoCategory_QNAME = new QName("http://ws.dhu.edu/", "WS_CanDoCategory");
- private final static QName _WSUpdateResult_QNAME = new QName("http://ws.dhu.edu/", "WS_UpdateResult");
- private final static QName _WSGetExamProCatagorys_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProCatagorys");
- private final static QName _WSItrainSubmitThisProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_ItrainSubmitThisProblem");
- private final static QName _WSCanDoCategoryResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_CanDoCategoryResponse");
- private final static QName _WSSubmitThisProblem_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitThisProblem");
- private final static QName _WSSubmitThisProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitThisProblemResponse");
- private final static QName _WSLogin_QNAME = new QName("http://ws.dhu.edu/", "WS_Login");
- private final static QName _WSSubmitHistoryResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitHistoryResponse");
- private final static QName _WSSubmittedCodeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmittedCodeResponse");
- private final static QName _WSGetExamDetailResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamDetailResponse");
- private final static QName _WSGetSolutions_QNAME = new QName("http://ws.dhu.edu/", "WS_GetSolutions");
- private final static QName _WSSubmitCodeResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitCodeResponse");
- private final static QName _WSPassThisCategoryResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_PassThisCategoryResponse");
- private final static QName _WSGetExamListResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamListResponse");
- private final static QName _WSLoginResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_LoginResponse");
- private final static QName _WSViewWrongCase_QNAME = new QName("http://ws.dhu.edu/", "WS_ViewWrongCase");
- private final static QName _WSSkipThisProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_SkipThisProblemResponse");
- private final static QName _WSSubmitHistory_QNAME = new QName("http://ws.dhu.edu/", "WS_SubmitHistory");
- private final static QName _WSDrawProblemResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_DrawProblemResponse");
- private final static QName _WSGetProblem4Judge_QNAME = new QName("http://ws.dhu.edu/", "WS_GetProblem4Judge");
- private final static QName _WSGetExamProblemStatus_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblemStatus");
- private final static QName _WSIsPermit_QNAME = new QName("http://ws.dhu.edu/", "WS_IsPermit");
- private final static QName _WSGetExamProblems_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblems");
- private final static QName _WSGetExamProblemStatusResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamProblemStatusResponse");
- private final static QName _WSGetExamDetail_QNAME = new QName("http://ws.dhu.edu/", "WS_GetExamDetail");
- private final static QName _WSGetSolutionsResponse_QNAME = new QName("http://ws.dhu.edu/", "WS_GetSolutionsResponse");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: edu.dhu.ws
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link WSSubmitThisProblem }
- *
- */
- public WSSubmitThisProblem createWSSubmitThisProblem() {
- return new WSSubmitThisProblem();
- }
-
- /**
- * Create an instance of {@link WSCanDoCategoryResponse }
- *
- */
- public WSCanDoCategoryResponse createWSCanDoCategoryResponse() {
- return new WSCanDoCategoryResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmitThisProblemResponse }
- *
- */
- public WSSubmitThisProblemResponse createWSSubmitThisProblemResponse() {
- return new WSSubmitThisProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSPassThisCategoryResponse }
- *
- */
- public WSPassThisCategoryResponse createWSPassThisCategoryResponse() {
- return new WSPassThisCategoryResponse();
- }
-
- /**
- * Create an instance of {@link WSGetSolutions }
- *
- */
- public WSGetSolutions createWSGetSolutions() {
- return new WSGetSolutions();
- }
-
- /**
- * Create an instance of {@link WSSubmitCodeResponse }
- *
- */
- public WSSubmitCodeResponse createWSSubmitCodeResponse() {
- return new WSSubmitCodeResponse();
- }
-
- /**
- * Create an instance of {@link WSSkipThisProblemResponse }
- *
- */
- public WSSkipThisProblemResponse createWSSkipThisProblemResponse() {
- return new WSSkipThisProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmitHistory }
- *
- */
- public WSSubmitHistory createWSSubmitHistory() {
- return new WSSubmitHistory();
- }
-
- /**
- * Create an instance of {@link WSGetExamListResponse }
- *
- */
- public WSGetExamListResponse createWSGetExamListResponse() {
- return new WSGetExamListResponse();
- }
-
- /**
- * Create an instance of {@link WSLoginResponse }
- *
- */
- public WSLoginResponse createWSLoginResponse() {
- return new WSLoginResponse();
- }
-
- /**
- * Create an instance of {@link WSViewWrongCase }
- *
- */
- public WSViewWrongCase createWSViewWrongCase() {
- return new WSViewWrongCase();
- }
-
- /**
- * Create an instance of {@link WSLogin }
- *
- */
- public WSLogin createWSLogin() {
- return new WSLogin();
- }
-
- /**
- * Create an instance of {@link WSSubmitHistoryResponse }
- *
- */
- public WSSubmitHistoryResponse createWSSubmitHistoryResponse() {
- return new WSSubmitHistoryResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmittedCodeResponse }
- *
- */
- public WSSubmittedCodeResponse createWSSubmittedCodeResponse() {
- return new WSSubmittedCodeResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamDetailResponse }
- *
- */
- public WSGetExamDetailResponse createWSGetExamDetailResponse() {
- return new WSGetExamDetailResponse();
- }
-
- /**
- * Create an instance of {@link WSIsPermit }
- *
- */
- public WSIsPermit createWSIsPermit() {
- return new WSIsPermit();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblemStatus }
- *
- */
- public WSGetExamProblemStatus createWSGetExamProblemStatus() {
- return new WSGetExamProblemStatus();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblems }
- *
- */
- public WSGetExamProblems createWSGetExamProblems() {
- return new WSGetExamProblems();
- }
-
- /**
- * Create an instance of {@link WSDrawProblemResponse }
- *
- */
- public WSDrawProblemResponse createWSDrawProblemResponse() {
- return new WSDrawProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSGetProblem4Judge }
- *
- */
- public WSGetProblem4Judge createWSGetProblem4Judge() {
- return new WSGetProblem4Judge();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblemStatusResponse }
- *
- */
- public WSGetExamProblemStatusResponse createWSGetExamProblemStatusResponse() {
- return new WSGetExamProblemStatusResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamDetail }
- *
- */
- public WSGetExamDetail createWSGetExamDetail() {
- return new WSGetExamDetail();
- }
-
- /**
- * Create an instance of {@link WSGetSolutionsResponse }
- *
- */
- public WSGetSolutionsResponse createWSGetSolutionsResponse() {
- return new WSGetSolutionsResponse();
- }
-
- /**
- * Create an instance of {@link WSDrawProblem }
- *
- */
- public WSDrawProblem createWSDrawProblem() {
- return new WSDrawProblem();
- }
-
- /**
- * Create an instance of {@link WSGetProblem4JudgeResponse }
- *
- */
- public WSGetProblem4JudgeResponse createWSGetProblem4JudgeResponse() {
- return new WSGetProblem4JudgeResponse();
- }
-
- /**
- * Create an instance of {@link WSViewWrongCaseResponse }
- *
- */
- public WSViewWrongCaseResponse createWSViewWrongCaseResponse() {
- return new WSViewWrongCaseResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamByIdResponse }
- *
- */
- public WSGetExamByIdResponse createWSGetExamByIdResponse() {
- return new WSGetExamByIdResponse();
- }
-
- /**
- * Create an instance of {@link WSGetExamProCatagorysResponse }
- *
- */
- public WSGetExamProCatagorysResponse createWSGetExamProCatagorysResponse() {
- return new WSGetExamProCatagorysResponse();
- }
-
- /**
- * Create an instance of {@link WSGetProblem }
- *
- */
- public WSGetProblem createWSGetProblem() {
- return new WSGetProblem();
- }
-
- /**
- * Create an instance of {@link WSGetExamList }
- *
- */
- public WSGetExamList createWSGetExamList() {
- return new WSGetExamList();
- }
-
- /**
- * Create an instance of {@link WSGetExamProblemsResponse }
- *
- */
- public WSGetExamProblemsResponse createWSGetExamProblemsResponse() {
- return new WSGetExamProblemsResponse();
- }
-
- /**
- * Create an instance of {@link WSUpdateResultResponse }
- *
- */
- public WSUpdateResultResponse createWSUpdateResultResponse() {
- return new WSUpdateResultResponse();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitCode }
- *
- */
- public WSItrainSubmitCode createWSItrainSubmitCode() {
- return new WSItrainSubmitCode();
- }
-
- /**
- * Create an instance of {@link WSSkipThisProblem }
- *
- */
- public WSSkipThisProblem createWSSkipThisProblem() {
- return new WSSkipThisProblem();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitCodeResponse }
- *
- */
- public WSItrainSubmitCodeResponse createWSItrainSubmitCodeResponse() {
- return new WSItrainSubmitCodeResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmittedCode }
- *
- */
- public WSSubmittedCode createWSSubmittedCode() {
- return new WSSubmittedCode();
- }
-
- /**
- * Create an instance of {@link WSPassThisCategory }
- *
- */
- public WSPassThisCategory createWSPassThisCategory() {
- return new WSPassThisCategory();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitThisProblemResponse }
- *
- */
- public WSItrainSubmitThisProblemResponse createWSItrainSubmitThisProblemResponse() {
- return new WSItrainSubmitThisProblemResponse();
- }
-
- /**
- * Create an instance of {@link WSSubmitCode }
- *
- */
- public WSSubmitCode createWSSubmitCode() {
- return new WSSubmitCode();
- }
-
- /**
- * Create an instance of {@link WSGetExamById }
- *
- */
- public WSGetExamById createWSGetExamById() {
- return new WSGetExamById();
- }
-
- /**
- * Create an instance of {@link WSCanDoCategory }
- *
- */
- public WSCanDoCategory createWSCanDoCategory() {
- return new WSCanDoCategory();
- }
-
- /**
- * Create an instance of {@link WSUpdateResult }
- *
- */
- public WSUpdateResult createWSUpdateResult() {
- return new WSUpdateResult();
- }
-
- /**
- * Create an instance of {@link WSGetExamProCatagorys }
- *
- */
- public WSGetExamProCatagorys createWSGetExamProCatagorys() {
- return new WSGetExamProCatagorys();
- }
-
- /**
- * Create an instance of {@link WSItrainSubmitThisProblem }
- *
- */
- public WSItrainSubmitThisProblem createWSItrainSubmitThisProblem() {
- return new WSItrainSubmitThisProblem();
- }
-
- /**
- * Create an instance of {@link WSIsPermitResponse }
- *
- */
- public WSIsPermitResponse createWSIsPermitResponse() {
- return new WSIsPermitResponse();
- }
-
- /**
- * Create an instance of {@link WSGetProblemResponse }
- *
- */
- public WSGetProblemResponse createWSGetProblemResponse() {
- return new WSGetProblemResponse();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProCatagorysResponse }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProCatagorysResponse")
- public JAXBElement WS_CanDoCategory complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_CanDoCategoryResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_DrawProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_DrawProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamById complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamByIdResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamDetail complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamDetailResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamList complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamListResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProCatagorys complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProCatagorysResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblemStatus complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblemStatusResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblems complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetExamProblemsResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblem4Judge complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblem4JudgeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetSolutions complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_GetSolutionsResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_IsPermit complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_IsPermitResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitCode complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitCodeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitThisProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ItrainSubmitThisProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_Login complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_LoginResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_PassThisCategory complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_PassThisCategoryResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SkipThisProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SkipThisProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitCode complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitCodeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitHistory complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitHistoryResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitThisProblem complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmitThisProblemResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmittedCode complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_SubmittedCodeResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_UpdateResult complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_UpdateResultResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ViewWrongCase complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- * WS_ViewWrongCaseResponse complex typeµÄ Java Àà¡£
- *
- * ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
- *
- *
- * <complexType name="WS_CanDoCategory">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_CanDoCategory", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSCanDoCategory {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSCanDoCategoryResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSCanDoCategoryResponse.java
deleted file mode 100644
index a9877a7..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSCanDoCategoryResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_CanDoCategoryResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_CanDoCategoryResponse", propOrder = {
- "_return"
-})
-public class WSCanDoCategoryResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSDrawProblem.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSDrawProblem.java
deleted file mode 100644
index 70ac009..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSDrawProblem.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_DrawProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_DrawProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSDrawProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSDrawProblemResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSDrawProblemResponse.java
deleted file mode 100644
index a18d26d..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSDrawProblemResponse.java
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_DrawProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_DrawProblemResponse", propOrder = {
- "_return"
-})
-public class WSDrawProblemResponse {
-
- @XmlElement(name = "return")
- protected byte[] _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setReturn(byte[] value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamById.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamById.java
deleted file mode 100644
index b64d96b..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamById.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamById">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamById", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamById {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamByIdResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamByIdResponse.java
deleted file mode 100644
index d6ea0b2..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamByIdResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamByIdResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamByIdResponse", propOrder = {
- "_return"
-})
-public class WSGetExamByIdResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamDetail.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamDetail.java
deleted file mode 100644
index c2c0090..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamDetail.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamDetail">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamDetail", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamDetail {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamDetailResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamDetailResponse.java
deleted file mode 100644
index db02d15..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamDetailResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamDetailResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamDetailResponse", propOrder = {
- "_return"
-})
-public class WSGetExamDetailResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamList.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamList.java
deleted file mode 100644
index e71f53b..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamList.java
+++ /dev/null
@@ -1,87 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamList">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamList", propOrder = {
- "arg0",
- "arg1"
-})
-public class WSGetExamList {
-
- protected String arg0;
- protected String arg1;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamListResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamListResponse.java
deleted file mode 100644
index bb31ad3..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamListResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamListResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamListResponse", propOrder = {
- "_return"
-})
-public class WSGetExamListResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProCatagorys.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProCatagorys.java
deleted file mode 100644
index 0ab693a..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProCatagorys.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProCatagorys">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProCatagorys", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamProCatagorys {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProCatagorysResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProCatagorysResponse.java
deleted file mode 100644
index 0924a89..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProCatagorysResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProCatagorysResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProCatagorysResponse", propOrder = {
- "_return"
-})
-public class WSGetExamProCatagorysResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemStatus.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemStatus.java
deleted file mode 100644
index ab7727a..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemStatus.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblemStatus">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblemStatus", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSGetExamProblemStatus {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemStatusResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemStatusResponse.java
deleted file mode 100644
index 955eeed..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemStatusResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblemStatusResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblemStatusResponse", propOrder = {
- "_return"
-})
-public class WSGetExamProblemStatusResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblems.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblems.java
deleted file mode 100644
index c4ce56d..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblems.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblems">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblems", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamProblems {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemsResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemsResponse.java
deleted file mode 100644
index c045476..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetExamProblemsResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblemsResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblemsResponse", propOrder = {
- "_return"
-})
-public class WSGetExamProblemsResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem.java
deleted file mode 100644
index f4e4c66..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSGetProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem4Judge.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem4Judge.java
deleted file mode 100644
index ac32539..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem4Judge.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblem4Judge">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblem4Judge", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetProblem4Judge {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem4JudgeResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem4JudgeResponse.java
deleted file mode 100644
index 13c341f..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblem4JudgeResponse.java
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblem4JudgeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblem4JudgeResponse", propOrder = {
- "_return"
-})
-public class WSGetProblem4JudgeResponse {
-
- @XmlElement(name = "return")
- protected byte[] _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setReturn(byte[] value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblemResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblemResponse.java
deleted file mode 100644
index cae3cf8..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetProblemResponse.java
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblemResponse", propOrder = {
- "_return"
-})
-public class WSGetProblemResponse {
-
- @XmlElement(name = "return")
- protected byte[] _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setReturn(byte[] value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetSolutions.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetSolutions.java
deleted file mode 100644
index e371d14..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetSolutions.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetSolutions">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetSolutions", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetSolutions {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetSolutionsResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetSolutionsResponse.java
deleted file mode 100644
index ae19991..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSGetSolutionsResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetSolutionsResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetSolutionsResponse", propOrder = {
- "_return"
-})
-public class WSGetSolutionsResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSIsPermit.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSIsPermit.java
deleted file mode 100644
index 3a58d13..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSIsPermit.java
+++ /dev/null
@@ -1,133 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_IsPermit">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_IsPermit", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSIsPermit {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected String arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg3(String value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSIsPermitResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSIsPermitResponse.java
deleted file mode 100644
index 7825cae..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSIsPermitResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_IsPermitResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_IsPermitResponse", propOrder = {
- "_return"
-})
-public class WSIsPermitResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitCode.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitCode.java
deleted file mode 100644
index 1d56dc5..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitCode.java
+++ /dev/null
@@ -1,133 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitCode">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitCode", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSItrainSubmitCode {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected String arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg3(String value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitCodeResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitCodeResponse.java
deleted file mode 100644
index 1915f09..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitCodeResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitCodeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitCodeResponse", propOrder = {
- "_return"
-})
-public class WSItrainSubmitCodeResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitThisProblem.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitThisProblem.java
deleted file mode 100644
index e8e2995..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitThisProblem.java
+++ /dev/null
@@ -1,160 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitThisProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitThisProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3",
- "arg4"
-})
-public class WSItrainSubmitThisProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected String arg3;
- protected String arg4;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg3(String value) {
- this.arg3 = value;
- }
-
- /**
- * »ñÈ¡arg4ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg4() {
- return arg4;
- }
-
- /**
- * ÉèÖÃarg4ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg4(String value) {
- this.arg4 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitThisProblemResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitThisProblemResponse.java
deleted file mode 100644
index 2042a9e..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSItrainSubmitThisProblemResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitThisProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitThisProblemResponse", propOrder = {
- "_return"
-})
-public class WSItrainSubmitThisProblemResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSLogin.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSLogin.java
deleted file mode 100644
index fb73f56..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSLogin.java
+++ /dev/null
@@ -1,87 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_Login">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_Login", propOrder = {
- "arg0",
- "arg1"
-})
-public class WSLogin {
-
- protected String arg0;
- protected String arg1;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSLoginResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSLoginResponse.java
deleted file mode 100644
index 003d341..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSLoginResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_LoginResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_LoginResponse", propOrder = {
- "_return"
-})
-public class WSLoginResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSPassThisCategory.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSPassThisCategory.java
deleted file mode 100644
index 2572a3a..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSPassThisCategory.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_PassThisCategory">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_PassThisCategory", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSPassThisCategory {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSPassThisCategoryResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSPassThisCategoryResponse.java
deleted file mode 100644
index 6c23661..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSPassThisCategoryResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_PassThisCategoryResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_PassThisCategoryResponse", propOrder = {
- "_return"
-})
-public class WSPassThisCategoryResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSkipThisProblem.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSkipThisProblem.java
deleted file mode 100644
index 0c332a8..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSkipThisProblem.java
+++ /dev/null
@@ -1,144 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SkipThisProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SkipThisProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3",
- "arg4"
-})
-public class WSSkipThisProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
- protected int arg4;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
- /**
- * »ñÈ¡arg4ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg4() {
- return arg4;
- }
-
- /**
- * ÉèÖÃarg4ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg4(int value) {
- this.arg4 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSkipThisProblemResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSkipThisProblemResponse.java
deleted file mode 100644
index 2f3659f..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSkipThisProblemResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SkipThisProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SkipThisProblemResponse", propOrder = {
- "_return"
-})
-public class WSSkipThisProblemResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitCode.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitCode.java
deleted file mode 100644
index 6f1a4e0..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitCode.java
+++ /dev/null
@@ -1,114 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitCode">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitCode", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmitCode {
-
- protected String arg0;
- protected String arg1;
- protected String arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg2(String value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitCodeResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitCodeResponse.java
deleted file mode 100644
index 9d5d72f..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitCodeResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitCodeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitCodeResponse", propOrder = {
- "_return"
-})
-public class WSSubmitCodeResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitHistory.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitHistory.java
deleted file mode 100644
index 674b53e..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitHistory.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitHistory">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitHistory", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmitHistory {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitHistoryResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitHistoryResponse.java
deleted file mode 100644
index 43547cb..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitHistoryResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitHistoryResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitHistoryResponse", propOrder = {
- "_return"
-})
-public class WSSubmitHistoryResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitThisProblem.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitThisProblem.java
deleted file mode 100644
index d0149a4..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitThisProblem.java
+++ /dev/null
@@ -1,114 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitThisProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitThisProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmitThisProblem {
-
- protected String arg0;
- protected String arg1;
- protected String arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg2(String value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitThisProblemResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitThisProblemResponse.java
deleted file mode 100644
index 8db02b9..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmitThisProblemResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitThisProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitThisProblemResponse", propOrder = {
- "_return"
-})
-public class WSSubmitThisProblemResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmittedCode.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmittedCode.java
deleted file mode 100644
index 2256f9e..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmittedCode.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmittedCode">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmittedCode", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmittedCode {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmittedCodeResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmittedCodeResponse.java
deleted file mode 100644
index bb668f9..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSSubmittedCodeResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmittedCodeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmittedCodeResponse", propOrder = {
- "_return"
-})
-public class WSSubmittedCodeResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSUpdateResult.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSUpdateResult.java
deleted file mode 100644
index 402201c..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSUpdateResult.java
+++ /dev/null
@@ -1,112 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_UpdateResult">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_UpdateResult", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSUpdateResult {
-
- protected String arg0;
- protected String arg1;
- protected byte[] arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setArg2(byte[] value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSUpdateResultResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSUpdateResultResponse.java
deleted file mode 100644
index 2ec3aa8..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSUpdateResultResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_UpdateResultResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_UpdateResultResponse", propOrder = {
- "_return"
-})
-public class WSUpdateResultResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSViewWrongCase.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSViewWrongCase.java
deleted file mode 100644
index 9b91efc..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSViewWrongCase.java
+++ /dev/null
@@ -1,163 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ViewWrongCase">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg5" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ViewWrongCase", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3",
- "arg4",
- "arg5"
-})
-public class WSViewWrongCase {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
- protected int arg4;
- protected boolean arg5;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
- /**
- * »ñÈ¡arg4ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg4() {
- return arg4;
- }
-
- /**
- * ÉèÖÃarg4ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg4(int value) {
- this.arg4 = value;
- }
-
- /**
- * »ñÈ¡arg5ÊôÐÔµÄÖµ¡£
- *
- */
- public boolean isArg5() {
- return arg5;
- }
-
- /**
- * ÉèÖÃarg5ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg5(boolean value) {
- this.arg5 = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSViewWrongCaseResponse.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSViewWrongCaseResponse.java
deleted file mode 100644
index d882867..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSViewWrongCaseResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ViewWrongCaseResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ViewWrongCaseResponse", propOrder = {
- "_return"
-})
-public class WSViewWrongCaseResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/package-info.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/package-info.java
deleted file mode 100644
index b781c2b..0000000
--- a/client/build/generated-sources/jax-ws/edu/dhu/ws/package-info.java
+++ /dev/null
@@ -1,2 +0,0 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://ws.dhu.edu/")
-package edu.dhu.ws;
diff --git a/client/build/generated/generated.iml b/client/build/generated/generated.iml
deleted file mode 100644
index 056329b..0000000
--- a/client/build/generated/generated.iml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-features parameter will have their default values.
- * @return
- * returns OJWS
- */
- @WebEndpoint(name = "OJWSImplPort")
- public OJWS getOJWSImplPort(WebServiceFeature... features) {
- return super.getPort(new QName("http://ws.dhu.edu/", "OJWSImplPort"), OJWS.class, features);
- }
-
- private static URL __getWsdlLocation() {
- if (OJWS_EXCEPTION!= null) {
- throw OJWS_EXCEPTION;
- }
- return OJWS_WSDL_LOCATION;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/ObjectFactory.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/ObjectFactory.java
deleted file mode 100644
index e4bcffa..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/ObjectFactory.java
+++ /dev/null
@@ -1,863 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the edu.dhu.ws package.
- *
- * <complexType name="WS_CanDoCategory">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_CanDoCategory", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSCanDoCategory {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSCanDoCategoryResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSCanDoCategoryResponse.java
deleted file mode 100644
index a9877a7..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSCanDoCategoryResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_CanDoCategoryResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_CanDoCategoryResponse", propOrder = {
- "_return"
-})
-public class WSCanDoCategoryResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSDrawProblem.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSDrawProblem.java
deleted file mode 100644
index 70ac009..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSDrawProblem.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_DrawProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_DrawProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSDrawProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSDrawProblemResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSDrawProblemResponse.java
deleted file mode 100644
index a18d26d..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSDrawProblemResponse.java
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_DrawProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_DrawProblemResponse", propOrder = {
- "_return"
-})
-public class WSDrawProblemResponse {
-
- @XmlElement(name = "return")
- protected byte[] _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setReturn(byte[] value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamById.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamById.java
deleted file mode 100644
index b64d96b..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamById.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamById">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamById", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamById {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamByIdResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamByIdResponse.java
deleted file mode 100644
index d6ea0b2..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamByIdResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamByIdResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamByIdResponse", propOrder = {
- "_return"
-})
-public class WSGetExamByIdResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamDetail.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamDetail.java
deleted file mode 100644
index c2c0090..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamDetail.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamDetail">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamDetail", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamDetail {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamDetailResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamDetailResponse.java
deleted file mode 100644
index db02d15..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamDetailResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamDetailResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamDetailResponse", propOrder = {
- "_return"
-})
-public class WSGetExamDetailResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamList.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamList.java
deleted file mode 100644
index e71f53b..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamList.java
+++ /dev/null
@@ -1,87 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamList">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamList", propOrder = {
- "arg0",
- "arg1"
-})
-public class WSGetExamList {
-
- protected String arg0;
- protected String arg1;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamListResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamListResponse.java
deleted file mode 100644
index bb31ad3..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamListResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamListResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamListResponse", propOrder = {
- "_return"
-})
-public class WSGetExamListResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProCatagorys.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProCatagorys.java
deleted file mode 100644
index 0ab693a..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProCatagorys.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProCatagorys">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProCatagorys", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamProCatagorys {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProCatagorysResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProCatagorysResponse.java
deleted file mode 100644
index 0924a89..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProCatagorysResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProCatagorysResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProCatagorysResponse", propOrder = {
- "_return"
-})
-public class WSGetExamProCatagorysResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemStatus.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemStatus.java
deleted file mode 100644
index ab7727a..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemStatus.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblemStatus">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblemStatus", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSGetExamProblemStatus {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemStatusResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemStatusResponse.java
deleted file mode 100644
index 955eeed..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemStatusResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblemStatusResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblemStatusResponse", propOrder = {
- "_return"
-})
-public class WSGetExamProblemStatusResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblems.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblems.java
deleted file mode 100644
index c4ce56d..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblems.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblems">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblems", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetExamProblems {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemsResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemsResponse.java
deleted file mode 100644
index c045476..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetExamProblemsResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetExamProblemsResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetExamProblemsResponse", propOrder = {
- "_return"
-})
-public class WSGetExamProblemsResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem.java
deleted file mode 100644
index f4e4c66..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSGetProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem4Judge.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem4Judge.java
deleted file mode 100644
index ac32539..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem4Judge.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblem4Judge">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblem4Judge", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetProblem4Judge {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem4JudgeResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem4JudgeResponse.java
deleted file mode 100644
index 13c341f..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblem4JudgeResponse.java
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblem4JudgeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblem4JudgeResponse", propOrder = {
- "_return"
-})
-public class WSGetProblem4JudgeResponse {
-
- @XmlElement(name = "return")
- protected byte[] _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setReturn(byte[] value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblemResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblemResponse.java
deleted file mode 100644
index cae3cf8..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetProblemResponse.java
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetProblemResponse", propOrder = {
- "_return"
-})
-public class WSGetProblemResponse {
-
- @XmlElement(name = "return")
- protected byte[] _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setReturn(byte[] value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetSolutions.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetSolutions.java
deleted file mode 100644
index e371d14..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetSolutions.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetSolutions">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetSolutions", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSGetSolutions {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetSolutionsResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetSolutionsResponse.java
deleted file mode 100644
index ae19991..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSGetSolutionsResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_GetSolutionsResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_GetSolutionsResponse", propOrder = {
- "_return"
-})
-public class WSGetSolutionsResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSIsPermit.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSIsPermit.java
deleted file mode 100644
index 3a58d13..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSIsPermit.java
+++ /dev/null
@@ -1,133 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_IsPermit">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_IsPermit", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSIsPermit {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected String arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg3(String value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSIsPermitResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSIsPermitResponse.java
deleted file mode 100644
index 7825cae..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSIsPermitResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_IsPermitResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_IsPermitResponse", propOrder = {
- "_return"
-})
-public class WSIsPermitResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitCode.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitCode.java
deleted file mode 100644
index 1d56dc5..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitCode.java
+++ /dev/null
@@ -1,133 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitCode">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitCode", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSItrainSubmitCode {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected String arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg3(String value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitCodeResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitCodeResponse.java
deleted file mode 100644
index 1915f09..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitCodeResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitCodeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitCodeResponse", propOrder = {
- "_return"
-})
-public class WSItrainSubmitCodeResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitThisProblem.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitThisProblem.java
deleted file mode 100644
index e8e2995..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitThisProblem.java
+++ /dev/null
@@ -1,160 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitThisProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitThisProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3",
- "arg4"
-})
-public class WSItrainSubmitThisProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected String arg3;
- protected String arg4;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg3(String value) {
- this.arg3 = value;
- }
-
- /**
- * »ñÈ¡arg4ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg4() {
- return arg4;
- }
-
- /**
- * ÉèÖÃarg4ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg4(String value) {
- this.arg4 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitThisProblemResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitThisProblemResponse.java
deleted file mode 100644
index 2042a9e..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSItrainSubmitThisProblemResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ItrainSubmitThisProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ItrainSubmitThisProblemResponse", propOrder = {
- "_return"
-})
-public class WSItrainSubmitThisProblemResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSLogin.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSLogin.java
deleted file mode 100644
index fb73f56..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSLogin.java
+++ /dev/null
@@ -1,87 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_Login">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_Login", propOrder = {
- "arg0",
- "arg1"
-})
-public class WSLogin {
-
- protected String arg0;
- protected String arg1;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSLoginResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSLoginResponse.java
deleted file mode 100644
index 003d341..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSLoginResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_LoginResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_LoginResponse", propOrder = {
- "_return"
-})
-public class WSLoginResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSPassThisCategory.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSPassThisCategory.java
deleted file mode 100644
index 2572a3a..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSPassThisCategory.java
+++ /dev/null
@@ -1,125 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_PassThisCategory">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_PassThisCategory", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3"
-})
-public class WSPassThisCategory {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSPassThisCategoryResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSPassThisCategoryResponse.java
deleted file mode 100644
index 6c23661..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSPassThisCategoryResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_PassThisCategoryResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_PassThisCategoryResponse", propOrder = {
- "_return"
-})
-public class WSPassThisCategoryResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSkipThisProblem.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSkipThisProblem.java
deleted file mode 100644
index 0c332a8..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSkipThisProblem.java
+++ /dev/null
@@ -1,144 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SkipThisProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SkipThisProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3",
- "arg4"
-})
-public class WSSkipThisProblem {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
- protected int arg4;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
- /**
- * »ñÈ¡arg4ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg4() {
- return arg4;
- }
-
- /**
- * ÉèÖÃarg4ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg4(int value) {
- this.arg4 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSkipThisProblemResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSkipThisProblemResponse.java
deleted file mode 100644
index 2f3659f..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSkipThisProblemResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SkipThisProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SkipThisProblemResponse", propOrder = {
- "_return"
-})
-public class WSSkipThisProblemResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitCode.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitCode.java
deleted file mode 100644
index 6f1a4e0..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitCode.java
+++ /dev/null
@@ -1,114 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitCode">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitCode", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmitCode {
-
- protected String arg0;
- protected String arg1;
- protected String arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg2(String value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitCodeResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitCodeResponse.java
deleted file mode 100644
index 9d5d72f..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitCodeResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitCodeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitCodeResponse", propOrder = {
- "_return"
-})
-public class WSSubmitCodeResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitHistory.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitHistory.java
deleted file mode 100644
index 674b53e..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitHistory.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitHistory">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitHistory", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmitHistory {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitHistoryResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitHistoryResponse.java
deleted file mode 100644
index 43547cb..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitHistoryResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitHistoryResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitHistoryResponse", propOrder = {
- "_return"
-})
-public class WSSubmitHistoryResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitThisProblem.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitThisProblem.java
deleted file mode 100644
index d0149a4..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitThisProblem.java
+++ /dev/null
@@ -1,114 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitThisProblem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitThisProblem", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmitThisProblem {
-
- protected String arg0;
- protected String arg1;
- protected String arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg2(String value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitThisProblemResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitThisProblemResponse.java
deleted file mode 100644
index 8db02b9..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmitThisProblemResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmitThisProblemResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmitThisProblemResponse", propOrder = {
- "_return"
-})
-public class WSSubmitThisProblemResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmittedCode.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmittedCode.java
deleted file mode 100644
index 2256f9e..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmittedCode.java
+++ /dev/null
@@ -1,106 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmittedCode">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmittedCode", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSSubmittedCode {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmittedCodeResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmittedCodeResponse.java
deleted file mode 100644
index bb668f9..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSSubmittedCodeResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_SubmittedCodeResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_SubmittedCodeResponse", propOrder = {
- "_return"
-})
-public class WSSubmittedCodeResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSUpdateResult.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSUpdateResult.java
deleted file mode 100644
index 402201c..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSUpdateResult.java
+++ /dev/null
@@ -1,112 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_UpdateResult">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_UpdateResult", propOrder = {
- "arg0",
- "arg1",
- "arg2"
-})
-public class WSUpdateResult {
-
- protected String arg0;
- protected String arg1;
- protected byte[] arg2;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setArg2(byte[] value) {
- this.arg2 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSUpdateResultResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSUpdateResultResponse.java
deleted file mode 100644
index 2ec3aa8..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSUpdateResultResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_UpdateResultResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_UpdateResultResponse", propOrder = {
- "_return"
-})
-public class WSUpdateResultResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSViewWrongCase.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSViewWrongCase.java
deleted file mode 100644
index 9b91efc..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSViewWrongCase.java
+++ /dev/null
@@ -1,163 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ViewWrongCase">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}int"/>
- * <element name="arg5" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ViewWrongCase", propOrder = {
- "arg0",
- "arg1",
- "arg2",
- "arg3",
- "arg4",
- "arg5"
-})
-public class WSViewWrongCase {
-
- protected String arg0;
- protected String arg1;
- protected int arg2;
- protected int arg3;
- protected int arg4;
- protected boolean arg5;
-
- /**
- * »ñÈ¡arg0ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg0() {
- return arg0;
- }
-
- /**
- * ÉèÖÃarg0ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg0(String value) {
- this.arg0 = value;
- }
-
- /**
- * »ñÈ¡arg1ÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArg1() {
- return arg1;
- }
-
- /**
- * ÉèÖÃarg1ÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArg1(String value) {
- this.arg1 = value;
- }
-
- /**
- * »ñÈ¡arg2ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg2() {
- return arg2;
- }
-
- /**
- * ÉèÖÃarg2ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg2(int value) {
- this.arg2 = value;
- }
-
- /**
- * »ñÈ¡arg3ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg3() {
- return arg3;
- }
-
- /**
- * ÉèÖÃarg3ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg3(int value) {
- this.arg3 = value;
- }
-
- /**
- * »ñÈ¡arg4ÊôÐÔµÄÖµ¡£
- *
- */
- public int getArg4() {
- return arg4;
- }
-
- /**
- * ÉèÖÃarg4ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg4(int value) {
- this.arg4 = value;
- }
-
- /**
- * »ñÈ¡arg5ÊôÐÔµÄÖµ¡£
- *
- */
- public boolean isArg5() {
- return arg5;
- }
-
- /**
- * ÉèÖÃarg5ÊôÐÔµÄÖµ¡£
- *
- */
- public void setArg5(boolean value) {
- this.arg5 = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSViewWrongCaseResponse.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSViewWrongCaseResponse.java
deleted file mode 100644
index d882867..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSViewWrongCaseResponse.java
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package edu.dhu.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WS_ViewWrongCaseResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WS_ViewWrongCaseResponse", propOrder = {
- "_return"
-})
-public class WSViewWrongCaseResponse {
-
- @XmlElement(name = "return")
- protected String _return;
-
- /**
- * »ñÈ¡returnÊôÐÔµÄÖµ¡£
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReturn() {
- return _return;
- }
-
- /**
- * ÉèÖÃreturnÊôÐÔµÄÖµ¡£
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReturn(String value) {
- this._return = value;
- }
-
-}
diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/package-info.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/package-info.java
deleted file mode 100644
index b781c2b..0000000
--- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/package-info.java
+++ /dev/null
@@ -1,2 +0,0 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://ws.dhu.edu/")
-package edu.dhu.ws;
diff --git a/client/nbproject/project.properties b/client/nbproject/project.properties
index 2fd71c6..5016de0 100644
--- a/client/nbproject/project.properties
+++ b/client/nbproject/project.properties
@@ -90,7 +90,7 @@ file.reference.httpcore-nio-4.2.4.jar=..\\Lib\\httpcore-nio-4.2.4.jar
file.reference.isorelax-20030108.jar=..\\Lib\\isorelax-20030108.jar
file.reference.java-diff-1.1.jar=..\\Lib\\java-diff-1.1.jar
file.reference.java-diff.jar=..\\Lib\\java-diff.jar
-file.reference.javax.ws.rs-api-2.0-m10.jar=..\\Lib\\javax.ws.rs-api-2.0-m10.jar
+file.reference.javax.ws.rs-api-2.0-m10.jar=../Lib/javax.ws.rs-api-2.0-m10.jar
file.reference.jaxb-api-2.2.1.jar=..\\Lib\\jaxb-api-2.2.1.jar
file.reference.jaxb-api-2.2.6.jar=..\\Lib\\jaxb-api-2.2.6.jar
file.reference.jaxb-impl-2.2.1.1.jar=..\\Lib\\jaxb-impl-2.2.1.1.jar
@@ -271,7 +271,8 @@ javac.classpath=\
${file.reference.registry.jar}:\
${file.reference.rsyntaxtextarea.jar}:\
${reference.clientUpdater.jar}:\
- ${file.reference.junit-4.12.jar}
+ ${file.reference.junit-4.12.jar}:\
+ ${file.reference.javax.ws.rs-api-2.0-m10.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
@@ -321,6 +322,7 @@ manifest.custom.permissions=
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
+no.dependencies=true
platform.active=default_platform
project.clientUpdater=../clientUpdater
project.Common=../Common
diff --git a/clientUpdater/dist/clientUpdater.jar b/clientUpdater/dist/clientUpdater.jar
index 6a9bafb..b709c3a 100644
Binary files a/clientUpdater/dist/clientUpdater.jar and b/clientUpdater/dist/clientUpdater.jar differ