00001 // This class was generated by the JAXRPC SI, do not edit. 00002 // Contents subject to change without notice. 00003 // JSR-172 Reference Implementation wscompile 1.0, using: JAX-RPC Standard Implementation (1.1, build R59) 00004 00005 package org.jaebi.midlet.WSClient; 00006 00007 00008 public class ExecuteRequest { 00009 protected int int_1; 00010 protected java.lang.String string_2; 00011 00012 public ExecuteRequest() { 00013 } 00014 00015 public ExecuteRequest(int int_1, java.lang.String string_2) { 00016 this.int_1 = int_1; 00017 this.string_2 = string_2; 00018 } 00019 00020 public int getInt_1() { 00021 return int_1; 00022 } 00023 00024 public void setInt_1(int int_1) { 00025 this.int_1 = int_1; 00026 } 00027 00028 public java.lang.String getString_2() { 00029 return string_2; 00030 } 00031 00032 public void setString_2(java.lang.String string_2) { 00033 this.string_2 = string_2; 00034 } 00035 }