Clover Coverage Report - Kuali Student 1.2-M6-SNAPSHOT (Aggregated)
Coverage timestamp: Mon Sep 12 2011 05:03:53 EDT
../../../../../../../img/srcFileCovDistChart0.png 42% of files have more coverage
2   34   2   1
0   19   1   2
2     1  
1    
 
  ValidateCourseResponse       Line # 20 2 0% 2 4 0% 0.0
 
No Tests
 
1   
2    package org.kuali.student.lum.course.service.jaxws;
3   
4    import javax.xml.bind.annotation.XmlAccessType;
5    import javax.xml.bind.annotation.XmlAccessorType;
6    import javax.xml.bind.annotation.XmlElement;
7    import javax.xml.bind.annotation.XmlRootElement;
8    import javax.xml.bind.annotation.XmlType;
9   
10    /**
11    * This class was generated by Apache CXF 2.2.9
12    * Thu Nov 04 11:39:27 EDT 2010
13    * Generated source version: 2.2.9
14    */
15   
16    @XmlRootElement(name = "validateCourseResponse", namespace = "http://student.kuali.org/wsdl/course")
17    @XmlAccessorType(XmlAccessType.FIELD)
18    @XmlType(name = "validateCourseResponse", namespace = "http://student.kuali.org/wsdl/course")
19   
 
20    public class ValidateCourseResponse {
21   
22    @XmlElement(name = "return")
23    private java.util.List<org.kuali.student.common.validation.dto.ValidationResultInfo> _return;
24   
 
25  0 toggle public java.util.List<org.kuali.student.common.validation.dto.ValidationResultInfo> getReturn() {
26  0 return this._return;
27    }
28   
 
29  0 toggle public void setReturn(java.util.List<org.kuali.student.common.validation.dto.ValidationResultInfo> new_return) {
30  0 this._return = new_return;
31    }
32   
33    }
34