1 // This class was generated by the JAXRPC SI, do not edit.2 // Contents subject to change without notice.3 // JAX-RPC Standard Implementation (1.1.3, build R1)4 // Generated source version: 1.1.35 6 package org.jboss.test.webservice.jbws775;7 8 9 public class TStatusResponse {10 protected org.jboss.test.webservice.jbws775.TQuoteStatus status;11 12 public TStatusResponse() {13 }14 15 public TStatusResponse(org.jboss.test.webservice.jbws775.TQuoteStatus status) {16 this.status = status;17 }18 19 public org.jboss.test.webservice.jbws775.TQuoteStatus getStatus() {20 return status;21 }22 23 public void setStatus(org.jboss.test.webservice.jbws775.TQuoteStatus status) {24 this.status = status;25 }26 }27