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