Eclipseplugins
DsDSConsistencyChecks.java
1 //
2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs
3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4 // Any modifications to this file will be lost upon recompilation of the source schema.
5 // Generated on: 2011.04.27 at 03:36:45 PM MESZ
6 //
7 
8 package com.proalpha.pds.jaxb;
9 
10 import java.util.ArrayList;
11 import java.util.List;
12 import javax.xml.bind.annotation.XmlAccessType;
13 import javax.xml.bind.annotation.XmlAccessorType;
14 import javax.xml.bind.annotation.XmlElement;
15 import javax.xml.bind.annotation.XmlRootElement;
16 import javax.xml.bind.annotation.XmlType;
17 import javax.xml.datatype.XMLGregorianCalendar;
18 
122 @XmlAccessorType(XmlAccessType.FIELD)
123 @XmlType(name = "", propOrder = { "ttDSCheck" })
124 @XmlRootElement(name = "dsDS_ConsistencyChecks")
125 public class DsDSConsistencyChecks {
126 
127  @XmlElement(name = "ttDS_Check")
128  protected List<DsDSConsistencyChecks.TtDSCheck> ttDSCheck;
129 
154  if (ttDSCheck == null) {
155  ttDSCheck = new ArrayList<DsDSConsistencyChecks.TtDSCheck>();
156  }
157  return this.ttDSCheck;
158  }
159 
253  @XmlAccessorType(XmlAccessType.FIELD)
254  @XmlType(name = "", propOrder = { "dsCheckID", "checkDescription", "startTime", "endTime", "duration",
255  "reportedTotal", "reportedNew", "reportedFixed", "fixedByAutocorrection", "checkType", "lastStartTime",
256  "ttDSSubCheck" })
257  public static class TtDSCheck {
258 
259  @XmlElement(name = "DS_Check_ID", required = true, nillable = true)
260  protected String dsCheckID;
261  @XmlElement(name = "CheckDescription", required = true, nillable = true)
262  protected String checkDescription;
263  @XmlElement(name = "StartTime", required = true, nillable = true)
264  protected XMLGregorianCalendar startTime;
265  @XmlElement(name = "EndTime", required = true, nillable = true)
266  protected XMLGregorianCalendar endTime;
267  @XmlElement(name = "Duration", required = true, type = Long.class, nillable = true)
268  protected Long duration;
269  @XmlElement(name = "ReportedTotal", required = true, type = Integer.class, nillable = true)
270  protected Integer reportedTotal;
271  @XmlElement(name = "ReportedNew", required = true, type = Integer.class, nillable = true)
272  protected Integer reportedNew;
273  @XmlElement(name = "ReportedFixed", required = true, type = Integer.class, nillable = true)
274  protected Integer reportedFixed;
275  @XmlElement(name = "FixedByAutocorrection", required = true, type = Integer.class, nillable = true)
276  protected Integer fixedByAutocorrection;
277  @XmlElement(name = "CheckType", required = true, nillable = true)
278  protected String checkType;
279  @XmlElement(name = "LastStartTime", required = true, nillable = true)
280  protected XMLGregorianCalendar lastStartTime;
281  @XmlElement(name = "ttDS_SubCheck")
282  protected List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck> ttDSSubCheck;
283 
290  public String getDSCheckID() {
291  return dsCheckID;
292  }
293 
300  public void setDSCheckID(String value) {
301  this.dsCheckID = value;
302  }
303 
310  public String getCheckDescription() {
311  return checkDescription;
312  }
313 
320  public void setCheckDescription(String value) {
321  this.checkDescription = value;
322  }
323 
330  public XMLGregorianCalendar getStartTime() {
331  return startTime;
332  }
333 
340  public void setStartTime(XMLGregorianCalendar value) {
341  this.startTime = value;
342  }
343 
350  public XMLGregorianCalendar getEndTime() {
351  return endTime;
352  }
353 
360  public void setEndTime(XMLGregorianCalendar value) {
361  this.endTime = value;
362  }
363 
370  public Long getDuration() {
371  return duration;
372  }
373 
380  public void setDuration(Long value) {
381  this.duration = value;
382  }
383 
390  public Integer getReportedTotal() {
391  return reportedTotal;
392  }
393 
400  public void setReportedTotal(Integer value) {
401  this.reportedTotal = value;
402  }
403 
410  public Integer getReportedNew() {
411  return reportedNew;
412  }
413 
420  public void setReportedNew(Integer value) {
421  this.reportedNew = value;
422  }
423 
430  public Integer getReportedFixed() {
431  return reportedFixed;
432  }
433 
440  public void setReportedFixed(Integer value) {
441  this.reportedFixed = value;
442  }
443 
450  public Integer getFixedByAutocorrection() {
451  return fixedByAutocorrection;
452  }
453 
460  public void setFixedByAutocorrection(Integer value) {
461  this.fixedByAutocorrection = value;
462  }
463 
470  public String getCheckType() {
471  return checkType;
472  }
473 
480  public void setCheckType(String value) {
481  this.checkType = value;
482  }
483 
490  public XMLGregorianCalendar getLastStartTime() {
491  return lastStartTime;
492  }
493 
500  public void setLastStartTime(XMLGregorianCalendar value) {
501  this.lastStartTime = value;
502  }
503 
527  public List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck> getTtDSSubCheck() {
528  if (ttDSSubCheck == null) {
529  ttDSSubCheck = new ArrayList<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck>();
530  }
531  return this.ttDSSubCheck;
532  }
533 
606  @XmlAccessorType(XmlAccessType.FIELD)
607  @XmlType(name = "", propOrder = { "dsCheckID", "dsSubCheckID", "reportedTotal", "reportedNew", "reportedFixed",
608  "fixedByAutocorrection", "backgroundInfoURL", "ttDSLogEntryRepos", "ttDSLogEntrySrc" })
609  public static class TtDSSubCheck {
610 
611  @XmlElement(name = "DS_Check_ID", required = true, nillable = true)
612  protected String dsCheckID;
613  @XmlElement(name = "DS_SubCheck_ID", required = true, nillable = true)
614  protected String dsSubCheckID;
615  @XmlElement(name = "ReportedTotal", required = true, type = Integer.class, nillable = true)
616  protected Integer reportedTotal;
617  @XmlElement(name = "ReportedNew", required = true, type = Integer.class, nillable = true)
618  protected Integer reportedNew;
619  @XmlElement(name = "ReportedFixed", required = true, type = Integer.class, nillable = true)
620  protected Integer reportedFixed;
621  @XmlElement(name = "FixedByAutocorrection", required = true, type = Integer.class, nillable = true)
622  protected Integer fixedByAutocorrection;
623  @XmlElement(name = "BackgroundInfoURL", required = true, nillable = true)
624  protected String backgroundInfoURL;
625  @XmlElement(name = "ttDS_LogEntryRepos")
626  protected List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntryRepos> ttDSLogEntryRepos;
627  @XmlElement(name = "ttDS_LogEntrySrc")
628  protected List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntrySrc> ttDSLogEntrySrc;
629 
636  public String getDSCheckID() {
637  return dsCheckID;
638  }
639 
646  public void setDSCheckID(String value) {
647  this.dsCheckID = value;
648  }
649 
656  public String getDSSubCheckID() {
657  return dsSubCheckID;
658  }
659 
666  public void setDSSubCheckID(String value) {
667  this.dsSubCheckID = value;
668  }
669 
676  public Integer getReportedTotal() {
677  return reportedTotal;
678  }
679 
686  public void setReportedTotal(Integer value) {
687  this.reportedTotal = value;
688  }
689 
696  public Integer getReportedNew() {
697  return reportedNew;
698  }
699 
706  public void setReportedNew(Integer value) {
707  this.reportedNew = value;
708  }
709 
716  public Integer getReportedFixed() {
717  return reportedFixed;
718  }
719 
726  public void setReportedFixed(Integer value) {
727  this.reportedFixed = value;
728  }
729 
736  public Integer getFixedByAutocorrection() {
737  return fixedByAutocorrection;
738  }
739 
746  public void setFixedByAutocorrection(Integer value) {
747  this.fixedByAutocorrection = value;
748  }
749 
756  public String getBackgroundInfoURL() {
757  return backgroundInfoURL;
758  }
759 
766  public void setBackgroundInfoURL(String value) {
767  this.backgroundInfoURL = value;
768  }
769 
793  public List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntryRepos> getTtDSLogEntryRepos() {
794  if (ttDSLogEntryRepos == null) {
795  ttDSLogEntryRepos = new ArrayList<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntryRepos>();
796  }
797  return this.ttDSLogEntryRepos;
798  }
799 
823  public List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntrySrc> getTtDSLogEntrySrc() {
824  if (ttDSLogEntrySrc == null) {
825  ttDSLogEntrySrc = new ArrayList<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntrySrc>();
826  }
827  return this.ttDSLogEntrySrc;
828  }
829 
863  @XmlAccessorType(XmlAccessType.FIELD)
864  @XmlType(name = "", propOrder = { "dsCheckID", "dsSubCheckID", "owningObj", "owningID", "logEntryPriority",
865  "logEntryDescription", "fixedByAutocorrection", "reportedFirst", "isReportedNew", "codeCheckedBy",
866  "lastUser", "module" })
867  public static class TtDSLogEntryRepos {
868 
869  @XmlElement(name = "DS_Check_ID", required = true, nillable = true)
870  protected String dsCheckID;
871  @XmlElement(name = "DS_SubCheck_ID", required = true, nillable = true)
872  protected String dsSubCheckID;
873  @XmlElement(name = "Owning_Obj", required = true, nillable = true)
874  protected String owningObj;
875  @XmlElement(name = "Owning_ID", required = true, nillable = true)
876  protected String owningID;
877  @XmlElement(name = "LogEntryPriority", required = true, type = Integer.class, nillable = true)
878  protected Integer logEntryPriority;
879  @XmlElement(name = "LogEntryDescription", required = true, nillable = true)
880  protected String logEntryDescription;
881  @XmlElement(name = "FixedByAutocorrection", required = true, type = Boolean.class, nillable = true)
882  protected Boolean fixedByAutocorrection;
883  @XmlElement(name = "ReportedFirst", required = true, nillable = true)
884  protected XMLGregorianCalendar reportedFirst;
885  @XmlElement(required = true, type = Boolean.class, nillable = true)
886  protected Boolean isReportedNew;
887  @XmlElement(name = "CodeCheckedBy", required = true, nillable = true)
888  protected String codeCheckedBy;
889  @XmlElement(name = "LastUser", required = true, nillable = true)
890  protected String lastUser;
891  @XmlElement(name = "Module", required = true, nillable = true)
892  protected String module;
893 
900  public String getDSCheckID() {
901  return dsCheckID;
902  }
903 
910  public void setDSCheckID(String value) {
911  this.dsCheckID = value;
912  }
913 
920  public String getDSSubCheckID() {
921  return dsSubCheckID;
922  }
923 
930  public void setDSSubCheckID(String value) {
931  this.dsSubCheckID = value;
932  }
933 
940  public String getOwningObj() {
941  return owningObj;
942  }
943 
950  public void setOwningObj(String value) {
951  this.owningObj = value;
952  }
953 
960  public String getOwningID() {
961  return owningID;
962  }
963 
970  public void setOwningID(String value) {
971  this.owningID = value;
972  }
973 
980  public Integer getLogEntryPriority() {
981  return logEntryPriority;
982  }
983 
990  public void setLogEntryPriority(Integer value) {
991  this.logEntryPriority = value;
992  }
993 
1000  public String getLogEntryDescription() {
1001  return logEntryDescription;
1002  }
1003 
1010  public void setLogEntryDescription(String value) {
1011  this.logEntryDescription = value;
1012  }
1013 
1020  public Boolean isFixedByAutocorrection() {
1021  return fixedByAutocorrection;
1022  }
1023 
1030  public void setFixedByAutocorrection(Boolean value) {
1031  this.fixedByAutocorrection = value;
1032  }
1033 
1040  public XMLGregorianCalendar getReportedFirst() {
1041  return reportedFirst;
1042  }
1043 
1050  public void setReportedFirst(XMLGregorianCalendar value) {
1051  this.reportedFirst = value;
1052  }
1053 
1060  public Boolean isIsReportedNew() {
1061  return isReportedNew;
1062  }
1063 
1070  public void setIsReportedNew(Boolean value) {
1071  this.isReportedNew = value;
1072  }
1073 
1080  public String getCodeCheckedBy() {
1081  return codeCheckedBy;
1082  }
1083 
1090  public void setCodeCheckedBy(String value) {
1091  this.codeCheckedBy = value;
1092  }
1093 
1100  public String getLastUser() {
1101  return lastUser;
1102  }
1103 
1110  public void setLastUser(String value) {
1111  this.lastUser = value;
1112  }
1113 
1120  public String getModule() {
1121  return module;
1122  }
1123 
1130  public void setModule(String value) {
1131  this.module = value;
1132  }
1133 
1134  }
1135 
1169  @XmlAccessorType(XmlAccessType.FIELD)
1170  @XmlType(name = "", propOrder = { "dsCheckID", "dsSubCheckID", "sourceFileName", "sourceFileLine",
1171  "logEntryPriority", "logEntryDescription", "fixedByAutocorrection", "reportedFirst",
1172  "isReportedNew", "lastUser", "statement", "module" })
1173  public static class TtDSLogEntrySrc {
1174 
1175  @XmlElement(name = "DS_Check_ID", required = true, nillable = true)
1176  protected String dsCheckID;
1177  @XmlElement(name = "DS_SubCheck_ID", required = true, nillable = true)
1178  protected String dsSubCheckID;
1179  @XmlElement(name = "SourceFileName", required = true, nillable = true)
1180  protected String sourceFileName;
1181  @XmlElement(name = "SourceFileLine", required = true, type = Integer.class, nillable = true)
1182  protected Integer sourceFileLine;
1183  @XmlElement(name = "LogEntryPriority", required = true, type = Integer.class, nillable = true)
1184  protected Integer logEntryPriority;
1185  @XmlElement(name = "LogEntryDescription", required = true, nillable = true)
1186  protected String logEntryDescription;
1187  @XmlElement(name = "FixedByAutocorrection", required = true, type = Boolean.class, nillable = true)
1188  protected Boolean fixedByAutocorrection;
1189  @XmlElement(name = "ReportedFirst", required = true, nillable = true)
1190  protected XMLGregorianCalendar reportedFirst;
1191  @XmlElement(required = true, type = Boolean.class, nillable = true)
1192  protected Boolean isReportedNew;
1193  @XmlElement(name = "LastUser", required = true, nillable = true)
1194  protected String lastUser;
1195  @XmlElement(name = "Statement", required = true, nillable = true)
1196  protected String statement;
1197  @XmlElement(name = "Module", required = true, nillable = true)
1198  protected String module;
1199 
1206  public String getDSCheckID() {
1207  return dsCheckID;
1208  }
1209 
1216  public void setDSCheckID(String value) {
1217  this.dsCheckID = value;
1218  }
1219 
1226  public String getDSSubCheckID() {
1227  return dsSubCheckID;
1228  }
1229 
1236  public void setDSSubCheckID(String value) {
1237  this.dsSubCheckID = value;
1238  }
1239 
1246  public String getSourceFileName() {
1247  return sourceFileName;
1248  }
1249 
1256  public void setSourceFileName(String value) {
1257  this.sourceFileName = value;
1258  }
1259 
1266  public Integer getSourceFileLine() {
1267  return sourceFileLine;
1268  }
1269 
1276  public void setSourceFileLine(Integer value) {
1277  this.sourceFileLine = value;
1278  }
1279 
1286  public Integer getLogEntryPriority() {
1287  return logEntryPriority;
1288  }
1289 
1296  public void setLogEntryPriority(Integer value) {
1297  this.logEntryPriority = value;
1298  }
1299 
1306  public String getLogEntryDescription() {
1307  return logEntryDescription;
1308  }
1309 
1316  public void setLogEntryDescription(String value) {
1317  this.logEntryDescription = value;
1318  }
1319 
1326  public Boolean isFixedByAutocorrection() {
1327  return fixedByAutocorrection;
1328  }
1329 
1336  public void setFixedByAutocorrection(Boolean value) {
1337  this.fixedByAutocorrection = value;
1338  }
1339 
1346  public XMLGregorianCalendar getReportedFirst() {
1347  return reportedFirst;
1348  }
1349 
1356  public void setReportedFirst(XMLGregorianCalendar value) {
1357  this.reportedFirst = value;
1358  }
1359 
1366  public Boolean isIsReportedNew() {
1367  return isReportedNew;
1368  }
1369 
1376  public void setIsReportedNew(Boolean value) {
1377  this.isReportedNew = value;
1378  }
1379 
1386  public String getLastUser() {
1387  return lastUser;
1388  }
1389 
1396  public void setLastUser(String value) {
1397  this.lastUser = value;
1398  }
1399 
1406  public String getStatement() {
1407  return statement;
1408  }
1409 
1416  public void setStatement(String value) {
1417  this.statement = value;
1418  }
1419 
1426  public String getModule() {
1427  return module;
1428  }
1429 
1436  public void setModule(String value) {
1437  this.module = value;
1438  }
1439 
1440  }
1441 
1442  }
1443 
1444  }
1445 
1446 }
List< DsDSConsistencyChecks.TtDSCheck > getTtDSCheck()