Clover Coverage Report - Kuali Student 1.1-SNAPSHOT (Aggregated)
Coverage timestamp: Thu Mar 3 2011 04:02:59 EST
../../../../../../../img/srcFileCovDistChart0.png 49% of files have more coverage
6   54   6   1
0   35   1   6
6     1  
1    
 
  GetCourseStatements       Line # 20 6 0% 6 12 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 = "getCourseStatements", namespace = "http://student.kuali.org/wsdl/course")
17    @XmlAccessorType(XmlAccessType.FIELD)
18    @XmlType(name = "getCourseStatements", namespace = "http://student.kuali.org/wsdl/course", propOrder = {"courseId", "nlUsageTypeKey", "language"})
19   
 
20    public class GetCourseStatements {
21   
22    @XmlElement(name = "courseId")
23    private java.lang.String courseId;
24    @XmlElement(name = "nlUsageTypeKey")
25    private java.lang.String nlUsageTypeKey;
26    @XmlElement(name = "language")
27    private java.lang.String language;
28   
 
29  0 toggle public java.lang.String getCourseId() {
30  0 return this.courseId;
31    }
32   
 
33  0 toggle public void setCourseId(java.lang.String newCourseId) {
34  0 this.courseId = newCourseId;
35    }
36   
 
37  0 toggle public java.lang.String getNlUsageTypeKey() {
38  0 return this.nlUsageTypeKey;
39    }
40   
 
41  0 toggle public void setNlUsageTypeKey(java.lang.String newNlUsageTypeKey) {
42  0 this.nlUsageTypeKey = newNlUsageTypeKey;
43    }
44   
 
45  0 toggle public java.lang.String getLanguage() {
46  0 return this.language;
47    }
48   
 
49  0 toggle public void setLanguage(java.lang.String newLanguage) {
50  0 this.language = newLanguage;
51    }
52   
53    }
54