Clover Coverage Report - KS Common 1.2-M5-SNAPSHOT (Aggregated)
Coverage timestamp: Mon Aug 29 2011 05:59:08 EDT
../../../../../../../img/srcFileCovDistChart0.png 30% of files have more coverage
2   36   2   1
0   21   1   2
2     1  
1    
 
  GetObjectStructureResponse       Line # 21 2 0% 2 4 0% 0.0
 
No Tests
 
1   
2    package org.kuali.student.common.dictionary.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    import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
10   
11    /**
12    * This class was generated by Apache CXF 2.2
13    * Fri May 14 11:26:06 PDT 2010
14    * Generated source version: 2.2
15    */
16   
17    @XmlRootElement(name = "getObjectStructureResponse", namespace = "http://student.kuali.org/wsdl/dictionary")
18    @XmlAccessorType(XmlAccessType.FIELD)
19    @XmlType(name = "getObjectStructureResponse", namespace = "http://student.kuali.org/wsdl/dictionary")
20   
 
21    public class GetObjectStructureResponse {
22   
23    @XmlElement(name = "return")
24    @XmlJavaTypeAdapter(ObjStructXmlTypeAdapter.class)
25    private org.kuali.student.common.dictionary.dto.ObjectStructureDefinition _return;
26   
 
27  0 toggle public org.kuali.student.common.dictionary.dto.ObjectStructureDefinition getReturn() {
28  0 return this._return;
29    }
30   
 
31  0 toggle public void setReturn(org.kuali.student.common.dictionary.dto.ObjectStructureDefinition new_return) {
32  0 this._return = new_return;
33    }
34   
35    }
36