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.jbws718;7 8 9 public class Event {10 protected java.lang.String type;11 12 public Event() {13 }14 15 public Event(java.lang.String type) {16 this.type = type;17 }18 19 public java.lang.String getType() {20 return type;21 }22 23 public void setType(java.lang.String type) {24 this.type = type;25 }26 }27