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

riv.clinicalprocess.healthcond.actoutcome.getimagingoutcomeresponder._1.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version

package riv.clinicalprocess.healthcond.actoutcome.getimagingoutcomeresponder._1;

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 riv.clinicalprocess.healthcond.actoutcome.getimagingoutcomeresponder._1 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 _GetImagingOutcomeResponse_QNAME = new QName("urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcomeResponder:1", "GetImagingOutcomeResponse"); private final static QName _GetImagingOutcome_QNAME = new QName("urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcomeResponder:1", "GetImagingOutcome"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: riv.clinicalprocess.healthcond.actoutcome.getimagingoutcomeresponder._1 * */ public ObjectFactory() { } /** * Create an instance of {@link GetImagingOutcomeType } * */ public GetImagingOutcomeType createGetImagingOutcomeType() { return new GetImagingOutcomeType(); } /** * Create an instance of {@link GetImagingOutcomeResponseType } * */ public GetImagingOutcomeResponseType createGetImagingOutcomeResponseType() { return new GetImagingOutcomeResponseType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link GetImagingOutcomeResponseType }{@code >}} * */ @XmlElementDecl(namespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcomeResponder:1", name = "GetImagingOutcomeResponse") public JAXBElement createGetImagingOutcomeResponse(GetImagingOutcomeResponseType value) { return new JAXBElement(_GetImagingOutcomeResponse_QNAME, GetImagingOutcomeResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link GetImagingOutcomeType }{@code >}} * */ @XmlElementDecl(namespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcomeResponder:1", name = "GetImagingOutcome") public JAXBElement createGetImagingOutcome(GetImagingOutcomeType value) { return new JAXBElement(_GetImagingOutcome_QNAME, GetImagingOutcomeType.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy