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 GetSystemPropertiesResponse {10 protected org.jboss.test.webservice.jbws718.ArrayOfProperty values;11 12 public GetSystemPropertiesResponse() {13 }14 15 public GetSystemPropertiesResponse(org.jboss.test.webservice.jbws718.ArrayOfProperty values) {16 this.values = values;17 }18 19 public org.jboss.test.webservice.jbws718.ArrayOfProperty getValues() {20 return values;21 }22 23 public void setValues(org.jboss.test.webservice.jbws718.ArrayOfProperty values) {24 this.values = values;25 }26 }27