001
002 package org.apache.camel.example.reportincident;
003
004 import javax.xml.bind.annotation.XmlRegistry;
005
006
007 /**
008 * This object contains factory methods for each
009 * Java content interface and Java element interface
010 * generated in the org.apache.camel.example.reportincident package.
011 * <p>An ObjectFactory allows you to programatically
012 * construct new instances of the Java representation
013 * for XML content. The Java representation of XML
014 * content can consist of schema derived interfaces
015 * and classes representing the binding of schema
016 * type definitions, element declarations and model
017 * groups. Factory methods for each of these are
018 * provided in this class.
019 *
020 */
021 @XmlRegistry
022 public class ObjectFactory {
023
024
025 /**
026 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.example.reportincident
027 *
028 */
029 public ObjectFactory() {
030 }
031
032 /**
033 * Create an instance of {@link InputReportIncident }
034 *
035 */
036 public InputReportIncident createInputReportIncident() {
037 return new InputReportIncident();
038 }
039
040 /**
041 * Create an instance of {@link OutputReportIncident }
042 *
043 */
044 public OutputReportIncident createOutputReportIncident() {
045 return new OutputReportIncident();
046 }
047
048 }