📄 planwssoapimpl.java
字号:
/** * PlanWSSoapImpl.java * * This file was auto-generated from WSDL * by the Apache Axis WSDL2Java emitter. */package test.wsdl.extension;public class PlanWSSoapImpl implements test.wsdl.extension.PlanWSSoap{ public test.wsdl.extension.Plan getPlan() throws java.rmi.RemoteException { test.wsdl.extension.Disposition disposition = new test.wsdl.extension.Disposition(); disposition.setCode("CODE #1"); disposition.setDescription("CODE #1 Description"); test.wsdl.extension.Plan plan = new test.wsdl.extension.Plan(); plan.setDisposition(disposition); return plan; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -