| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ObjectFactory |
|
| 1.0;1 |
| 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 | public ObjectFactory() { |
| 41 | 0 | } |
| 42 | ||
| 43 | public QueryParamInfo createQueryParamInfo() { | |
| 44 | 0 | return new QueryParamInfo(); |
| 45 | } | |
| 46 | ||
| 47 | public ResultColumnInfo createResultColumnInfo() { | |
| 48 | 0 | return new ResultColumnInfo(); |
| 49 | } | |
| 50 | ||
| 51 | public SearchCriteriaTypeInfo createSearchCriteriaTypeInfo() { | |
| 52 | 0 | return new SearchCriteriaTypeInfo(); |
| 53 | } | |
| 54 | ||
| 55 | public SearchRelationship createSearchRelationship() { | |
| 56 | 0 | return new SearchRelationship(); |
| 57 | } | |
| 58 | ||
| 59 | public SearchResultTypeInfo createSearchResultTypeInfo() { | |
| 60 | 0 | return new SearchResultTypeInfo(); |
| 61 | } | |
| 62 | ||
| 63 | public SearchTypeInfo createSearchTypeInfo() { | |
| 64 | 0 | return new SearchTypeInfo(); |
| 65 | } | |
| 66 | ||
| 67 | public TypeAttribute createTypeAttribute() { | |
| 68 | 0 | return new TypeAttribute(); |
| 69 | } | |
| 70 | public FieldDescriptor createFieldDescriptor(){ | |
| 71 | 0 | return new FieldDescriptor(); |
| 72 | } | |
| 73 | } |