1 5 26 package org.jboss.test.webservice.encstyle; 27 28 29 public class SampleEndpoint_changeSalary_ResponseStruct 30 { 31 protected java.lang.String result; 32 33 public SampleEndpoint_changeSalary_ResponseStruct() 34 { 35 } 36 37 public SampleEndpoint_changeSalary_ResponseStruct(java.lang.String result) 38 { 39 this.result = result; 40 } 41 42 public java.lang.String getResult() 43 { 44 return result; 45 } 46 47 public void setResult(java.lang.String result) 48 { 49 this.result = result; 50 } 51 } 52 | Popular Tags |