Clover Coverage Report - Kuali Student 1.1.0-SNAPSHOT (Aggregated)
Coverage timestamp: Tue Feb 15 2011 04:04:07 EST
../../../../../../../img/srcFileCovDistChart0.png 48% of files have more coverage
4   44   4   1
0   27   1   4
4     1  
1    
 
  ValidateCourse       Line # 20 4 0% 4 8 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 = "validateCourse", namespace = "http://student.kuali.org/wsdl/course")
17    @XmlAccessorType(XmlAccessType.FIELD)
18    @XmlType(name = "validateCourse", namespace = "http://student.kuali.org/wsdl/course", propOrder = {"arg0", "arg1"})
19   
 
20    public class ValidateCourse {
21   
22    @XmlElement(name = "arg0")
23    private java.lang.String arg0;
24    @XmlElement(name = "arg1")
25    private org.kuali.student.lum.course.dto.CourseInfo arg1;
26   
 
27  0 toggle public java.lang.String getArg0() {
28  0 return this.arg0;
29    }
30   
 
31  0 toggle public void setArg0(java.lang.String newArg0) {
32  0 this.arg0 = newArg0;
33    }
34   
 
35  0 toggle public org.kuali.student.lum.course.dto.CourseInfo getArg1() {
36  0 return this.arg1;
37    }
38   
 
39  0 toggle public void setArg1(org.kuali.student.lum.course.dto.CourseInfo newArg1) {
40  0 this.arg1 = newArg1;
41    }
42   
43    }
44