1 6 package org.jboss.test.webservice.jbws718; 7 8 9 public class GetSchedulePropertiesResponse { 10 protected org.jboss.test.webservice.jbws718.Schedule schedule; 11 12 public GetSchedulePropertiesResponse() { 13 } 14 15 public GetSchedulePropertiesResponse(org.jboss.test.webservice.jbws718.Schedule schedule) { 16 this.schedule = schedule; 17 } 18 19 public org.jboss.test.webservice.jbws718.Schedule getSchedule() { 20 return schedule; 21 } 22 23 public void setSchedule(org.jboss.test.webservice.jbws718.Schedule schedule) { 24 this.schedule = schedule; 25 } 26 } 27 | Popular Tags |