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 Logout { 00009 protected int int_1; 00010 00011 public Logout() { 00012 } 00013 00014 public Logout(int int_1) { 00015 this.int_1 = int_1; 00016 } 00017 00018 public int getInt_1() { 00019 return int_1; 00020 } 00021 00022 public void setInt_1(int int_1) { 00023 this.int_1 = int_1; 00024 } 00025 }