⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stadiumnamesresult.java

📁 kSOAP2是一个SOAP web service客户端包。主要用于资源受限制的Java环境如Applets或J2ME应用程序。
💻 JAVA
字号:
package org.ksoap2.samples.soccer;import org.ksoap2.serialization.*;public class StadiumNamesResult extends LiteralArrayVector {    // in the resultant xml message, the array elements can    // be described with different tags depending on a number    // of factors (doc literal, rpc, etc...).  This tells    // our parent class to look for "string"    protected String getItemDescriptor() {        return "string";    }    // This describes what type of objects are to be contained in the Array    protected Class getElementClass() {        return PropertyInfo.STRING_CLASS;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -