8 package com.proalpha.pds.jaxb;
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;
122 @XmlAccessorType(XmlAccessType.FIELD)
123 @XmlType(name =
"", propOrder = {
"ttDSCheck" })
124 @XmlRootElement(name =
"dsDS_ConsistencyChecks")
127 @XmlElement(name =
"ttDS_Check")
154 if (ttDSCheck ==
null) {
157 return this.ttDSCheck;
253 @XmlAccessorType(XmlAccessType.FIELD)
254 @XmlType(name =
"", propOrder = {
"dsCheckID",
"checkDescription",
"startTime",
"endTime",
"duration",
255 "reportedTotal",
"reportedNew",
"reportedFixed",
"fixedByAutocorrection",
"checkType",
"lastStartTime",
257 public static class TtDSCheck {
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;
290 public String getDSCheckID() {
300 public void setDSCheckID(String value) {
301 this.dsCheckID = value;
310 public String getCheckDescription() {
311 return checkDescription;
320 public void setCheckDescription(String value) {
321 this.checkDescription = value;
330 public XMLGregorianCalendar getStartTime() {
340 public void setStartTime(XMLGregorianCalendar value) {
341 this.startTime = value;
350 public XMLGregorianCalendar getEndTime() {
360 public void setEndTime(XMLGregorianCalendar value) {
361 this.endTime = value;
370 public Long getDuration() {
380 public void setDuration(Long value) {
381 this.duration = value;
390 public Integer getReportedTotal() {
391 return reportedTotal;
400 public void setReportedTotal(Integer value) {
401 this.reportedTotal = value;
410 public Integer getReportedNew() {
420 public void setReportedNew(Integer value) {
421 this.reportedNew = value;
430 public Integer getReportedFixed() {
431 return reportedFixed;
440 public void setReportedFixed(Integer value) {
441 this.reportedFixed = value;
450 public Integer getFixedByAutocorrection() {
451 return fixedByAutocorrection;
460 public void setFixedByAutocorrection(Integer value) {
461 this.fixedByAutocorrection = value;
470 public String getCheckType() {
480 public void setCheckType(String value) {
481 this.checkType = value;
490 public XMLGregorianCalendar getLastStartTime() {
491 return lastStartTime;
500 public void setLastStartTime(XMLGregorianCalendar value) {
501 this.lastStartTime = value;
527 public List<DsDSConsistencyChecks.TtDSCheck.
TtDSSubCheck> getTtDSSubCheck() {
528 if (ttDSSubCheck ==
null) {
529 ttDSSubCheck =
new ArrayList<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck>();
531 return this.ttDSSubCheck;
606 @XmlAccessorType(XmlAccessType.FIELD)
607 @XmlType(name =
"", propOrder = {
"dsCheckID",
"dsSubCheckID",
"reportedTotal",
"reportedNew",
"reportedFixed",
608 "fixedByAutocorrection",
"backgroundInfoURL",
"ttDSLogEntryRepos",
"ttDSLogEntrySrc" })
609 public static class TtDSSubCheck {
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;
636 public String getDSCheckID() {
646 public void setDSCheckID(String value) {
647 this.dsCheckID = value;
656 public String getDSSubCheckID() {
666 public void setDSSubCheckID(String value) {
667 this.dsSubCheckID = value;
676 public Integer getReportedTotal() {
677 return reportedTotal;
686 public void setReportedTotal(Integer value) {
687 this.reportedTotal = value;
696 public Integer getReportedNew() {
706 public void setReportedNew(Integer value) {
707 this.reportedNew = value;
716 public Integer getReportedFixed() {
717 return reportedFixed;
726 public void setReportedFixed(Integer value) {
727 this.reportedFixed = value;
736 public Integer getFixedByAutocorrection() {
737 return fixedByAutocorrection;
746 public void setFixedByAutocorrection(Integer value) {
747 this.fixedByAutocorrection = value;
756 public String getBackgroundInfoURL() {
757 return backgroundInfoURL;
766 public void setBackgroundInfoURL(String value) {
767 this.backgroundInfoURL = value;
793 public List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.
TtDSLogEntryRepos> getTtDSLogEntryRepos() {
794 if (ttDSLogEntryRepos ==
null) {
795 ttDSLogEntryRepos =
new ArrayList<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntryRepos>();
797 return this.ttDSLogEntryRepos;
823 public List<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntrySrc> getTtDSLogEntrySrc() {
824 if (ttDSLogEntrySrc ==
null) {
825 ttDSLogEntrySrc =
new ArrayList<DsDSConsistencyChecks.TtDSCheck.TtDSSubCheck.TtDSLogEntrySrc>();
827 return this.ttDSLogEntrySrc;
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 {
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;
900 public String getDSCheckID() {
910 public void setDSCheckID(String value) {
911 this.dsCheckID = value;
920 public String getDSSubCheckID() {
930 public void setDSSubCheckID(String value) {
931 this.dsSubCheckID = value;
940 public String getOwningObj() {
950 public void setOwningObj(String value) {
951 this.owningObj = value;
960 public String getOwningID() {
970 public void setOwningID(String value) {
971 this.owningID = value;
980 public Integer getLogEntryPriority() {
981 return logEntryPriority;
990 public void setLogEntryPriority(Integer value) {
991 this.logEntryPriority = value;
1000 public String getLogEntryDescription() {
1001 return logEntryDescription;
1010 public void setLogEntryDescription(String value) {
1011 this.logEntryDescription = value;
1020 public Boolean isFixedByAutocorrection() {
1021 return fixedByAutocorrection;
1030 public void setFixedByAutocorrection(Boolean value) {
1031 this.fixedByAutocorrection = value;
1040 public XMLGregorianCalendar getReportedFirst() {
1041 return reportedFirst;
1050 public void setReportedFirst(XMLGregorianCalendar value) {
1051 this.reportedFirst = value;
1060 public Boolean isIsReportedNew() {
1061 return isReportedNew;
1070 public void setIsReportedNew(Boolean value) {
1071 this.isReportedNew = value;
1080 public String getCodeCheckedBy() {
1081 return codeCheckedBy;
1090 public void setCodeCheckedBy(String value) {
1091 this.codeCheckedBy = value;
1100 public String getLastUser() {
1110 public void setLastUser(String value) {
1111 this.lastUser = value;
1120 public String getModule() {
1130 public void setModule(String value) {
1131 this.module = value;
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 {
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;
1206 public String getDSCheckID() {
1216 public void setDSCheckID(String value) {
1217 this.dsCheckID = value;
1226 public String getDSSubCheckID() {
1227 return dsSubCheckID;
1236 public void setDSSubCheckID(String value) {
1237 this.dsSubCheckID = value;
1246 public String getSourceFileName() {
1247 return sourceFileName;
1256 public void setSourceFileName(String value) {
1257 this.sourceFileName = value;
1266 public Integer getSourceFileLine() {
1267 return sourceFileLine;
1276 public void setSourceFileLine(Integer value) {
1277 this.sourceFileLine = value;
1286 public Integer getLogEntryPriority() {
1287 return logEntryPriority;
1296 public void setLogEntryPriority(Integer value) {
1297 this.logEntryPriority = value;
1306 public String getLogEntryDescription() {
1307 return logEntryDescription;
1316 public void setLogEntryDescription(String value) {
1317 this.logEntryDescription = value;
1326 public Boolean isFixedByAutocorrection() {
1327 return fixedByAutocorrection;
1336 public void setFixedByAutocorrection(Boolean value) {
1337 this.fixedByAutocorrection = value;
1346 public XMLGregorianCalendar getReportedFirst() {
1347 return reportedFirst;
1356 public void setReportedFirst(XMLGregorianCalendar value) {
1357 this.reportedFirst = value;
1366 public Boolean isIsReportedNew() {
1367 return isReportedNew;
1376 public void setIsReportedNew(Boolean value) {
1377 this.isReportedNew = value;
1386 public String getLastUser() {
1396 public void setLastUser(String value) {
1397 this.lastUser = value;
1406 public String getStatement() {
1416 public void setStatement(String value) {
1417 this.statement = value;
1426 public String getModule() {
1436 public void setModule(String value) {
1437 this.module = value;
List< DsDSConsistencyChecks.TtDSCheck > getTtDSCheck()