Clover Coverage Report - KS LUM 1.1.0-M10-SNAPSHOT (Aggregated)
Coverage timestamp: Fri Dec 17 2010 06:40:47 EST
../../../../../../../img/srcFileCovDistChart10.png 0% of files have more coverage
2   34   2   1
0   19   1   2
2     1  
1    
 
  GetCluSetTreeViewResponse       Line # 20 2 0% 2 0 100% 1.0
 
  (2)
 
1   
2    package org.kuali.student.lum.lu.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
12    * Wed Jun 16 17:52:50 PDT 2010
13    * Generated source version: 2.2
14    */
15   
16    @XmlRootElement(name = "getCluSetTreeViewResponse", namespace = "http://student.kuali.org/wsdl/lu")
17    @XmlAccessorType(XmlAccessType.FIELD)
18    @XmlType(name = "getCluSetTreeViewResponse", namespace = "http://student.kuali.org/wsdl/lu")
19   
 
20    public class GetCluSetTreeViewResponse {
21   
22    @XmlElement(name = "return")
23    private org.kuali.student.lum.lu.dto.CluSetTreeViewInfo _return;
24   
 
25  2 toggle public org.kuali.student.lum.lu.dto.CluSetTreeViewInfo getReturn() {
26  2 return this._return;
27    }
28   
 
29  2 toggle public void setReturn(org.kuali.student.lum.lu.dto.CluSetTreeViewInfo new_return) {
30  2 this._return = new_return;
31    }
32   
33    }
34