|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ObjectFactory | Line # 44 | 2 | 0% | 3 | 5 | 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 | // | |
| 17 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 | |
| 18 | // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> | |
| 19 | // Any modifications to this file will be lost upon recompilation of the source schema. | |
| 20 | // Generated on: 2008.10.21 at 02:14:18 PM PDT | |
| 21 | // | |
| 22 | ||
| 23 | ||
| 24 | package org.kuali.student.common.messages.dto; | |
| 25 | ||
| 26 | import javax.xml.bind.annotation.XmlRegistry; | |
| 27 | ||
| 28 | ||
| 29 | /** | |
| 30 | * This object contains factory methods for each | |
| 31 | * Java content interface and Java element interface | |
| 32 | * generated in the org.kuali.student.dictionary.dto package. | |
| 33 | * <p>An ObjectFactory allows you to programatically | |
| 34 | * construct new instances of the Java representation | |
| 35 | * for XML content. The Java representation of XML | |
| 36 | * content can consist of schema derived interfaces | |
| 37 | * and classes representing the binding of schema | |
| 38 | * type definitions, element declarations and model | |
| 39 | * groups. Factory methods for each of these are | |
| 40 | * provided in this class. | |
| 41 | * | |
| 42 | */ | |
| 43 | @XmlRegistry | |
| 44 | public class ObjectFactory { | |
| 45 | ||
| 46 | 0 |
public ObjectFactory() { |
| 47 | } | |
| 48 | ||
| 49 | 0 |
public Message createMessage() { |
| 50 | 0 | return new Message(); |
| 51 | } | |
| 52 | ||
| 53 | 0 |
public MessageList createMessageList() { |
| 54 | 0 | return new MessageList(); |
| 55 | } | |
| 56 | ||
| 57 | } | |
|
||||||||||||