1 5 7 8 package org.jboss.test.webservice.jbws377; 9 10 11 public class Hello_echoStrings_ResponseStruct 12 { 13 14 protected java.lang.String result; 15 public Hello_echoStrings_ResponseStruct(){} 16 17 public Hello_echoStrings_ResponseStruct(java.lang.String result){ 18 this.result=result; 19 } 20 public java.lang.String getResult() { return result ;} 21 22 public void setResult(java.lang.String result){ this.result=result; } 23 24 } 25 | Popular Tags |