Coverage Report - org.kuali.student.common.dictionary.service.jaxws.GetObjectTypes
 
Classes in this File Line Coverage Branch Coverage Complexity
GetObjectTypes
0%
0/1
N/A
0
 
 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.XmlRootElement;
 7  
 import javax.xml.bind.annotation.XmlType;
 8  
 
 9  
 /**
 10  
  * This class was generated by Apache CXF 2.2
 11  
  * Fri May 14 11:26:06 PDT 2010
 12  
  * Generated source version: 2.2
 13  
  */
 14  
 
 15  
 @XmlRootElement(name = "getObjectTypes", namespace = "http://student.kuali.org/wsdl/dictionary")
 16  
 @XmlAccessorType(XmlAccessType.FIELD)
 17  
 @XmlType(name = "getObjectTypes", namespace = "http://student.kuali.org/wsdl/dictionary")
 18  
 
 19  0
 public class GetObjectTypes {
 20  
 
 21  
 
 22  
 }
 23