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

gov.hhs.fha.nhinc.common.patientcorrelationfacade.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.02.11 at 11:39:13 AM EST 
//


package gov.hhs.fha.nhinc.common.patientcorrelationfacade;

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 gov.hhs.fha.nhinc.common.patientcorrelationfacade 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 _RetrievePatientCorrelationsRequest_QNAME = new QName("urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", "RetrievePatientCorrelationsRequest"); private final static QName _RetrievePatientCorrelationsResponse_QNAME = new QName("urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", "RetrievePatientCorrelationsResponse"); private final static QName _AddPatientCorrelationRequest_QNAME = new QName("urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", "AddPatientCorrelationRequest"); private final static QName _AddPatientCorrelationResponse_QNAME = new QName("urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", "AddPatientCorrelationResponse"); private final static QName _RemovePatientCorrelationRequest_QNAME = new QName("urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", "RemovePatientCorrelationRequest"); private final static QName _RemovePatientCorrelationResponse_QNAME = new QName("urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", "RemovePatientCorrelationResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.hhs.fha.nhinc.common.patientcorrelationfacade * */ public ObjectFactory() { } /** * Create an instance of {@link RetrievePatientCorrelationsRequestType } * */ public RetrievePatientCorrelationsRequestType createRetrievePatientCorrelationsRequestType() { return new RetrievePatientCorrelationsRequestType(); } /** * Create an instance of {@link RetrievePatientCorrelationsResponseType } * */ public RetrievePatientCorrelationsResponseType createRetrievePatientCorrelationsResponseType() { return new RetrievePatientCorrelationsResponseType(); } /** * Create an instance of {@link AddPatientCorrelationRequestType } * */ public AddPatientCorrelationRequestType createAddPatientCorrelationRequestType() { return new AddPatientCorrelationRequestType(); } /** * Create an instance of {@link AddPatientCorrelationResponseType } * */ public AddPatientCorrelationResponseType createAddPatientCorrelationResponseType() { return new AddPatientCorrelationResponseType(); } /** * Create an instance of {@link RemovePatientCorrelationRequestType } * */ public RemovePatientCorrelationRequestType createRemovePatientCorrelationRequestType() { return new RemovePatientCorrelationRequestType(); } /** * Create an instance of {@link RemovePatientCorrelationResponseType } * */ public RemovePatientCorrelationResponseType createRemovePatientCorrelationResponseType() { return new RemovePatientCorrelationResponseType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RetrievePatientCorrelationsRequestType }{@code >}} * */ @XmlElementDecl(namespace = "urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", name = "RetrievePatientCorrelationsRequest") public JAXBElement createRetrievePatientCorrelationsRequest(RetrievePatientCorrelationsRequestType value) { return new JAXBElement(_RetrievePatientCorrelationsRequest_QNAME, RetrievePatientCorrelationsRequestType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RetrievePatientCorrelationsResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", name = "RetrievePatientCorrelationsResponse") public JAXBElement createRetrievePatientCorrelationsResponse(RetrievePatientCorrelationsResponseType value) { return new JAXBElement(_RetrievePatientCorrelationsResponse_QNAME, RetrievePatientCorrelationsResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AddPatientCorrelationRequestType }{@code >}} * */ @XmlElementDecl(namespace = "urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", name = "AddPatientCorrelationRequest") public JAXBElement createAddPatientCorrelationRequest(AddPatientCorrelationRequestType value) { return new JAXBElement(_AddPatientCorrelationRequest_QNAME, AddPatientCorrelationRequestType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AddPatientCorrelationResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", name = "AddPatientCorrelationResponse") public JAXBElement createAddPatientCorrelationResponse(AddPatientCorrelationResponseType value) { return new JAXBElement(_AddPatientCorrelationResponse_QNAME, AddPatientCorrelationResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RemovePatientCorrelationRequestType }{@code >}} * */ @XmlElementDecl(namespace = "urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", name = "RemovePatientCorrelationRequest") public JAXBElement createRemovePatientCorrelationRequest(RemovePatientCorrelationRequestType value) { return new JAXBElement(_RemovePatientCorrelationRequest_QNAME, RemovePatientCorrelationRequestType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RemovePatientCorrelationResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:gov:hhs:fha:nhinc:common:patientcorrelationfacade", name = "RemovePatientCorrelationResponse") public JAXBElement createRemovePatientCorrelationResponse(RemovePatientCorrelationResponseType value) { return new JAXBElement(_RemovePatientCorrelationResponse_QNAME, RemovePatientCorrelationResponseType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy