001
002package org.kuali.ole.select.testing;
003
004import javax.xml.bind.JAXBElement;
005import javax.xml.bind.annotation.XmlElementDecl;
006import javax.xml.bind.annotation.XmlRegistry;
007import javax.xml.namespace.QName;
008
009
010/**
011 * This object contains factory methods for each
012 * Java content interface and Java element interface
013 * generated in the org.kuali.ole.select.testing package.
014 * <p>An ObjectFactory allows you to programatically
015 * construct new instances of the Java representation
016 * for XML content. The Java representation of XML
017 * content can consist of schema derived interfaces
018 * and classes representing the binding of schema
019 * type definitions, element declarations and model
020 * groups.  Factory methods for each of these are
021 * provided in this class.
022 */
023@XmlRegistry
024public class ObjectFactory {
025
026    private final static QName _CreatePreOrderForForm_QNAME = new QName("http://service.select.ole.kuali.org/", "createPreOrderForForm");
027    private final static QName _CreatePreOrderForFormResponse_QNAME = new QName("http://service.select.ole.kuali.org/", "createPreOrderForFormResponse");
028    private final static QName _CreatePreOrderForCitation_QNAME = new QName("http://service.select.ole.kuali.org/", "createPreOrderForCitation");
029    private final static QName _CreatePreOrderForCitationResponse_QNAME = new QName("http://service.select.ole.kuali.org/", "createPreOrderForCitationResponse");
030    private final static QName _CreatePreOrderForOpenURL_QNAME = new QName("http://service.select.ole.kuali.org/", "createPreOrderForOpenURL");
031    private final static QName _CreatePreOrderForOpenURLResponse_QNAME = new QName("http://service.select.ole.kuali.org/", "createPreOrderForOpenURLResponse");
032    private final static QName _Exception_QNAME = new QName("http://service.select.ole.kuali.org/", "WSException");
033
034
035    /**
036     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kuali.ole.select.testing
037     */
038    public ObjectFactory() {
039    }
040
041    /**
042     * Create an instance of {@link CreatePreOrderForForm }
043     */
044    public CreatePreOrderForForm createCreatePreOrderForForm() {
045        return new CreatePreOrderForForm();
046    }
047
048    /**
049     * Create an instance of {@link CreatePreOrderForFormResponse }
050     */
051    public CreatePreOrderForFormResponse createCreatePreOrderForFormResponse() {
052        return new CreatePreOrderForFormResponse();
053    }
054
055    /**
056     * Create an instance of {@link CreatePreOrderForCitation }
057     */
058    public CreatePreOrderForCitation createCreatePreOrderForCitation() {
059        return new CreatePreOrderForCitation();
060    }
061
062    /**
063     * Create an instance of {@link CreatePreOrderForCitationResponse }
064     */
065    public CreatePreOrderForCitationResponse createCreatePreOrderForCitationResponse() {
066        return new CreatePreOrderForCitationResponse();
067    }
068
069    /**
070     * Create an instance of {@link CreatePreOrderForOpenURLResponse }
071     */
072    public CreatePreOrderForOpenURLResponse createCreatePreOrderForOpenURLResponse() {
073        return new CreatePreOrderForOpenURLResponse();
074    }
075
076    /**
077     * Create an instance of {@link CreatePreOrderForOpenURL }
078     */
079    public CreatePreOrderForOpenURL createCreatePreOrderForOpenURL() {
080        return new CreatePreOrderForOpenURL();
081    }
082
083    /**
084     * Create an instance of {@link WSException }
085     */
086    public WSException createException() {
087        return new WSException();
088    }
089
090    /**
091     * Create an instance of {@link JAXBElement }{@code <}{@link CreatePreOrderForForm }{@code >}}
092     */
093    @XmlElementDecl(namespace = "http://service.select.ole.kuali.org/", name = "createPreOrderForForm")
094    public JAXBElement<CreatePreOrderForForm> createCreatePreOrderForForm(CreatePreOrderForForm value) {
095        return new JAXBElement<CreatePreOrderForForm>(_CreatePreOrderForForm_QNAME, CreatePreOrderForForm.class, null, value);
096    }
097
098    /**
099     * Create an instance of {@link JAXBElement }{@code <}{@link CreatePreOrderForFormResponse }{@code >}}
100     */
101    @XmlElementDecl(namespace = "http://service.select.ole.kuali.org/", name = "createPreOrderForFormResponse")
102    public JAXBElement<CreatePreOrderForFormResponse> createCreatePreOrderForFormResponse(CreatePreOrderForFormResponse value) {
103        return new JAXBElement<CreatePreOrderForFormResponse>(_CreatePreOrderForFormResponse_QNAME, CreatePreOrderForFormResponse.class, null, value);
104    }
105
106    /**
107     * Create an instance of {@link JAXBElement }{@code <}{@link CreatePreOrderForCitation }{@code >}}
108     */
109    @XmlElementDecl(namespace = "http://service.select.ole.kuali.org/", name = "createPreOrderForCitation")
110    public JAXBElement<CreatePreOrderForCitation> createCreatePreOrderForCitation(CreatePreOrderForCitation value) {
111        return new JAXBElement<CreatePreOrderForCitation>(_CreatePreOrderForCitation_QNAME, CreatePreOrderForCitation.class, null, value);
112    }
113
114    /**
115     * Create an instance of {@link JAXBElement }{@code <}{@link CreatePreOrderForCitationResponse }{@code >}}
116     */
117    @XmlElementDecl(namespace = "http://service.select.ole.kuali.org/", name = "createPreOrderForCitationResponse")
118    public JAXBElement<CreatePreOrderForCitationResponse> createCreatePreOrderForCitationResponse(CreatePreOrderForCitationResponse value) {
119        return new JAXBElement<CreatePreOrderForCitationResponse>(_CreatePreOrderForCitationResponse_QNAME, CreatePreOrderForCitationResponse.class, null, value);
120    }
121
122    /**
123     * Create an instance of {@link JAXBElement }{@code <}{@link CreatePreOrderForOpenURL }{@code >}}
124     */
125    @XmlElementDecl(namespace = "http://service.select.ole.kuali.org/", name = "createPreOrderForOpenURL")
126    public JAXBElement<CreatePreOrderForOpenURL> createCreatePreOrderForOpenURL(CreatePreOrderForOpenURL value) {
127        return new JAXBElement<CreatePreOrderForOpenURL>(_CreatePreOrderForOpenURL_QNAME, CreatePreOrderForOpenURL.class, null, value);
128    }
129
130    /**
131     * Create an instance of {@link JAXBElement }{@code <}{@link CreatePreOrderForOpenURLResponse }{@code >}}
132     */
133    @XmlElementDecl(namespace = "http://service.select.ole.kuali.org/", name = "createPreOrderForOpenURLResponse")
134    public JAXBElement<CreatePreOrderForOpenURLResponse> createCreatePreOrderForOpenURLResponse(CreatePreOrderForOpenURLResponse value) {
135        return new JAXBElement<CreatePreOrderForOpenURLResponse>(_CreatePreOrderForOpenURLResponse_QNAME, CreatePreOrderForOpenURLResponse.class, null, value);
136    }
137
138    /**
139     * Create an instance of {@link JAXBElement }{@code <}{@link WSException }{@code >}}
140     */
141    @XmlElementDecl(namespace = "http://service.select.ole.kuali.org/", name = "WSException")
142    public JAXBElement<WSException> createException(WSException value) {
143        return new JAXBElement<WSException>(_Exception_QNAME, WSException.class, null, value);
144    }
145
146
147}