Clover Coverage Report - KS Common Api 1.2-M1-SNAPSHOT
Coverage timestamp: Wed Dec 31 1969 19:00:00 EST
../../../../../../img/srcFileCovDistChart0.png 0% of files have more coverage
8   73   9   0.89
0   32   1.12   9
9     1  
1    
 
  ObjectFactory       Line # 34 8 0% 9 17 0% 0.0
 
No Tests
 
1    /**
2    * Copyright 2010 The Kuali Foundation Licensed under the
3    * Educational Community License, Version 2.0 (the "License"); you may
4    * not use this file except in compliance with the License. You may
5    * obtain a copy of the License at
6    *
7    * http://www.osedu.org/licenses/ECL-2.0
8    *
9    * Unless required by applicable law or agreed to in writing,
10    * software distributed under the License is distributed on an "AS IS"
11    * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12    * or implied. See the License for the specific language governing
13    * permissions and limitations under the License.
14    */
15   
16    package org.kuali.student.common.search.dto;
17   
18    import javax.xml.bind.annotation.XmlRegistry;
19   
20    import org.kuali.student.common.dictionary.old.dto.FieldDescriptor;
21   
22    /**
23    * This object contains factory methods for each Java content interface and Java
24    * element interface generated in the org.kuali.student.dictionary.dto package.
25    * <p>
26    * An ObjectFactory allows you to programatically construct new instances of the
27    * Java representation for XML content. The Java representation of XML content
28    * can consist of schema derived interfaces and classes representing the binding
29    * of schema type definitions, element declarations and model groups. Factory
30    * methods for each of these are provided in this class.
31    *
32    */
33    @XmlRegistry
 
34    public class ObjectFactory {
35    /**
36    * Create a new ObjectFactory that can be used to create new instances of
37    * schema derived classes for package: org.kuali.student.dictionary.dto
38    *
39    */
 
40  0 toggle public ObjectFactory() {
41    }
42   
 
43  0 toggle public QueryParamInfo createQueryParamInfo() {
44  0 return new QueryParamInfo();
45    }
46   
 
47  0 toggle public ResultColumnInfo createResultColumnInfo() {
48  0 return new ResultColumnInfo();
49    }
50   
 
51  0 toggle public SearchCriteriaTypeInfo createSearchCriteriaTypeInfo() {
52  0 return new SearchCriteriaTypeInfo();
53    }
54   
 
55  0 toggle public SearchRelationship createSearchRelationship() {
56  0 return new SearchRelationship();
57    }
58   
 
59  0 toggle public SearchResultTypeInfo createSearchResultTypeInfo() {
60  0 return new SearchResultTypeInfo();
61    }
62   
 
63  0 toggle public SearchTypeInfo createSearchTypeInfo() {
64  0 return new SearchTypeInfo();
65    }
66   
 
67  0 toggle public TypeAttribute createTypeAttribute() {
68  0 return new TypeAttribute();
69    }
 
70  0 toggle public FieldDescriptor createFieldDescriptor(){
71  0 return new FieldDescriptor();
72    }
73    }