1 22 24 package org.jboss.test.webservice.marshalltest; 25 26 public class MarshallEndpoint_echoBean_ResponseStruct 27 { 28 29 protected org.jboss.test.webservice.marshalltest.types.Bean result; 30 31 public MarshallEndpoint_echoBean_ResponseStruct() 32 { 33 } 34 35 public MarshallEndpoint_echoBean_ResponseStruct(org.jboss.test.webservice.marshalltest.types.Bean result) 36 { 37 this.result = result; 38 } 39 40 public org.jboss.test.webservice.marshalltest.types.Bean getResult() 41 { 42 return result; 43 } 44 45 public void setResult(org.jboss.test.webservice.marshalltest.types.Bean result) 46 { 47 this.result = result; 48 } 49 50 } 51 | Popular Tags |