1 6 package org.jboss.test.webservice.jbws718; 7 8 9 public class CreateReportHistorySnapshotResponse { 10 protected java.lang.String historyID; 11 protected org.jboss.test.webservice.jbws718.ArrayOfWarning warnings; 12 13 public CreateReportHistorySnapshotResponse() { 14 } 15 16 public CreateReportHistorySnapshotResponse(java.lang.String historyID, org.jboss.test.webservice.jbws718.ArrayOfWarning warnings) { 17 this.historyID = historyID; 18 this.warnings = warnings; 19 } 20 21 public java.lang.String getHistoryID() { 22 return historyID; 23 } 24 25 public void setHistoryID(java.lang.String historyID) { 26 this.historyID = historyID; 27 } 28 29 public org.jboss.test.webservice.jbws718.ArrayOfWarning getWarnings() { 30 return warnings; 31 } 32 33 public void setWarnings(org.jboss.test.webservice.jbws718.ArrayOfWarning warnings) { 34 this.warnings = warnings; 35 } 36 } 37 | Popular Tags |