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