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 @@ - - - - - - - diff --git a/client/build/classes/META-INF/wsdl/106.15.36.190_80/oj/webservice/OJWS.wsdl b/client/build/classes/META-INF/wsdl/106.15.36.190_80/oj/webservice/OJWS.wsdl deleted file mode 100644 index 16d1483..0000000 --- a/client/build/classes/META-INF/wsdl/106.15.36.190_80/oj/webservice/OJWS.wsdl +++ /dev/null @@ -1,575 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/build/classes/client/io/xml/Change_io.class b/client/build/classes/client/io/xml/Change_io.class deleted file mode 100644 index 573344b..0000000 Binary files a/client/build/classes/client/io/xml/Change_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/Compute_xml.class b/client/build/classes/client/io/xml/Compute_xml.class deleted file mode 100644 index c42cdfe..0000000 Binary files a/client/build/classes/client/io/xml/Compute_xml.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/ExamPermit_io.class b/client/build/classes/client/io/xml/ExamPermit_io.class deleted file mode 100644 index a56422b..0000000 Binary files a/client/build/classes/client/io/xml/ExamPermit_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/ExamProblem_io.class b/client/build/classes/client/io/xml/ExamProblem_io.class deleted file mode 100644 index 1e97124..0000000 Binary files a/client/build/classes/client/io/xml/ExamProblem_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/Exam_io.class b/client/build/classes/client/io/xml/Exam_io.class deleted file mode 100644 index 52ca2e8..0000000 Binary files a/client/build/classes/client/io/xml/Exam_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/ProblemTestCase_io.class b/client/build/classes/client/io/xml/ProblemTestCase_io.class deleted file mode 100644 index 4287b66..0000000 Binary files a/client/build/classes/client/io/xml/ProblemTestCase_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/Problem_io.class b/client/build/classes/client/io/xml/Problem_io.class deleted file mode 100644 index 37f6d64..0000000 Binary files a/client/build/classes/client/io/xml/Problem_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/Read_xml.class b/client/build/classes/client/io/xml/Read_xml.class deleted file mode 100644 index c8a0a68..0000000 Binary files a/client/build/classes/client/io/xml/Read_xml.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/RefreshSolution.class b/client/build/classes/client/io/xml/RefreshSolution.class deleted file mode 100644 index a0361dd..0000000 Binary files a/client/build/classes/client/io/xml/RefreshSolution.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/SolutionCode.class b/client/build/classes/client/io/xml/SolutionCode.class deleted file mode 100644 index 341c4e2..0000000 Binary files a/client/build/classes/client/io/xml/SolutionCode.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/Solution_io.class b/client/build/classes/client/io/xml/Solution_io.class deleted file mode 100644 index 54e237c..0000000 Binary files a/client/build/classes/client/io/xml/Solution_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/StudentExamDetail_io.class b/client/build/classes/client/io/xml/StudentExamDetail_io.class deleted file mode 100644 index 7329805..0000000 Binary files a/client/build/classes/client/io/xml/StudentExamDetail_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/SubmitCode.class b/client/build/classes/client/io/xml/SubmitCode.class deleted file mode 100644 index 25d267a..0000000 Binary files a/client/build/classes/client/io/xml/SubmitCode.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/SubmitProblem.class b/client/build/classes/client/io/xml/SubmitProblem.class deleted file mode 100644 index 93f75f6..0000000 Binary files a/client/build/classes/client/io/xml/SubmitProblem.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/User_io.class b/client/build/classes/client/io/xml/User_io.class deleted file mode 100644 index 86f030d..0000000 Binary files a/client/build/classes/client/io/xml/User_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/WrongCase.class b/client/build/classes/client/io/xml/WrongCase.class deleted file mode 100644 index 0899f95..0000000 Binary files a/client/build/classes/client/io/xml/WrongCase.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/WrongCase_io.class b/client/build/classes/client/io/xml/WrongCase_io.class deleted file mode 100644 index a82fcee..0000000 Binary files a/client/build/classes/client/io/xml/WrongCase_io.class and /dev/null differ diff --git a/client/build/classes/client/io/xml/XmlUtils.class b/client/build/classes/client/io/xml/XmlUtils.class deleted file mode 100644 index c0cfdf5..0000000 Binary files a/client/build/classes/client/io/xml/XmlUtils.class and /dev/null differ diff --git a/client/build/classes/client/model/Case.class b/client/build/classes/client/model/Case.class deleted file mode 100644 index 0fbf8cd..0000000 Binary files a/client/build/classes/client/model/Case.class and /dev/null differ diff --git a/client/build/classes/client/model/Exam.class b/client/build/classes/client/model/Exam.class deleted file mode 100644 index f2cd7e0..0000000 Binary files a/client/build/classes/client/model/Exam.class and /dev/null differ diff --git a/client/build/classes/client/model/ExamPermit.class b/client/build/classes/client/model/ExamPermit.class deleted file mode 100644 index 1284042..0000000 Binary files a/client/build/classes/client/model/ExamPermit.class and /dev/null differ diff --git a/client/build/classes/client/model/ExamProblem.class b/client/build/classes/client/model/ExamProblem.class deleted file mode 100644 index c7b6e5b..0000000 Binary files a/client/build/classes/client/model/ExamProblem.class and /dev/null differ diff --git a/client/build/classes/client/model/Information.class b/client/build/classes/client/model/Information.class deleted file mode 100644 index 6830253..0000000 Binary files a/client/build/classes/client/model/Information.class and /dev/null differ diff --git a/client/build/classes/client/model/Problem.class b/client/build/classes/client/model/Problem.class deleted file mode 100644 index 23bbfac..0000000 Binary files a/client/build/classes/client/model/Problem.class and /dev/null differ diff --git a/client/build/classes/client/model/ProblemTestCase.class b/client/build/classes/client/model/ProblemTestCase.class deleted file mode 100644 index e3196c4..0000000 Binary files a/client/build/classes/client/model/ProblemTestCase.class and /dev/null differ diff --git a/client/build/classes/client/model/Problemlist.class b/client/build/classes/client/model/Problemlist.class deleted file mode 100644 index d5650fe..0000000 Binary files a/client/build/classes/client/model/Problemlist.class and /dev/null differ diff --git a/client/build/classes/client/model/ProgressMess.class b/client/build/classes/client/model/ProgressMess.class deleted file mode 100644 index de89383..0000000 Binary files a/client/build/classes/client/model/ProgressMess.class and /dev/null differ diff --git a/client/build/classes/client/model/Solution.class b/client/build/classes/client/model/Solution.class deleted file mode 100644 index eae629c..0000000 Binary files a/client/build/classes/client/model/Solution.class and /dev/null differ diff --git a/client/build/classes/client/model/StudentExamDetail.class b/client/build/classes/client/model/StudentExamDetail.class deleted file mode 100644 index 7496603..0000000 Binary files a/client/build/classes/client/model/StudentExamDetail.class and /dev/null differ diff --git a/client/build/classes/client/model/User.class b/client/build/classes/client/model/User.class deleted file mode 100644 index ad4a0aa..0000000 Binary files a/client/build/classes/client/model/User.class and /dev/null differ diff --git a/client/build/classes/client/model/WrongCase.class b/client/build/classes/client/model/WrongCase.class deleted file mode 100644 index 72363ae..0000000 Binary files a/client/build/classes/client/model/WrongCase.class and /dev/null differ diff --git a/client/build/classes/client/service/CompareStatus.class b/client/build/classes/client/service/CompareStatus.class deleted file mode 100644 index 3b331ac..0000000 Binary files a/client/build/classes/client/service/CompareStatus.class and /dev/null differ diff --git a/client/build/classes/client/service/DoBackground.class b/client/build/classes/client/service/DoBackground.class deleted file mode 100644 index 6722261..0000000 Binary files a/client/build/classes/client/service/DoBackground.class and /dev/null differ diff --git a/client/build/classes/client/service/DownFileWrite.class b/client/build/classes/client/service/DownFileWrite.class deleted file mode 100644 index be1db9d..0000000 Binary files a/client/build/classes/client/service/DownFileWrite.class and /dev/null differ diff --git a/client/build/classes/client/service/DownSwingWorker.class b/client/build/classes/client/service/DownSwingWorker.class deleted file mode 100644 index e05692b..0000000 Binary files a/client/build/classes/client/service/DownSwingWorker.class and /dev/null differ diff --git a/client/build/classes/client/service/DownloadFile.class b/client/build/classes/client/service/DownloadFile.class deleted file mode 100644 index 0a9d08a..0000000 Binary files a/client/build/classes/client/service/DownloadFile.class and /dev/null differ diff --git a/client/build/classes/client/service/GetServerTime$1.class b/client/build/classes/client/service/GetServerTime$1.class deleted file mode 100644 index 1dd7601..0000000 Binary files a/client/build/classes/client/service/GetServerTime$1.class and /dev/null differ diff --git a/client/build/classes/client/service/GetServerTime.class b/client/build/classes/client/service/GetServerTime.class deleted file mode 100644 index 46544b1..0000000 Binary files a/client/build/classes/client/service/GetServerTime.class and /dev/null differ diff --git a/client/build/classes/client/service/JudgeLogin.class b/client/build/classes/client/service/JudgeLogin.class deleted file mode 100644 index 7ec20ab..0000000 Binary files a/client/build/classes/client/service/JudgeLogin.class and /dev/null differ diff --git a/client/build/classes/client/service/ProblemURL.class b/client/build/classes/client/service/ProblemURL.class deleted file mode 100644 index bd539ae..0000000 Binary files a/client/build/classes/client/service/ProblemURL.class and /dev/null differ diff --git a/client/build/classes/client/service/myswingworker/MyService.class b/client/build/classes/client/service/myswingworker/MyService.class deleted file mode 100644 index 38b9f39..0000000 Binary files a/client/build/classes/client/service/myswingworker/MyService.class and /dev/null differ diff --git a/client/build/classes/client/service/myswingworker/MyServiceDone.class b/client/build/classes/client/service/myswingworker/MyServiceDone.class deleted file mode 100644 index b682c30..0000000 Binary files a/client/build/classes/client/service/myswingworker/MyServiceDone.class and /dev/null differ diff --git a/client/build/classes/client/service/myswingworker/MySwingWorker.class b/client/build/classes/client/service/myswingworker/MySwingWorker.class deleted file mode 100644 index 0dfe523..0000000 Binary files a/client/build/classes/client/service/myswingworker/MySwingWorker.class and /dev/null differ diff --git a/client/build/classes/client/service/web/Webservice.class b/client/build/classes/client/service/web/Webservice.class deleted file mode 100644 index 8104651..0000000 Binary files a/client/build/classes/client/service/web/Webservice.class and /dev/null differ diff --git a/client/build/classes/client/test/Test1.class b/client/build/classes/client/test/Test1.class deleted file mode 100644 index 0fdec89..0000000 Binary files a/client/build/classes/client/test/Test1.class and /dev/null differ diff --git a/client/build/classes/client/util/Config.class b/client/build/classes/client/util/Config.class deleted file mode 100644 index 2d4253f..0000000 Binary files a/client/build/classes/client/util/Config.class and /dev/null differ diff --git a/client/build/classes/client/util/Control.class b/client/build/classes/client/util/Control.class deleted file mode 100644 index 692ee10..0000000 Binary files a/client/build/classes/client/util/Control.class and /dev/null differ diff --git a/client/build/classes/client/util/CreateProblemHtml.class b/client/build/classes/client/util/CreateProblemHtml.class deleted file mode 100644 index f70906e..0000000 Binary files a/client/build/classes/client/util/CreateProblemHtml.class and /dev/null differ diff --git a/client/build/classes/client/util/DES.class b/client/build/classes/client/util/DES.class deleted file mode 100644 index ab859ee..0000000 Binary files a/client/build/classes/client/util/DES.class and /dev/null differ diff --git a/client/build/classes/client/util/Decrypt.class b/client/build/classes/client/util/Decrypt.class deleted file mode 100644 index 8b466cb..0000000 Binary files a/client/build/classes/client/util/Decrypt.class and /dev/null differ diff --git a/client/build/classes/client/util/SystemUtil.class b/client/build/classes/client/util/SystemUtil.class deleted file mode 100644 index f9cef37..0000000 Binary files a/client/build/classes/client/util/SystemUtil.class and /dev/null differ diff --git a/client/build/classes/client/util/Tips.class b/client/build/classes/client/util/Tips.class deleted file mode 100644 index 1354ccc..0000000 Binary files a/client/build/classes/client/util/Tips.class and /dev/null differ diff --git a/client/build/classes/client/util/similarity/Compare.class b/client/build/classes/client/util/similarity/Compare.class deleted file mode 100644 index b252a02..0000000 Binary files a/client/build/classes/client/util/similarity/Compare.class and /dev/null differ diff --git a/client/build/classes/client/util/similarity/DelComments.class b/client/build/classes/client/util/similarity/DelComments.class deleted file mode 100644 index bbe67fe..0000000 Binary files a/client/build/classes/client/util/similarity/DelComments.class and /dev/null differ diff --git a/client/build/classes/client/util/similarity/Parsexml.class b/client/build/classes/client/util/similarity/Parsexml.class deleted file mode 100644 index 67081da..0000000 Binary files a/client/build/classes/client/util/similarity/Parsexml.class and /dev/null differ diff --git a/client/build/classes/client/util/similarity/Similarity.class b/client/build/classes/client/util/similarity/Similarity.class deleted file mode 100644 index 862a3c1..0000000 Binary files a/client/build/classes/client/util/similarity/Similarity.class and /dev/null differ diff --git a/client/build/classes/client/util/similarity/SimilarityByLine.class b/client/build/classes/client/util/similarity/SimilarityByLine.class deleted file mode 100644 index f61a25d..0000000 Binary files a/client/build/classes/client/util/similarity/SimilarityByLine.class and /dev/null differ diff --git a/client/build/classes/client/util/similarity/check.class b/client/build/classes/client/util/similarity/check.class deleted file mode 100644 index c45dcd0..0000000 Binary files a/client/build/classes/client/util/similarity/check.class and /dev/null differ diff --git a/client/build/classes/client/util/similarity/submittedCode.class b/client/build/classes/client/util/similarity/submittedCode.class deleted file mode 100644 index 2905190..0000000 Binary files a/client/build/classes/client/util/similarity/submittedCode.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/ExamFrame$1.class b/client/build/classes/client/view/frame/ExamFrame$1.class deleted file mode 100644 index 8feb7be..0000000 Binary files a/client/build/classes/client/view/frame/ExamFrame$1.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/ExamFrame.class b/client/build/classes/client/view/frame/ExamFrame.class deleted file mode 100644 index 2ae5b55..0000000 Binary files a/client/build/classes/client/view/frame/ExamFrame.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$1.class b/client/build/classes/client/view/frame/LoginFrame$1.class deleted file mode 100644 index 0915e63..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$1.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$2.class b/client/build/classes/client/view/frame/LoginFrame$2.class deleted file mode 100644 index 8d666ff..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$2.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$3.class b/client/build/classes/client/view/frame/LoginFrame$3.class deleted file mode 100644 index eb04090..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$3.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$4.class b/client/build/classes/client/view/frame/LoginFrame$4.class deleted file mode 100644 index 04b6998..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$4.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$5.class b/client/build/classes/client/view/frame/LoginFrame$5.class deleted file mode 100644 index 790a033..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$5.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$6.class b/client/build/classes/client/view/frame/LoginFrame$6.class deleted file mode 100644 index e0130c8..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$6.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$7.class b/client/build/classes/client/view/frame/LoginFrame$7.class deleted file mode 100644 index de19a55..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$7.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame$8.class b/client/build/classes/client/view/frame/LoginFrame$8.class deleted file mode 100644 index 64852e0..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame$8.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/LoginFrame.class b/client/build/classes/client/view/frame/LoginFrame.class deleted file mode 100644 index 074d0ab..0000000 Binary files a/client/build/classes/client/view/frame/LoginFrame.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$1.class b/client/build/classes/client/view/frame/MainFrame$1.class deleted file mode 100644 index 2342147..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$1.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$10.class b/client/build/classes/client/view/frame/MainFrame$10.class deleted file mode 100644 index ccb6c15..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$10.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$11.class b/client/build/classes/client/view/frame/MainFrame$11.class deleted file mode 100644 index 954f154..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$11.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$12.class b/client/build/classes/client/view/frame/MainFrame$12.class deleted file mode 100644 index 45ee34d..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$12.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$2.class b/client/build/classes/client/view/frame/MainFrame$2.class deleted file mode 100644 index dc2e65d..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$2.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$3.class b/client/build/classes/client/view/frame/MainFrame$3.class deleted file mode 100644 index 0926c6a..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$3.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$4.class b/client/build/classes/client/view/frame/MainFrame$4.class deleted file mode 100644 index 3c20378..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$4.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$5.class b/client/build/classes/client/view/frame/MainFrame$5.class deleted file mode 100644 index 02c0d54..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$5.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$6.class b/client/build/classes/client/view/frame/MainFrame$6.class deleted file mode 100644 index 11e2c8f..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$6.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$7.class b/client/build/classes/client/view/frame/MainFrame$7.class deleted file mode 100644 index 63169e1..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$7.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$8.class b/client/build/classes/client/view/frame/MainFrame$8.class deleted file mode 100644 index d36b1db..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$8.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame$9.class b/client/build/classes/client/view/frame/MainFrame$9.class deleted file mode 100644 index 38f7439..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame$9.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/MainFrame.class b/client/build/classes/client/view/frame/MainFrame.class deleted file mode 100644 index 4b2329e..0000000 Binary files a/client/build/classes/client/view/frame/MainFrame.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/ProgressBarFrame$1.class b/client/build/classes/client/view/frame/ProgressBarFrame$1.class deleted file mode 100644 index 4c0af13..0000000 Binary files a/client/build/classes/client/view/frame/ProgressBarFrame$1.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/ProgressBarFrame$2.class b/client/build/classes/client/view/frame/ProgressBarFrame$2.class deleted file mode 100644 index fcf3e95..0000000 Binary files a/client/build/classes/client/view/frame/ProgressBarFrame$2.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/ProgressBarFrame.class b/client/build/classes/client/view/frame/ProgressBarFrame.class deleted file mode 100644 index 3d83492..0000000 Binary files a/client/build/classes/client/view/frame/ProgressBarFrame.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/WrongDetailDialog$1.class b/client/build/classes/client/view/frame/WrongDetailDialog$1.class deleted file mode 100644 index 2519d55..0000000 Binary files a/client/build/classes/client/view/frame/WrongDetailDialog$1.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/WrongDetailDialog$2.class b/client/build/classes/client/view/frame/WrongDetailDialog$2.class deleted file mode 100644 index ac96952..0000000 Binary files a/client/build/classes/client/view/frame/WrongDetailDialog$2.class and /dev/null differ diff --git a/client/build/classes/client/view/frame/WrongDetailDialog.class b/client/build/classes/client/view/frame/WrongDetailDialog.class deleted file mode 100644 index f595e6f..0000000 Binary files a/client/build/classes/client/view/frame/WrongDetailDialog.class and /dev/null differ diff --git a/client/build/classes/client/view/other/CodeTextAreaPanel.class b/client/build/classes/client/view/other/CodeTextAreaPanel.class deleted file mode 100644 index 5fbdadd..0000000 Binary files a/client/build/classes/client/view/other/CodeTextAreaPanel.class and /dev/null differ diff --git a/client/build/classes/client/view/other/ColorChange.class b/client/build/classes/client/view/other/ColorChange.class deleted file mode 100644 index ce2d12d..0000000 Binary files a/client/build/classes/client/view/other/ColorChange.class and /dev/null differ diff --git a/client/build/classes/client/view/other/KeyWord.class b/client/build/classes/client/view/other/KeyWord.class deleted file mode 100644 index bf8734d..0000000 Binary files a/client/build/classes/client/view/other/KeyWord.class and /dev/null differ diff --git a/client/build/classes/client/view/other/MyEditorKit$MyEditorView.class b/client/build/classes/client/view/other/MyEditorKit$MyEditorView.class deleted file mode 100644 index c7c7d9f..0000000 Binary files a/client/build/classes/client/view/other/MyEditorKit$MyEditorView.class and /dev/null differ diff --git a/client/build/classes/client/view/other/MyEditorKit$MyViewFactory.class b/client/build/classes/client/view/other/MyEditorKit$MyViewFactory.class deleted file mode 100644 index feaf3f8..0000000 Binary files a/client/build/classes/client/view/other/MyEditorKit$MyViewFactory.class and /dev/null differ diff --git a/client/build/classes/client/view/other/MyEditorKit.class b/client/build/classes/client/view/other/MyEditorKit.class deleted file mode 100644 index 626a521..0000000 Binary files a/client/build/classes/client/view/other/MyEditorKit.class and /dev/null differ diff --git a/client/build/classes/client/view/other/TimeLabel$1.class b/client/build/classes/client/view/other/TimeLabel$1.class deleted file mode 100644 index a861a54..0000000 Binary files a/client/build/classes/client/view/other/TimeLabel$1.class and /dev/null differ diff --git a/client/build/classes/client/view/other/TimeLabel$2.class b/client/build/classes/client/view/other/TimeLabel$2.class deleted file mode 100644 index 9bc792e..0000000 Binary files a/client/build/classes/client/view/other/TimeLabel$2.class and /dev/null differ diff --git a/client/build/classes/client/view/other/TimeLabel.class b/client/build/classes/client/view/other/TimeLabel.class deleted file mode 100644 index 6bf9eb5..0000000 Binary files a/client/build/classes/client/view/other/TimeLabel.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/AnswerTablePanel$1.class b/client/build/classes/client/view/panel/AnswerTablePanel$1.class deleted file mode 100644 index e4a521d..0000000 Binary files a/client/build/classes/client/view/panel/AnswerTablePanel$1.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/AnswerTablePanel$Refresh.class b/client/build/classes/client/view/panel/AnswerTablePanel$Refresh.class deleted file mode 100644 index 55d6af2..0000000 Binary files a/client/build/classes/client/view/panel/AnswerTablePanel$Refresh.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/AnswerTablePanel$SubmitPro.class b/client/build/classes/client/view/panel/AnswerTablePanel$SubmitPro.class deleted file mode 100644 index 8d0a363..0000000 Binary files a/client/build/classes/client/view/panel/AnswerTablePanel$SubmitPro.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/AnswerTablePanel$Wrongdetail.class b/client/build/classes/client/view/panel/AnswerTablePanel$Wrongdetail.class deleted file mode 100644 index 4996602..0000000 Binary files a/client/build/classes/client/view/panel/AnswerTablePanel$Wrongdetail.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/AnswerTablePanel.class b/client/build/classes/client/view/panel/AnswerTablePanel.class deleted file mode 100644 index c340d5b..0000000 Binary files a/client/build/classes/client/view/panel/AnswerTablePanel.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$1.class b/client/build/classes/client/view/panel/CodePanel$1.class deleted file mode 100644 index 6f99400..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$1.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$2.class b/client/build/classes/client/view/panel/CodePanel$2.class deleted file mode 100644 index 366bfad..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$2.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$3.class b/client/build/classes/client/view/panel/CodePanel$3.class deleted file mode 100644 index 8a795e9..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$3.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$4.class b/client/build/classes/client/view/panel/CodePanel$4.class deleted file mode 100644 index 607cf88..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$4.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$5.class b/client/build/classes/client/view/panel/CodePanel$5.class deleted file mode 100644 index 36d0700..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$5.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$6.class b/client/build/classes/client/view/panel/CodePanel$6.class deleted file mode 100644 index 8249b65..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$6.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$7.class b/client/build/classes/client/view/panel/CodePanel$7.class deleted file mode 100644 index df7d692..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$7.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$Timers$1.class b/client/build/classes/client/view/panel/CodePanel$Timers$1.class deleted file mode 100644 index 44abe03..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$Timers$1.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$Timers$2.class b/client/build/classes/client/view/panel/CodePanel$Timers$2.class deleted file mode 100644 index 6aa8ef6..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$Timers$2.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel$Timers.class b/client/build/classes/client/view/panel/CodePanel$Timers.class deleted file mode 100644 index ab530fb..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel$Timers.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/CodePanel.class b/client/build/classes/client/view/panel/CodePanel.class deleted file mode 100644 index 5ac0790..0000000 Binary files a/client/build/classes/client/view/panel/CodePanel.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/PaperPanel.class b/client/build/classes/client/view/panel/PaperPanel.class deleted file mode 100644 index fa40c9f..0000000 Binary files a/client/build/classes/client/view/panel/PaperPanel.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/RankPanel.class b/client/build/classes/client/view/panel/RankPanel.class deleted file mode 100644 index c0a8616..0000000 Binary files a/client/build/classes/client/view/panel/RankPanel.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/TimePanel$JLabelTimerTask.class b/client/build/classes/client/view/panel/TimePanel$JLabelTimerTask.class deleted file mode 100644 index eec78de..0000000 Binary files a/client/build/classes/client/view/panel/TimePanel$JLabelTimerTask.class and /dev/null differ diff --git a/client/build/classes/client/view/panel/TimePanel.class b/client/build/classes/client/view/panel/TimePanel.class deleted file mode 100644 index 7e213fc..0000000 Binary files a/client/build/classes/client/view/panel/TimePanel.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/OJWS.class b/client/build/classes/edu/dhu/ws/OJWS.class deleted file mode 100644 index 148b04b..0000000 Binary files a/client/build/classes/edu/dhu/ws/OJWS.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/OJWS_Service.class b/client/build/classes/edu/dhu/ws/OJWS_Service.class deleted file mode 100644 index e20dcd0..0000000 Binary files a/client/build/classes/edu/dhu/ws/OJWS_Service.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/ObjectFactory.class b/client/build/classes/edu/dhu/ws/ObjectFactory.class deleted file mode 100644 index 8ffe6f3..0000000 Binary files a/client/build/classes/edu/dhu/ws/ObjectFactory.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSCanDoCategory.class b/client/build/classes/edu/dhu/ws/WSCanDoCategory.class deleted file mode 100644 index 6218dc0..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSCanDoCategory.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSCanDoCategoryResponse.class b/client/build/classes/edu/dhu/ws/WSCanDoCategoryResponse.class deleted file mode 100644 index 0a0e452..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSCanDoCategoryResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSDrawProblem.class b/client/build/classes/edu/dhu/ws/WSDrawProblem.class deleted file mode 100644 index 919135b..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSDrawProblem.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSDrawProblemResponse.class b/client/build/classes/edu/dhu/ws/WSDrawProblemResponse.class deleted file mode 100644 index 21af387..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSDrawProblemResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamById.class b/client/build/classes/edu/dhu/ws/WSGetExamById.class deleted file mode 100644 index 625d89d..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamById.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamByIdResponse.class b/client/build/classes/edu/dhu/ws/WSGetExamByIdResponse.class deleted file mode 100644 index 8802191..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamByIdResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamDetail.class b/client/build/classes/edu/dhu/ws/WSGetExamDetail.class deleted file mode 100644 index 753410c..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamDetail.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamDetailResponse.class b/client/build/classes/edu/dhu/ws/WSGetExamDetailResponse.class deleted file mode 100644 index 3ae4aba..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamDetailResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamList.class b/client/build/classes/edu/dhu/ws/WSGetExamList.class deleted file mode 100644 index 4c2e956..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamList.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamListResponse.class b/client/build/classes/edu/dhu/ws/WSGetExamListResponse.class deleted file mode 100644 index b8f91f2..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamListResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamProCatagorys.class b/client/build/classes/edu/dhu/ws/WSGetExamProCatagorys.class deleted file mode 100644 index a58279e..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamProCatagorys.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamProCatagorysResponse.class b/client/build/classes/edu/dhu/ws/WSGetExamProCatagorysResponse.class deleted file mode 100644 index 9437aa7..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamProCatagorysResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamProblemStatus.class b/client/build/classes/edu/dhu/ws/WSGetExamProblemStatus.class deleted file mode 100644 index 95886a2..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamProblemStatus.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamProblemStatusResponse.class b/client/build/classes/edu/dhu/ws/WSGetExamProblemStatusResponse.class deleted file mode 100644 index da13271..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamProblemStatusResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamProblems.class b/client/build/classes/edu/dhu/ws/WSGetExamProblems.class deleted file mode 100644 index f127d92..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamProblems.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetExamProblemsResponse.class b/client/build/classes/edu/dhu/ws/WSGetExamProblemsResponse.class deleted file mode 100644 index 4873a8b..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetExamProblemsResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetProblem.class b/client/build/classes/edu/dhu/ws/WSGetProblem.class deleted file mode 100644 index f724ab5..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetProblem.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetProblem4Judge.class b/client/build/classes/edu/dhu/ws/WSGetProblem4Judge.class deleted file mode 100644 index 5e51b3a..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetProblem4Judge.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetProblem4JudgeResponse.class b/client/build/classes/edu/dhu/ws/WSGetProblem4JudgeResponse.class deleted file mode 100644 index bacc20c..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetProblem4JudgeResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetProblemResponse.class b/client/build/classes/edu/dhu/ws/WSGetProblemResponse.class deleted file mode 100644 index 8dd5658..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetProblemResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetSolutions.class b/client/build/classes/edu/dhu/ws/WSGetSolutions.class deleted file mode 100644 index 7ba0f2f..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetSolutions.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSGetSolutionsResponse.class b/client/build/classes/edu/dhu/ws/WSGetSolutionsResponse.class deleted file mode 100644 index 1f3ff73..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSGetSolutionsResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSIsPermit.class b/client/build/classes/edu/dhu/ws/WSIsPermit.class deleted file mode 100644 index a9b7b92..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSIsPermit.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSIsPermitResponse.class b/client/build/classes/edu/dhu/ws/WSIsPermitResponse.class deleted file mode 100644 index d5c87b1..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSIsPermitResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSItrainSubmitCode.class b/client/build/classes/edu/dhu/ws/WSItrainSubmitCode.class deleted file mode 100644 index 159d54a..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSItrainSubmitCode.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSItrainSubmitCodeResponse.class b/client/build/classes/edu/dhu/ws/WSItrainSubmitCodeResponse.class deleted file mode 100644 index 8601c12..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSItrainSubmitCodeResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSItrainSubmitThisProblem.class b/client/build/classes/edu/dhu/ws/WSItrainSubmitThisProblem.class deleted file mode 100644 index 311984d..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSItrainSubmitThisProblem.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSItrainSubmitThisProblemResponse.class b/client/build/classes/edu/dhu/ws/WSItrainSubmitThisProblemResponse.class deleted file mode 100644 index 8da6b08..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSItrainSubmitThisProblemResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSLogin.class b/client/build/classes/edu/dhu/ws/WSLogin.class deleted file mode 100644 index 30fa65d..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSLogin.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSLoginResponse.class b/client/build/classes/edu/dhu/ws/WSLoginResponse.class deleted file mode 100644 index bb8174c..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSLoginResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSPassThisCategory.class b/client/build/classes/edu/dhu/ws/WSPassThisCategory.class deleted file mode 100644 index f173b57..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSPassThisCategory.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSPassThisCategoryResponse.class b/client/build/classes/edu/dhu/ws/WSPassThisCategoryResponse.class deleted file mode 100644 index 9bff582..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSPassThisCategoryResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSkipThisProblem.class b/client/build/classes/edu/dhu/ws/WSSkipThisProblem.class deleted file mode 100644 index ebc457e..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSkipThisProblem.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSkipThisProblemResponse.class b/client/build/classes/edu/dhu/ws/WSSkipThisProblemResponse.class deleted file mode 100644 index 3367cef..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSkipThisProblemResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmitCode.class b/client/build/classes/edu/dhu/ws/WSSubmitCode.class deleted file mode 100644 index 221278f..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmitCode.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmitCodeResponse.class b/client/build/classes/edu/dhu/ws/WSSubmitCodeResponse.class deleted file mode 100644 index 103a012..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmitCodeResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmitHistory.class b/client/build/classes/edu/dhu/ws/WSSubmitHistory.class deleted file mode 100644 index fed18af..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmitHistory.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmitHistoryResponse.class b/client/build/classes/edu/dhu/ws/WSSubmitHistoryResponse.class deleted file mode 100644 index 11983c0..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmitHistoryResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmitThisProblem.class b/client/build/classes/edu/dhu/ws/WSSubmitThisProblem.class deleted file mode 100644 index 8373791..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmitThisProblem.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmitThisProblemResponse.class b/client/build/classes/edu/dhu/ws/WSSubmitThisProblemResponse.class deleted file mode 100644 index 385eb6d..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmitThisProblemResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmittedCode.class b/client/build/classes/edu/dhu/ws/WSSubmittedCode.class deleted file mode 100644 index b18eba2..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmittedCode.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSSubmittedCodeResponse.class b/client/build/classes/edu/dhu/ws/WSSubmittedCodeResponse.class deleted file mode 100644 index 19c4344..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSSubmittedCodeResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSUpdateResult.class b/client/build/classes/edu/dhu/ws/WSUpdateResult.class deleted file mode 100644 index ffe8194..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSUpdateResult.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSUpdateResultResponse.class b/client/build/classes/edu/dhu/ws/WSUpdateResultResponse.class deleted file mode 100644 index b5ad7b8..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSUpdateResultResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSViewWrongCase.class b/client/build/classes/edu/dhu/ws/WSViewWrongCase.class deleted file mode 100644 index f2b7483..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSViewWrongCase.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/WSViewWrongCaseResponse.class b/client/build/classes/edu/dhu/ws/WSViewWrongCaseResponse.class deleted file mode 100644 index 0daa4ca..0000000 Binary files a/client/build/classes/edu/dhu/ws/WSViewWrongCaseResponse.class and /dev/null differ diff --git a/client/build/classes/edu/dhu/ws/package-info.class b/client/build/classes/edu/dhu/ws/package-info.class deleted file mode 100644 index 5221074..0000000 Binary files a/client/build/classes/edu/dhu/ws/package-info.class and /dev/null differ diff --git a/client/build/classes/mix_paste.png b/client/build/classes/mix_paste.png deleted file mode 100644 index 1341e56..0000000 Binary files a/client/build/classes/mix_paste.png and /dev/null differ diff --git a/client/build/generated-sources/generated-sources.iml b/client/build/generated-sources/generated-sources.iml deleted file mode 100644 index 35d25d4..0000000 --- a/client/build/generated-sources/generated-sources.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/OJWS.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/OJWS.java deleted file mode 100644 index d591daf..0000000 --- a/client/build/generated-sources/jax-ws/edu/dhu/ws/OJWS.java +++ /dev/null @@ -1,519 +0,0 @@ - -package edu.dhu.ws; - -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.ws.RequestWrapper; -import javax.xml.ws.ResponseWrapper; - - -/** - * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.6-1b01 - * Generated source version: 2.2 - * - */ -@WebService(name = "OJWS", targetNamespace = "http://ws.dhu.edu/") -@XmlSeeAlso({ - ObjectFactory.class -}) -public interface OJWS { - - - /** - * - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamList") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamList", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamList") - @ResponseWrapper(localName = "WS_GetExamListResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamListResponse") - public String wsGetExamList( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns byte[] - */ - @WebMethod(operationName = "WS_GetProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblem") - @ResponseWrapper(localName = "WS_GetProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblemResponse") - public byte[] wsGetProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmitThisProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmitThisProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitThisProblem") - @ResponseWrapper(localName = "WS_SubmitThisProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitThisProblemResponse") - public String wsSubmitThisProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - String arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns byte[] - */ - @WebMethod(operationName = "WS_DrawProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_DrawProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSDrawProblem") - @ResponseWrapper(localName = "WS_DrawProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSDrawProblemResponse") - public byte[] wsDrawProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmittedCode") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmittedCode", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmittedCode") - @ResponseWrapper(localName = "WS_SubmittedCodeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmittedCodeResponse") - public String wsSubmittedCode( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_Login") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_Login", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSLogin") - @ResponseWrapper(localName = "WS_LoginResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSLoginResponse") - public String wsLogin( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1); - - /** - * - * @param arg3 - * @param arg2 - * @param arg4 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SkipThisProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SkipThisProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSkipThisProblem") - @ResponseWrapper(localName = "WS_SkipThisProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSkipThisProblemResponse") - public String wsSkipThisProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3, - @WebParam(name = "arg4", targetNamespace = "") - int arg4); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetSolutions") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetSolutions", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetSolutions") - @ResponseWrapper(localName = "WS_GetSolutionsResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetSolutionsResponse") - public String wsGetSolutions( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_ItrainSubmitCode") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_ItrainSubmitCode", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitCode") - @ResponseWrapper(localName = "WS_ItrainSubmitCodeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitCodeResponse") - public String wsItrainSubmitCode( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - String arg3); - - /** - * - * @param arg3 - * @param arg2 - * @param arg5 - * @param arg4 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_ViewWrongCase") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_ViewWrongCase", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSViewWrongCase") - @ResponseWrapper(localName = "WS_ViewWrongCaseResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSViewWrongCaseResponse") - public String wsViewWrongCase( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3, - @WebParam(name = "arg4", targetNamespace = "") - int arg4, - @WebParam(name = "arg5", targetNamespace = "") - boolean arg5); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmitHistory") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmitHistory", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitHistory") - @ResponseWrapper(localName = "WS_SubmitHistoryResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitHistoryResponse") - public String wsSubmitHistory( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamById") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamById", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamById") - @ResponseWrapper(localName = "WS_GetExamByIdResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamByIdResponse") - public String wsGetExamById( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns byte[] - */ - @WebMethod(operationName = "WS_GetProblem4Judge") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetProblem4Judge", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblem4Judge") - @ResponseWrapper(localName = "WS_GetProblem4JudgeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblem4JudgeResponse") - public byte[] wsGetProblem4Judge( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmitCode") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmitCode", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitCode") - @ResponseWrapper(localName = "WS_SubmitCodeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitCodeResponse") - public String wsSubmitCode( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - String arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamProblemStatus") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamProblemStatus", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblemStatus") - @ResponseWrapper(localName = "WS_GetExamProblemStatusResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblemStatusResponse") - public String wsGetExamProblemStatus( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_IsPermit") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_IsPermit", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSIsPermit") - @ResponseWrapper(localName = "WS_IsPermitResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSIsPermitResponse") - public String wsIsPermit( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - String arg3); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_PassThisCategory") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_PassThisCategory", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSPassThisCategory") - @ResponseWrapper(localName = "WS_PassThisCategoryResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSPassThisCategoryResponse") - public String wsPassThisCategory( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamProblems") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamProblems", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblems") - @ResponseWrapper(localName = "WS_GetExamProblemsResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblemsResponse") - public String wsGetExamProblems( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_CanDoCategory") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_CanDoCategory", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSCanDoCategory") - @ResponseWrapper(localName = "WS_CanDoCategoryResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSCanDoCategoryResponse") - public String wsCanDoCategory( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_UpdateResult") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_UpdateResult", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSUpdateResult") - @ResponseWrapper(localName = "WS_UpdateResultResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSUpdateResultResponse") - public String wsUpdateResult( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - byte[] arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamProCatagorys") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamProCatagorys", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProCatagorys") - @ResponseWrapper(localName = "WS_GetExamProCatagorysResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProCatagorysResponse") - public String wsGetExamProCatagorys( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg4 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_ItrainSubmitThisProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_ItrainSubmitThisProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitThisProblem") - @ResponseWrapper(localName = "WS_ItrainSubmitThisProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitThisProblemResponse") - public String wsItrainSubmitThisProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - String arg3, - @WebParam(name = "arg4", targetNamespace = "") - String arg4); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamDetail") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamDetail", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamDetail") - @ResponseWrapper(localName = "WS_GetExamDetailResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamDetailResponse") - public String wsGetExamDetail( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - -} diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/OJWS_Service.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/OJWS_Service.java deleted file mode 100644 index 6a518c3..0000000 --- a/client/build/generated-sources/jax-ws/edu/dhu/ws/OJWS_Service.java +++ /dev/null @@ -1,94 +0,0 @@ - -package edu.dhu.ws; - -import java.net.MalformedURLException; -import java.net.URL; -import javax.xml.namespace.QName; -import javax.xml.ws.Service; -import javax.xml.ws.WebEndpoint; -import javax.xml.ws.WebServiceClient; -import javax.xml.ws.WebServiceException; -import javax.xml.ws.WebServiceFeature; - - -/** - * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.6-1b01 - * Generated source version: 2.2 - * - */ -@WebServiceClient(name = "OJWS", targetNamespace = "http://ws.dhu.edu/", wsdlLocation = "http://106.15.36.190:80/oj/webservice/OJWS?wsdl") -public class OJWS_Service - extends Service -{ - - private final static URL OJWS_WSDL_LOCATION; - private final static WebServiceException OJWS_EXCEPTION; - private final static QName OJWS_QNAME = new QName("http://ws.dhu.edu/", "OJWS"); - - static { - URL url = null; - WebServiceException e = null; - try { - url = new URL("http://106.15.36.190:80/oj/webservice/OJWS?wsdl"); - } catch (MalformedURLException ex) { - e = new WebServiceException(ex); - } - OJWS_WSDL_LOCATION = url; - OJWS_EXCEPTION = e; - } - - public OJWS_Service() { - super(__getWsdlLocation(), OJWS_QNAME); - } - - public OJWS_Service(WebServiceFeature... features) { - super(__getWsdlLocation(), OJWS_QNAME, features); - } - - public OJWS_Service(URL wsdlLocation) { - super(wsdlLocation, OJWS_QNAME); - } - - public OJWS_Service(URL wsdlLocation, WebServiceFeature... features) { - super(wsdlLocation, OJWS_QNAME, features); - } - - public OJWS_Service(URL wsdlLocation, QName serviceName) { - super(wsdlLocation, serviceName); - } - - public OJWS_Service(URL wsdlLocation, QName serviceName, WebServiceFeature... features) { - super(wsdlLocation, serviceName, features); - } - - /** - * - * @return - * returns OJWS - */ - @WebEndpoint(name = "OJWSImplPort") - public OJWS getOJWSImplPort() { - return super.getPort(new QName("http://ws.dhu.edu/", "OJWSImplPort"), OJWS.class); - } - - /** - * - * @param features - * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the 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 createWSGetExamProCatagorysResponse(WSGetExamProCatagorysResponse value) { - return new JAXBElement(_WSGetExamProCatagorysResponse_QNAME, WSGetExamProCatagorysResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamByIdResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamByIdResponse") - public JAXBElement createWSGetExamByIdResponse(WSGetExamByIdResponse value) { - return new JAXBElement(_WSGetExamByIdResponse_QNAME, WSGetExamByIdResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamList }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamList") - public JAXBElement createWSGetExamList(WSGetExamList value) { - return new JAXBElement(_WSGetExamList_QNAME, WSGetExamList.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblemsResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblemsResponse") - public JAXBElement createWSGetExamProblemsResponse(WSGetExamProblemsResponse value) { - return new JAXBElement(_WSGetExamProblemsResponse_QNAME, WSGetExamProblemsResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblem") - public JAXBElement createWSGetProblem(WSGetProblem value) { - return new JAXBElement(_WSGetProblem_QNAME, WSGetProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSDrawProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_DrawProblem") - public JAXBElement createWSDrawProblem(WSDrawProblem value) { - return new JAXBElement(_WSDrawProblem_QNAME, WSDrawProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblem4JudgeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblem4JudgeResponse") - public JAXBElement createWSGetProblem4JudgeResponse(WSGetProblem4JudgeResponse value) { - return new JAXBElement(_WSGetProblem4JudgeResponse_QNAME, WSGetProblem4JudgeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSViewWrongCaseResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ViewWrongCaseResponse") - public JAXBElement createWSViewWrongCaseResponse(WSViewWrongCaseResponse value) { - return new JAXBElement(_WSViewWrongCaseResponse_QNAME, WSViewWrongCaseResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitCodeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitCodeResponse") - public JAXBElement createWSItrainSubmitCodeResponse(WSItrainSubmitCodeResponse value) { - return new JAXBElement(_WSItrainSubmitCodeResponse_QNAME, WSItrainSubmitCodeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmittedCode }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmittedCode") - public JAXBElement createWSSubmittedCode(WSSubmittedCode value) { - return new JAXBElement(_WSSubmittedCode_QNAME, WSSubmittedCode.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSkipThisProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SkipThisProblem") - public JAXBElement createWSSkipThisProblem(WSSkipThisProblem value) { - return new JAXBElement(_WSSkipThisProblem_QNAME, WSSkipThisProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSUpdateResultResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_UpdateResultResponse") - public JAXBElement createWSUpdateResultResponse(WSUpdateResultResponse value) { - return new JAXBElement(_WSUpdateResultResponse_QNAME, WSUpdateResultResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitCode }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitCode") - public JAXBElement createWSItrainSubmitCode(WSItrainSubmitCode value) { - return new JAXBElement(_WSItrainSubmitCode_QNAME, WSItrainSubmitCode.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamById }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamById") - public JAXBElement createWSGetExamById(WSGetExamById value) { - return new JAXBElement(_WSGetExamById_QNAME, WSGetExamById.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitCode }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitCode") - public JAXBElement createWSSubmitCode(WSSubmitCode value) { - return new JAXBElement(_WSSubmitCode_QNAME, WSSubmitCode.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSPassThisCategory }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_PassThisCategory") - public JAXBElement createWSPassThisCategory(WSPassThisCategory value) { - return new JAXBElement(_WSPassThisCategory_QNAME, WSPassThisCategory.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitThisProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitThisProblemResponse") - public JAXBElement createWSItrainSubmitThisProblemResponse(WSItrainSubmitThisProblemResponse value) { - return new JAXBElement(_WSItrainSubmitThisProblemResponse_QNAME, WSItrainSubmitThisProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblemResponse") - public JAXBElement createWSGetProblemResponse(WSGetProblemResponse value) { - return new JAXBElement(_WSGetProblemResponse_QNAME, WSGetProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSIsPermitResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_IsPermitResponse") - public JAXBElement createWSIsPermitResponse(WSIsPermitResponse value) { - return new JAXBElement(_WSIsPermitResponse_QNAME, WSIsPermitResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSCanDoCategory }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_CanDoCategory") - public JAXBElement createWSCanDoCategory(WSCanDoCategory value) { - return new JAXBElement(_WSCanDoCategory_QNAME, WSCanDoCategory.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSUpdateResult }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_UpdateResult") - public JAXBElement createWSUpdateResult(WSUpdateResult value) { - return new JAXBElement(_WSUpdateResult_QNAME, WSUpdateResult.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProCatagorys }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProCatagorys") - public JAXBElement createWSGetExamProCatagorys(WSGetExamProCatagorys value) { - return new JAXBElement(_WSGetExamProCatagorys_QNAME, WSGetExamProCatagorys.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitThisProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitThisProblem") - public JAXBElement createWSItrainSubmitThisProblem(WSItrainSubmitThisProblem value) { - return new JAXBElement(_WSItrainSubmitThisProblem_QNAME, WSItrainSubmitThisProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSCanDoCategoryResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_CanDoCategoryResponse") - public JAXBElement createWSCanDoCategoryResponse(WSCanDoCategoryResponse value) { - return new JAXBElement(_WSCanDoCategoryResponse_QNAME, WSCanDoCategoryResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitThisProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitThisProblem") - public JAXBElement createWSSubmitThisProblem(WSSubmitThisProblem value) { - return new JAXBElement(_WSSubmitThisProblem_QNAME, WSSubmitThisProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitThisProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitThisProblemResponse") - public JAXBElement createWSSubmitThisProblemResponse(WSSubmitThisProblemResponse value) { - return new JAXBElement(_WSSubmitThisProblemResponse_QNAME, WSSubmitThisProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSLogin }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_Login") - public JAXBElement createWSLogin(WSLogin value) { - return new JAXBElement(_WSLogin_QNAME, WSLogin.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitHistoryResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitHistoryResponse") - public JAXBElement createWSSubmitHistoryResponse(WSSubmitHistoryResponse value) { - return new JAXBElement(_WSSubmitHistoryResponse_QNAME, WSSubmitHistoryResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmittedCodeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmittedCodeResponse") - public JAXBElement createWSSubmittedCodeResponse(WSSubmittedCodeResponse value) { - return new JAXBElement(_WSSubmittedCodeResponse_QNAME, WSSubmittedCodeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamDetailResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamDetailResponse") - public JAXBElement createWSGetExamDetailResponse(WSGetExamDetailResponse value) { - return new JAXBElement(_WSGetExamDetailResponse_QNAME, WSGetExamDetailResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetSolutions }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetSolutions") - public JAXBElement createWSGetSolutions(WSGetSolutions value) { - return new JAXBElement(_WSGetSolutions_QNAME, WSGetSolutions.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitCodeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitCodeResponse") - public JAXBElement createWSSubmitCodeResponse(WSSubmitCodeResponse value) { - return new JAXBElement(_WSSubmitCodeResponse_QNAME, WSSubmitCodeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSPassThisCategoryResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_PassThisCategoryResponse") - public JAXBElement createWSPassThisCategoryResponse(WSPassThisCategoryResponse value) { - return new JAXBElement(_WSPassThisCategoryResponse_QNAME, WSPassThisCategoryResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamListResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamListResponse") - public JAXBElement createWSGetExamListResponse(WSGetExamListResponse value) { - return new JAXBElement(_WSGetExamListResponse_QNAME, WSGetExamListResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSLoginResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_LoginResponse") - public JAXBElement createWSLoginResponse(WSLoginResponse value) { - return new JAXBElement(_WSLoginResponse_QNAME, WSLoginResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSViewWrongCase }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ViewWrongCase") - public JAXBElement createWSViewWrongCase(WSViewWrongCase value) { - return new JAXBElement(_WSViewWrongCase_QNAME, WSViewWrongCase.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSkipThisProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SkipThisProblemResponse") - public JAXBElement createWSSkipThisProblemResponse(WSSkipThisProblemResponse value) { - return new JAXBElement(_WSSkipThisProblemResponse_QNAME, WSSkipThisProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitHistory }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitHistory") - public JAXBElement createWSSubmitHistory(WSSubmitHistory value) { - return new JAXBElement(_WSSubmitHistory_QNAME, WSSubmitHistory.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSDrawProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_DrawProblemResponse") - public JAXBElement createWSDrawProblemResponse(WSDrawProblemResponse value) { - return new JAXBElement(_WSDrawProblemResponse_QNAME, WSDrawProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblem4Judge }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblem4Judge") - public JAXBElement createWSGetProblem4Judge(WSGetProblem4Judge value) { - return new JAXBElement(_WSGetProblem4Judge_QNAME, WSGetProblem4Judge.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblemStatus }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblemStatus") - public JAXBElement createWSGetExamProblemStatus(WSGetExamProblemStatus value) { - return new JAXBElement(_WSGetExamProblemStatus_QNAME, WSGetExamProblemStatus.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSIsPermit }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_IsPermit") - public JAXBElement createWSIsPermit(WSIsPermit value) { - return new JAXBElement(_WSIsPermit_QNAME, WSIsPermit.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblems }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblems") - public JAXBElement createWSGetExamProblems(WSGetExamProblems value) { - return new JAXBElement(_WSGetExamProblems_QNAME, WSGetExamProblems.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblemStatusResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblemStatusResponse") - public JAXBElement createWSGetExamProblemStatusResponse(WSGetExamProblemStatusResponse value) { - return new JAXBElement(_WSGetExamProblemStatusResponse_QNAME, WSGetExamProblemStatusResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamDetail }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamDetail") - public JAXBElement createWSGetExamDetail(WSGetExamDetail value) { - return new JAXBElement(_WSGetExamDetail_QNAME, WSGetExamDetail.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetSolutionsResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetSolutionsResponse") - public JAXBElement createWSGetSolutionsResponse(WSGetSolutionsResponse value) { - return new JAXBElement(_WSGetSolutionsResponse_QNAME, WSGetSolutionsResponse.class, null, value); - } - -} diff --git a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSCanDoCategory.java b/client/build/generated-sources/jax-ws/edu/dhu/ws/WSCanDoCategory.java deleted file mode 100644 index d4d14cd..0000000 --- a/client/build/generated-sources/jax-ws/edu/dhu/ws/WSCanDoCategory.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; - - -/** - *

WS_CanDoCategory 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; - - -/** - *

WS_CanDoCategoryResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_DrawProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_DrawProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamById complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamByIdResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamDetail complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamDetailResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamList complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamListResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProCatagorys complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProCatagorysResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblemStatus complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblemStatusResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblems complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblemsResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblem4Judge complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblem4JudgeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetSolutions complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetSolutionsResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_IsPermit complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_IsPermitResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitCode complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitCodeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitThisProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitThisProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_Login complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_LoginResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_PassThisCategory complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_PassThisCategoryResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SkipThisProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SkipThisProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitCode complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitCodeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitHistory complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitHistoryResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitThisProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitThisProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmittedCode complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmittedCodeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_UpdateResult complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_UpdateResultResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ViewWrongCase complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ViewWrongCaseResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/OJWS.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/OJWS.java deleted file mode 100644 index d591daf..0000000 --- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/OJWS.java +++ /dev/null @@ -1,519 +0,0 @@ - -package edu.dhu.ws; - -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.ws.RequestWrapper; -import javax.xml.ws.ResponseWrapper; - - -/** - * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.6-1b01 - * Generated source version: 2.2 - * - */ -@WebService(name = "OJWS", targetNamespace = "http://ws.dhu.edu/") -@XmlSeeAlso({ - ObjectFactory.class -}) -public interface OJWS { - - - /** - * - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamList") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamList", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamList") - @ResponseWrapper(localName = "WS_GetExamListResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamListResponse") - public String wsGetExamList( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns byte[] - */ - @WebMethod(operationName = "WS_GetProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblem") - @ResponseWrapper(localName = "WS_GetProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblemResponse") - public byte[] wsGetProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmitThisProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmitThisProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitThisProblem") - @ResponseWrapper(localName = "WS_SubmitThisProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitThisProblemResponse") - public String wsSubmitThisProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - String arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns byte[] - */ - @WebMethod(operationName = "WS_DrawProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_DrawProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSDrawProblem") - @ResponseWrapper(localName = "WS_DrawProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSDrawProblemResponse") - public byte[] wsDrawProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmittedCode") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmittedCode", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmittedCode") - @ResponseWrapper(localName = "WS_SubmittedCodeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmittedCodeResponse") - public String wsSubmittedCode( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_Login") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_Login", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSLogin") - @ResponseWrapper(localName = "WS_LoginResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSLoginResponse") - public String wsLogin( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1); - - /** - * - * @param arg3 - * @param arg2 - * @param arg4 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SkipThisProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SkipThisProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSkipThisProblem") - @ResponseWrapper(localName = "WS_SkipThisProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSkipThisProblemResponse") - public String wsSkipThisProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3, - @WebParam(name = "arg4", targetNamespace = "") - int arg4); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetSolutions") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetSolutions", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetSolutions") - @ResponseWrapper(localName = "WS_GetSolutionsResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetSolutionsResponse") - public String wsGetSolutions( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_ItrainSubmitCode") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_ItrainSubmitCode", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitCode") - @ResponseWrapper(localName = "WS_ItrainSubmitCodeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitCodeResponse") - public String wsItrainSubmitCode( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - String arg3); - - /** - * - * @param arg3 - * @param arg2 - * @param arg5 - * @param arg4 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_ViewWrongCase") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_ViewWrongCase", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSViewWrongCase") - @ResponseWrapper(localName = "WS_ViewWrongCaseResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSViewWrongCaseResponse") - public String wsViewWrongCase( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3, - @WebParam(name = "arg4", targetNamespace = "") - int arg4, - @WebParam(name = "arg5", targetNamespace = "") - boolean arg5); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmitHistory") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmitHistory", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitHistory") - @ResponseWrapper(localName = "WS_SubmitHistoryResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitHistoryResponse") - public String wsSubmitHistory( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamById") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamById", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamById") - @ResponseWrapper(localName = "WS_GetExamByIdResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamByIdResponse") - public String wsGetExamById( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns byte[] - */ - @WebMethod(operationName = "WS_GetProblem4Judge") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetProblem4Judge", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblem4Judge") - @ResponseWrapper(localName = "WS_GetProblem4JudgeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetProblem4JudgeResponse") - public byte[] wsGetProblem4Judge( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_SubmitCode") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_SubmitCode", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitCode") - @ResponseWrapper(localName = "WS_SubmitCodeResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSSubmitCodeResponse") - public String wsSubmitCode( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - String arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamProblemStatus") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamProblemStatus", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblemStatus") - @ResponseWrapper(localName = "WS_GetExamProblemStatusResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblemStatusResponse") - public String wsGetExamProblemStatus( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_IsPermit") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_IsPermit", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSIsPermit") - @ResponseWrapper(localName = "WS_IsPermitResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSIsPermitResponse") - public String wsIsPermit( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - String arg3); - - /** - * - * @param arg3 - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_PassThisCategory") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_PassThisCategory", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSPassThisCategory") - @ResponseWrapper(localName = "WS_PassThisCategoryResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSPassThisCategoryResponse") - public String wsPassThisCategory( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - int arg3); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamProblems") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamProblems", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblems") - @ResponseWrapper(localName = "WS_GetExamProblemsResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProblemsResponse") - public String wsGetExamProblems( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_CanDoCategory") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_CanDoCategory", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSCanDoCategory") - @ResponseWrapper(localName = "WS_CanDoCategoryResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSCanDoCategoryResponse") - public String wsCanDoCategory( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_UpdateResult") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_UpdateResult", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSUpdateResult") - @ResponseWrapper(localName = "WS_UpdateResultResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSUpdateResultResponse") - public String wsUpdateResult( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - byte[] arg2); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamProCatagorys") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamProCatagorys", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProCatagorys") - @ResponseWrapper(localName = "WS_GetExamProCatagorysResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamProCatagorysResponse") - public String wsGetExamProCatagorys( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - - /** - * - * @param arg3 - * @param arg2 - * @param arg4 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_ItrainSubmitThisProblem") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_ItrainSubmitThisProblem", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitThisProblem") - @ResponseWrapper(localName = "WS_ItrainSubmitThisProblemResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSItrainSubmitThisProblemResponse") - public String wsItrainSubmitThisProblem( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2, - @WebParam(name = "arg3", targetNamespace = "") - String arg3, - @WebParam(name = "arg4", targetNamespace = "") - String arg4); - - /** - * - * @param arg2 - * @param arg1 - * @param arg0 - * @return - * returns java.lang.String - */ - @WebMethod(operationName = "WS_GetExamDetail") - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "WS_GetExamDetail", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamDetail") - @ResponseWrapper(localName = "WS_GetExamDetailResponse", targetNamespace = "http://ws.dhu.edu/", className = "edu.dhu.ws.WSGetExamDetailResponse") - public String wsGetExamDetail( - @WebParam(name = "arg0", targetNamespace = "") - String arg0, - @WebParam(name = "arg1", targetNamespace = "") - String arg1, - @WebParam(name = "arg2", targetNamespace = "") - int arg2); - -} diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/OJWS_Service.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/OJWS_Service.java deleted file mode 100644 index 6a518c3..0000000 --- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/OJWS_Service.java +++ /dev/null @@ -1,94 +0,0 @@ - -package edu.dhu.ws; - -import java.net.MalformedURLException; -import java.net.URL; -import javax.xml.namespace.QName; -import javax.xml.ws.Service; -import javax.xml.ws.WebEndpoint; -import javax.xml.ws.WebServiceClient; -import javax.xml.ws.WebServiceException; -import javax.xml.ws.WebServiceFeature; - - -/** - * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.6-1b01 - * Generated source version: 2.2 - * - */ -@WebServiceClient(name = "OJWS", targetNamespace = "http://ws.dhu.edu/", wsdlLocation = "http://106.15.36.190:80/oj/webservice/OJWS?wsdl") -public class OJWS_Service - extends Service -{ - - private final static URL OJWS_WSDL_LOCATION; - private final static WebServiceException OJWS_EXCEPTION; - private final static QName OJWS_QNAME = new QName("http://ws.dhu.edu/", "OJWS"); - - static { - URL url = null; - WebServiceException e = null; - try { - url = new URL("http://106.15.36.190:80/oj/webservice/OJWS?wsdl"); - } catch (MalformedURLException ex) { - e = new WebServiceException(ex); - } - OJWS_WSDL_LOCATION = url; - OJWS_EXCEPTION = e; - } - - public OJWS_Service() { - super(__getWsdlLocation(), OJWS_QNAME); - } - - public OJWS_Service(WebServiceFeature... features) { - super(__getWsdlLocation(), OJWS_QNAME, features); - } - - public OJWS_Service(URL wsdlLocation) { - super(wsdlLocation, OJWS_QNAME); - } - - public OJWS_Service(URL wsdlLocation, WebServiceFeature... features) { - super(wsdlLocation, OJWS_QNAME, features); - } - - public OJWS_Service(URL wsdlLocation, QName serviceName) { - super(wsdlLocation, serviceName); - } - - public OJWS_Service(URL wsdlLocation, QName serviceName, WebServiceFeature... features) { - super(wsdlLocation, serviceName, features); - } - - /** - * - * @return - * returns OJWS - */ - @WebEndpoint(name = "OJWSImplPort") - public OJWS getOJWSImplPort() { - return super.getPort(new QName("http://ws.dhu.edu/", "OJWSImplPort"), OJWS.class); - } - - /** - * - * @param features - * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the 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. - *

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 createWSGetExamProCatagorysResponse(WSGetExamProCatagorysResponse value) { - return new JAXBElement(_WSGetExamProCatagorysResponse_QNAME, WSGetExamProCatagorysResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamByIdResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamByIdResponse") - public JAXBElement createWSGetExamByIdResponse(WSGetExamByIdResponse value) { - return new JAXBElement(_WSGetExamByIdResponse_QNAME, WSGetExamByIdResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamList }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamList") - public JAXBElement createWSGetExamList(WSGetExamList value) { - return new JAXBElement(_WSGetExamList_QNAME, WSGetExamList.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblemsResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblemsResponse") - public JAXBElement createWSGetExamProblemsResponse(WSGetExamProblemsResponse value) { - return new JAXBElement(_WSGetExamProblemsResponse_QNAME, WSGetExamProblemsResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblem") - public JAXBElement createWSGetProblem(WSGetProblem value) { - return new JAXBElement(_WSGetProblem_QNAME, WSGetProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSDrawProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_DrawProblem") - public JAXBElement createWSDrawProblem(WSDrawProblem value) { - return new JAXBElement(_WSDrawProblem_QNAME, WSDrawProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblem4JudgeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblem4JudgeResponse") - public JAXBElement createWSGetProblem4JudgeResponse(WSGetProblem4JudgeResponse value) { - return new JAXBElement(_WSGetProblem4JudgeResponse_QNAME, WSGetProblem4JudgeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSViewWrongCaseResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ViewWrongCaseResponse") - public JAXBElement createWSViewWrongCaseResponse(WSViewWrongCaseResponse value) { - return new JAXBElement(_WSViewWrongCaseResponse_QNAME, WSViewWrongCaseResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitCodeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitCodeResponse") - public JAXBElement createWSItrainSubmitCodeResponse(WSItrainSubmitCodeResponse value) { - return new JAXBElement(_WSItrainSubmitCodeResponse_QNAME, WSItrainSubmitCodeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmittedCode }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmittedCode") - public JAXBElement createWSSubmittedCode(WSSubmittedCode value) { - return new JAXBElement(_WSSubmittedCode_QNAME, WSSubmittedCode.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSkipThisProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SkipThisProblem") - public JAXBElement createWSSkipThisProblem(WSSkipThisProblem value) { - return new JAXBElement(_WSSkipThisProblem_QNAME, WSSkipThisProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSUpdateResultResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_UpdateResultResponse") - public JAXBElement createWSUpdateResultResponse(WSUpdateResultResponse value) { - return new JAXBElement(_WSUpdateResultResponse_QNAME, WSUpdateResultResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitCode }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitCode") - public JAXBElement createWSItrainSubmitCode(WSItrainSubmitCode value) { - return new JAXBElement(_WSItrainSubmitCode_QNAME, WSItrainSubmitCode.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamById }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamById") - public JAXBElement createWSGetExamById(WSGetExamById value) { - return new JAXBElement(_WSGetExamById_QNAME, WSGetExamById.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitCode }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitCode") - public JAXBElement createWSSubmitCode(WSSubmitCode value) { - return new JAXBElement(_WSSubmitCode_QNAME, WSSubmitCode.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSPassThisCategory }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_PassThisCategory") - public JAXBElement createWSPassThisCategory(WSPassThisCategory value) { - return new JAXBElement(_WSPassThisCategory_QNAME, WSPassThisCategory.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitThisProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitThisProblemResponse") - public JAXBElement createWSItrainSubmitThisProblemResponse(WSItrainSubmitThisProblemResponse value) { - return new JAXBElement(_WSItrainSubmitThisProblemResponse_QNAME, WSItrainSubmitThisProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblemResponse") - public JAXBElement createWSGetProblemResponse(WSGetProblemResponse value) { - return new JAXBElement(_WSGetProblemResponse_QNAME, WSGetProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSIsPermitResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_IsPermitResponse") - public JAXBElement createWSIsPermitResponse(WSIsPermitResponse value) { - return new JAXBElement(_WSIsPermitResponse_QNAME, WSIsPermitResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSCanDoCategory }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_CanDoCategory") - public JAXBElement createWSCanDoCategory(WSCanDoCategory value) { - return new JAXBElement(_WSCanDoCategory_QNAME, WSCanDoCategory.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSUpdateResult }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_UpdateResult") - public JAXBElement createWSUpdateResult(WSUpdateResult value) { - return new JAXBElement(_WSUpdateResult_QNAME, WSUpdateResult.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProCatagorys }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProCatagorys") - public JAXBElement createWSGetExamProCatagorys(WSGetExamProCatagorys value) { - return new JAXBElement(_WSGetExamProCatagorys_QNAME, WSGetExamProCatagorys.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSItrainSubmitThisProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ItrainSubmitThisProblem") - public JAXBElement createWSItrainSubmitThisProblem(WSItrainSubmitThisProblem value) { - return new JAXBElement(_WSItrainSubmitThisProblem_QNAME, WSItrainSubmitThisProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSCanDoCategoryResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_CanDoCategoryResponse") - public JAXBElement createWSCanDoCategoryResponse(WSCanDoCategoryResponse value) { - return new JAXBElement(_WSCanDoCategoryResponse_QNAME, WSCanDoCategoryResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitThisProblem }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitThisProblem") - public JAXBElement createWSSubmitThisProblem(WSSubmitThisProblem value) { - return new JAXBElement(_WSSubmitThisProblem_QNAME, WSSubmitThisProblem.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitThisProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitThisProblemResponse") - public JAXBElement createWSSubmitThisProblemResponse(WSSubmitThisProblemResponse value) { - return new JAXBElement(_WSSubmitThisProblemResponse_QNAME, WSSubmitThisProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSLogin }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_Login") - public JAXBElement createWSLogin(WSLogin value) { - return new JAXBElement(_WSLogin_QNAME, WSLogin.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitHistoryResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitHistoryResponse") - public JAXBElement createWSSubmitHistoryResponse(WSSubmitHistoryResponse value) { - return new JAXBElement(_WSSubmitHistoryResponse_QNAME, WSSubmitHistoryResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmittedCodeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmittedCodeResponse") - public JAXBElement createWSSubmittedCodeResponse(WSSubmittedCodeResponse value) { - return new JAXBElement(_WSSubmittedCodeResponse_QNAME, WSSubmittedCodeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamDetailResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamDetailResponse") - public JAXBElement createWSGetExamDetailResponse(WSGetExamDetailResponse value) { - return new JAXBElement(_WSGetExamDetailResponse_QNAME, WSGetExamDetailResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetSolutions }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetSolutions") - public JAXBElement createWSGetSolutions(WSGetSolutions value) { - return new JAXBElement(_WSGetSolutions_QNAME, WSGetSolutions.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitCodeResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitCodeResponse") - public JAXBElement createWSSubmitCodeResponse(WSSubmitCodeResponse value) { - return new JAXBElement(_WSSubmitCodeResponse_QNAME, WSSubmitCodeResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSPassThisCategoryResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_PassThisCategoryResponse") - public JAXBElement createWSPassThisCategoryResponse(WSPassThisCategoryResponse value) { - return new JAXBElement(_WSPassThisCategoryResponse_QNAME, WSPassThisCategoryResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamListResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamListResponse") - public JAXBElement createWSGetExamListResponse(WSGetExamListResponse value) { - return new JAXBElement(_WSGetExamListResponse_QNAME, WSGetExamListResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSLoginResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_LoginResponse") - public JAXBElement createWSLoginResponse(WSLoginResponse value) { - return new JAXBElement(_WSLoginResponse_QNAME, WSLoginResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSViewWrongCase }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_ViewWrongCase") - public JAXBElement createWSViewWrongCase(WSViewWrongCase value) { - return new JAXBElement(_WSViewWrongCase_QNAME, WSViewWrongCase.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSkipThisProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SkipThisProblemResponse") - public JAXBElement createWSSkipThisProblemResponse(WSSkipThisProblemResponse value) { - return new JAXBElement(_WSSkipThisProblemResponse_QNAME, WSSkipThisProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSSubmitHistory }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_SubmitHistory") - public JAXBElement createWSSubmitHistory(WSSubmitHistory value) { - return new JAXBElement(_WSSubmitHistory_QNAME, WSSubmitHistory.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSDrawProblemResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_DrawProblemResponse") - public JAXBElement createWSDrawProblemResponse(WSDrawProblemResponse value) { - return new JAXBElement(_WSDrawProblemResponse_QNAME, WSDrawProblemResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetProblem4Judge }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetProblem4Judge") - public JAXBElement createWSGetProblem4Judge(WSGetProblem4Judge value) { - return new JAXBElement(_WSGetProblem4Judge_QNAME, WSGetProblem4Judge.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblemStatus }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblemStatus") - public JAXBElement createWSGetExamProblemStatus(WSGetExamProblemStatus value) { - return new JAXBElement(_WSGetExamProblemStatus_QNAME, WSGetExamProblemStatus.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSIsPermit }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_IsPermit") - public JAXBElement createWSIsPermit(WSIsPermit value) { - return new JAXBElement(_WSIsPermit_QNAME, WSIsPermit.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblems }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblems") - public JAXBElement createWSGetExamProblems(WSGetExamProblems value) { - return new JAXBElement(_WSGetExamProblems_QNAME, WSGetExamProblems.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamProblemStatusResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamProblemStatusResponse") - public JAXBElement createWSGetExamProblemStatusResponse(WSGetExamProblemStatusResponse value) { - return new JAXBElement(_WSGetExamProblemStatusResponse_QNAME, WSGetExamProblemStatusResponse.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetExamDetail }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetExamDetail") - public JAXBElement createWSGetExamDetail(WSGetExamDetail value) { - return new JAXBElement(_WSGetExamDetail_QNAME, WSGetExamDetail.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WSGetSolutionsResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://ws.dhu.edu/", name = "WS_GetSolutionsResponse") - public JAXBElement createWSGetSolutionsResponse(WSGetSolutionsResponse value) { - return new JAXBElement(_WSGetSolutionsResponse_QNAME, WSGetSolutionsResponse.class, null, value); - } - -} diff --git a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSCanDoCategory.java b/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSCanDoCategory.java deleted file mode 100644 index d4d14cd..0000000 --- a/client/build/generated/jax-wsCache/OJWS/edu/dhu/ws/WSCanDoCategory.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; - - -/** - *

WS_CanDoCategory 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/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; - - -/** - *

WS_CanDoCategoryResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_DrawProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_DrawProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamById complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamByIdResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamDetail complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamDetailResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamList complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamListResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProCatagorys complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProCatagorysResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblemStatus complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblemStatusResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblems complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetExamProblemsResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblem4Judge complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblem4JudgeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetSolutions complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_GetSolutionsResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_IsPermit complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_IsPermitResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitCode complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitCodeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitThisProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ItrainSubmitThisProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_Login complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_LoginResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_PassThisCategory complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_PassThisCategoryResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SkipThisProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SkipThisProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitCode complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitCodeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitHistory complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitHistoryResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitThisProblem complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmitThisProblemResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmittedCode complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_SubmittedCodeResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_UpdateResult complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_UpdateResultResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ViewWrongCase complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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; - - -/** - *

WS_ViewWrongCaseResponse complex typeµÄ Java Àà¡£ - * - *

ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ - * - *

- * <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