All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ihe.iti.rfd._2007.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2014.07.06 at 04:34:42 PM PDT 
//


package ihe.iti.rfd._2007;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the ihe.iti.rfd._2007 package. 
 * 

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { private final static QName _ArchiveFormRequest_QNAME = new QName("urn:ihe:iti:rfd:2007", "ArchiveFormRequest"); private final static QName _SubmitFormResponse_QNAME = new QName("urn:ihe:iti:rfd:2007", "SubmitFormResponse"); private final static QName _RetrieveFormResponse_QNAME = new QName("urn:ihe:iti:rfd:2007", "RetrieveFormResponse"); private final static QName _RetrieveClarificationResponse_QNAME = new QName("urn:ihe:iti:rfd:2007", "RetrieveClarificationResponse"); private final static QName _RetrieveClarificationRequest_QNAME = new QName("urn:ihe:iti:rfd:2007", "RetrieveClarificationRequest"); private final static QName _SubmitFormRequest_QNAME = new QName("urn:ihe:iti:rfd:2007", "SubmitFormRequest"); private final static QName _ArchiveFormResponse_QNAME = new QName("urn:ihe:iti:rfd:2007", "ArchiveFormResponse"); private final static QName _RetrieveFormRequest_QNAME = new QName("urn:ihe:iti:rfd:2007", "RetrieveFormRequest"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ihe.iti.rfd._2007 * */ public ObjectFactory() { } /** * Create an instance of {@link RetrieveFormResponseType } * */ public RetrieveFormResponseType createRetrieveFormResponseType() { return new RetrieveFormResponseType(); } /** * Create an instance of {@link RetrieveClarificationRequestType } * */ public RetrieveClarificationRequestType createRetrieveClarificationRequestType() { return new RetrieveClarificationRequestType(); } /** * Create an instance of {@link RetrieveFormRequestType } * */ public RetrieveFormRequestType createRetrieveFormRequestType() { return new RetrieveFormRequestType(); } /** * Create an instance of {@link SubmitFormResponseType } * */ public SubmitFormResponseType createSubmitFormResponseType() { return new SubmitFormResponseType(); } /** * Create an instance of {@link AnyXMLContentType } * */ public AnyXMLContentType createAnyXMLContentType() { return new AnyXMLContentType(); } /** * Create an instance of {@link ArchiveFormResponseType } * */ public ArchiveFormResponseType createArchiveFormResponseType() { return new ArchiveFormResponseType(); } /** * Create an instance of {@link WorkflowDataType } * */ public WorkflowDataType createWorkflowDataType() { return new WorkflowDataType(); } /** * Create an instance of {@link ClarificationDataType } * */ public ClarificationDataType createClarificationDataType() { return new ClarificationDataType(); } /** * Create an instance of {@link FormDataType } * */ public FormDataType createFormDataType() { return new FormDataType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AnyXMLContentType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "ArchiveFormRequest") public JAXBElement createArchiveFormRequest(AnyXMLContentType value) { return new JAXBElement(_ArchiveFormRequest_QNAME, AnyXMLContentType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SubmitFormResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "SubmitFormResponse") public JAXBElement createSubmitFormResponse(SubmitFormResponseType value) { return new JAXBElement(_SubmitFormResponse_QNAME, SubmitFormResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveFormResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "RetrieveFormResponse") public JAXBElement createRetrieveFormResponse(RetrieveFormResponseType value) { return new JAXBElement(_RetrieveFormResponse_QNAME, RetrieveFormResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveFormResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "RetrieveClarificationResponse") public JAXBElement createRetrieveClarificationResponse(RetrieveFormResponseType value) { return new JAXBElement(_RetrieveClarificationResponse_QNAME, RetrieveFormResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveClarificationRequestType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "RetrieveClarificationRequest") public JAXBElement createRetrieveClarificationRequest(RetrieveClarificationRequestType value) { return new JAXBElement(_RetrieveClarificationRequest_QNAME, RetrieveClarificationRequestType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AnyXMLContentType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "SubmitFormRequest") public JAXBElement createSubmitFormRequest(AnyXMLContentType value) { return new JAXBElement(_SubmitFormRequest_QNAME, AnyXMLContentType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ArchiveFormResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "ArchiveFormResponse") public JAXBElement createArchiveFormResponse(ArchiveFormResponseType value) { return new JAXBElement(_ArchiveFormResponse_QNAME, ArchiveFormResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveFormRequestType }{@code >}} * */ @XmlElementDecl(namespace = "urn:ihe:iti:rfd:2007", name = "RetrieveFormRequest") public JAXBElement createRetrieveFormRequest(RetrieveFormRequestType value) { return new JAXBElement(_RetrieveFormRequest_QNAME, RetrieveFormRequestType.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy