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