📄 stadiumnamesresult.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 + -