1 6 package org.jboss.test.webservice.jbws718; 7 8 9 public class PrepareQuery { 10 protected javax.xml.soap.SOAPElement dataSource; 11 protected org.jboss.test.webservice.jbws718.DataSetDefinition dataSet; 12 13 public PrepareQuery() { 14 } 15 16 public PrepareQuery(javax.xml.soap.SOAPElement dataSource, org.jboss.test.webservice.jbws718.DataSetDefinition dataSet) { 17 this.dataSource = dataSource; 18 this.dataSet = dataSet; 19 } 20 21 public javax.xml.soap.SOAPElement getDataSource() { 22 return dataSource; 23 } 24 25 public void setDataSource(javax.xml.soap.SOAPElement dataSource) { 26 this.dataSource = dataSource; 27 } 28 29 public org.jboss.test.webservice.jbws718.DataSetDefinition getDataSet() { 30 return dataSet; 31 } 32 33 public void setDataSet(org.jboss.test.webservice.jbws718.DataSetDefinition dataSet) { 34 this.dataSet = dataSet; 35 } 36 } 37 | Popular Tags |