
v1.mt_1067_nav.no.udi.ObjectFactory Maven / Gradle / Ivy
package v1.mt_1067_nav.no.udi;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import no.udi.common.v2.PingRequestType;
import no.udi.common.v2.PingResponseType;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the v1.mt_1067_nav.no.udi 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 _PingRequest_QNAME = new QName("http://udi.no.MT_1067_NAV.v1", "PingRequest");
private final static QName _PingResponse_QNAME = new QName("http://udi.no.MT_1067_NAV.v1", "PingResponse");
private final static QName _DeepPingRequest_QNAME = new QName("http://udi.no.MT_1067_NAV.v1", "DeepPingRequest");
private final static QName _DeepPingResponse_QNAME = new QName("http://udi.no.MT_1067_NAV.v1", "DeepPingResponse");
private final static QName _HentPersonstatusRequest_QNAME = new QName("http://udi.no.MT_1067_NAV.v1", "HentPersonstatusRequest");
private final static QName _HentPersonstatusResponse_QNAME = new QName("http://udi.no.MT_1067_NAV.v1", "HentPersonstatusResponse");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: v1.mt_1067_nav.no.udi
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link HentPersonstatusRequestType }
*
*/
public HentPersonstatusRequestType createHentPersonstatusRequestType() {
return new HentPersonstatusRequestType();
}
/**
* Create an instance of {@link HentPersonstatusResponseType }
*
*/
public HentPersonstatusResponseType createHentPersonstatusResponseType() {
return new HentPersonstatusResponseType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link PingRequestType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://udi.no.MT_1067_NAV.v1", name = "PingRequest")
public JAXBElement createPingRequest(PingRequestType value) {
return new JAXBElement(_PingRequest_QNAME, PingRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link PingResponseType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://udi.no.MT_1067_NAV.v1", name = "PingResponse")
public JAXBElement createPingResponse(PingResponseType value) {
return new JAXBElement(_PingResponse_QNAME, PingResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link PingRequestType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://udi.no.MT_1067_NAV.v1", name = "DeepPingRequest")
public JAXBElement createDeepPingRequest(PingRequestType value) {
return new JAXBElement(_DeepPingRequest_QNAME, PingRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link PingResponseType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://udi.no.MT_1067_NAV.v1", name = "DeepPingResponse")
public JAXBElement createDeepPingResponse(PingResponseType value) {
return new JAXBElement(_DeepPingResponse_QNAME, PingResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link HentPersonstatusRequestType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://udi.no.MT_1067_NAV.v1", name = "HentPersonstatusRequest")
public JAXBElement createHentPersonstatusRequest(HentPersonstatusRequestType value) {
return new JAXBElement(_HentPersonstatusRequest_QNAME, HentPersonstatusRequestType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link HentPersonstatusResponseType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://udi.no.MT_1067_NAV.v1", name = "HentPersonstatusResponse")
public JAXBElement createHentPersonstatusResponse(HentPersonstatusResponseType value) {
return new JAXBElement(_HentPersonstatusResponse_QNAME, HentPersonstatusResponseType.class, null, value);
}
}