Clover Coverage Report - Kuali Student 1.1.0-M10-SNAPSHOT (Aggregated)
Coverage timestamp: Fri Dec 17 2010 05:04:51 EST
../../../../../../../img/srcFileCovDistChart0.png 53% of files have more coverage
2   34   2   1
0   19   1   2
2     1  
1    
 
  RequestSecurityToken       Line # 20 2 0% 2 4 0% 0.0
 
No Tests
 
1   
2    package org.kuali.student.security.trust.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 09 11:32:58 EDT 2010
13    * Generated source version: 2.2
14    */
15   
16    @XmlRootElement(name = "RequestSecurityToken", namespace = "http://schemas.xmlsoap.org/ws/2005/02/trust/wsdl")
17    @XmlAccessorType(XmlAccessType.FIELD)
18    @XmlType(name = "RequestSecurityToken", namespace = "http://schemas.xmlsoap.org/ws/2005/02/trust/wsdl")
19   
 
20    public class RequestSecurityToken {
21   
22    @XmlElement(name = "RequestSecurityToken", namespace = "http://schemas.xmlsoap.org/ws/2005/02/trust")
23    private org.kuali.student.security.trust.dto.RequestSecurityTokenType RequestSecurityToken;
24   
 
25  0 toggle public org.kuali.student.security.trust.dto.RequestSecurityTokenType getRequestSecurityToken() {
26  0 return this.RequestSecurityToken;
27    }
28   
 
29  0 toggle public void setRequestSecurityToken(org.kuali.student.security.trust.dto.RequestSecurityTokenType newRequestSecurityToken) {
30  0 this.RequestSecurityToken = newRequestSecurityToken;
31    }
32   
33    }
34