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

de.drv.dsrv.extrastandard.namespace.messages.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2013.02.27 at 11:29:43 PM CET 
//


package de.drv.dsrv.extrastandard.namespace.messages;

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 de.drv.dsrv.extrastandard.namespace.messages 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 _ListOfStatusResponse_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "ListOfStatusResponse"); private final static QName _ListOfDataRequest_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "ListOfDataRequest"); private final static QName _ListOfConfirmationOfReceipt_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "ListOfConfirmationOfReceipt"); private final static QName _StatusResponse_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "StatusResponse"); private final static QName _ConfirmationOfReceipt_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "ConfirmationOfReceipt"); private final static QName _StatusRequest_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "StatusRequest"); private final static QName _DataRequest_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "DataRequest"); private final static QName _AbstractArgumentLE_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "LE"); private final static QName _AbstractArgumentEQ_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "EQ"); private final static QName _AbstractArgumentIN_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "IN"); private final static QName _AbstractArgumentGT_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "GT"); private final static QName _AbstractArgumentGE_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "GE"); private final static QName _AbstractArgumentLT_QNAME = new QName("http://www.extra-standard.de/namespace/message/1", "LT"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.drv.dsrv.extrastandard.namespace.messages * */ public ObjectFactory() { } /** * Create an instance of {@link ListOfConfirmationOfReceipt } * */ public ListOfConfirmationOfReceipt createListOfConfirmationOfReceipt() { return new ListOfConfirmationOfReceipt(); } /** * Create an instance of {@link ListOfDataRequest } * */ public ListOfDataRequest createListOfDataRequest() { return new ListOfDataRequest(); } /** * Create an instance of {@link ListOfStatusResponse } * */ public ListOfStatusResponse createListOfStatusResponse() { return new ListOfStatusResponse(); } /** * Create an instance of {@link de.drv.dsrv.extrastandard.namespace.messages.ConfirmationOfReceipt } * */ public de.drv.dsrv.extrastandard.namespace.messages.ConfirmationOfReceipt createConfirmationOfReceipt() { return new de.drv.dsrv.extrastandard.namespace.messages.ConfirmationOfReceipt(); } /** * Create an instance of {@link de.drv.dsrv.extrastandard.namespace.messages.StatusResponse } * */ public de.drv.dsrv.extrastandard.namespace.messages.StatusResponse createStatusResponse() { return new de.drv.dsrv.extrastandard.namespace.messages.StatusResponse(); } /** * Create an instance of {@link StatusRequest } * */ public StatusRequest createStatusRequest() { return new StatusRequest(); } /** * Create an instance of {@link de.drv.dsrv.extrastandard.namespace.messages.DataRequest } * */ public de.drv.dsrv.extrastandard.namespace.messages.DataRequest createDataRequest() { return new de.drv.dsrv.extrastandard.namespace.messages.DataRequest(); } /** * Create an instance of {@link Value } * */ public Value createValue() { return new Value(); } /** * Create an instance of {@link Operand } * */ public Operand createOperand() { return new Operand(); } /** * Create an instance of {@link DataRequestArgument } * */ public DataRequestArgument createDataRequestArgument() { return new DataRequestArgument(); } /** * Create an instance of {@link Text } * */ public Text createText() { return new Text(); } /** * Create an instance of {@link Property } * */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link PropertySet } * */ public PropertySet createPropertySet() { return new PropertySet(); } /** * Create an instance of {@link Checkpoint } * */ public Checkpoint createCheckpoint() { return new Checkpoint(); } /** * Create an instance of {@link Report } * */ public Report createReport() { return new Report(); } /** * Create an instance of {@link StatusRequestArgument } * */ public StatusRequestArgument createStatusRequestArgument() { return new StatusRequestArgument(); } /** * Create an instance of {@link Flag } * */ public Flag createFlag() { return new Flag(); } /** * Create an instance of {@link FlagCode } * */ public FlagCode createFlagCode() { return new FlagCode(); } /** * Create an instance of {@link Control } * */ public Control createControl() { return new Control(); } /** * Create an instance of {@link OperandSet } * */ public OperandSet createOperandSet() { return new OperandSet(); } /** * Create an instance of {@link DataRequestQuery } * */ public DataRequestQuery createDataRequestQuery() { return new DataRequestQuery(); } /** * Create an instance of {@link StatusResponseProperty } * */ public StatusResponseProperty createStatusResponseProperty() { return new StatusResponseProperty(); } /** * Create an instance of {@link StatusRequestQuery } * */ public StatusRequestQuery createStatusRequestQuery() { return new StatusRequestQuery(); } /** * Create an instance of {@link Trace } * */ public Trace createTrace() { return new Trace(); } /** * Create an instance of {@link ListOfConfirmationOfReceipt.ConfirmationOfReceipt } * */ public ListOfConfirmationOfReceipt.ConfirmationOfReceipt createListOfConfirmationOfReceiptConfirmationOfReceipt() { return new ListOfConfirmationOfReceipt.ConfirmationOfReceipt(); } /** * Create an instance of {@link ListOfDataRequest.DataRequest } * */ public ListOfDataRequest.DataRequest createListOfDataRequestDataRequest() { return new ListOfDataRequest.DataRequest(); } /** * Create an instance of {@link ListOfStatusResponse.StatusResponse } * */ public ListOfStatusResponse.StatusResponse createListOfStatusResponseStatusResponse() { return new ListOfStatusResponse.StatusResponse(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ListOfStatusResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "ListOfStatusResponse") public JAXBElement createListOfStatusResponse(ListOfStatusResponse value) { return new JAXBElement(_ListOfStatusResponse_QNAME, ListOfStatusResponse.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ListOfDataRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "ListOfDataRequest") public JAXBElement createListOfDataRequest(ListOfDataRequest value) { return new JAXBElement(_ListOfDataRequest_QNAME, ListOfDataRequest.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ListOfConfirmationOfReceipt }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "ListOfConfirmationOfReceipt") public JAXBElement createListOfConfirmationOfReceipt(ListOfConfirmationOfReceipt value) { return new JAXBElement(_ListOfConfirmationOfReceipt_QNAME, ListOfConfirmationOfReceipt.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link de.drv.dsrv.extrastandard.namespace.messages.StatusResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "StatusResponse") public JAXBElement createStatusResponse(de.drv.dsrv.extrastandard.namespace.messages.StatusResponse value) { return new JAXBElement(_StatusResponse_QNAME, de.drv.dsrv.extrastandard.namespace.messages.StatusResponse.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link de.drv.dsrv.extrastandard.namespace.messages.ConfirmationOfReceipt }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "ConfirmationOfReceipt") public JAXBElement createConfirmationOfReceipt(de.drv.dsrv.extrastandard.namespace.messages.ConfirmationOfReceipt value) { return new JAXBElement(_ConfirmationOfReceipt_QNAME, de.drv.dsrv.extrastandard.namespace.messages.ConfirmationOfReceipt.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StatusRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "StatusRequest") public JAXBElement createStatusRequest(StatusRequest value) { return new JAXBElement(_StatusRequest_QNAME, StatusRequest.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link de.drv.dsrv.extrastandard.namespace.messages.DataRequest }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "DataRequest") public JAXBElement createDataRequest(de.drv.dsrv.extrastandard.namespace.messages.DataRequest value) { return new JAXBElement(_DataRequest_QNAME, de.drv.dsrv.extrastandard.namespace.messages.DataRequest.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Operand }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "LE", scope = AbstractArgument.class) public JAXBElement createAbstractArgumentLE(Operand value) { return new JAXBElement(_AbstractArgumentLE_QNAME, Operand.class, AbstractArgument.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Operand }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "EQ", scope = AbstractArgument.class) public JAXBElement createAbstractArgumentEQ(Operand value) { return new JAXBElement(_AbstractArgumentEQ_QNAME, Operand.class, AbstractArgument.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link OperandSet }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "IN", scope = AbstractArgument.class) public JAXBElement createAbstractArgumentIN(OperandSet value) { return new JAXBElement(_AbstractArgumentIN_QNAME, OperandSet.class, AbstractArgument.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Operand }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "GT", scope = AbstractArgument.class) public JAXBElement createAbstractArgumentGT(Operand value) { return new JAXBElement(_AbstractArgumentGT_QNAME, Operand.class, AbstractArgument.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Operand }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "GE", scope = AbstractArgument.class) public JAXBElement createAbstractArgumentGE(Operand value) { return new JAXBElement(_AbstractArgumentGE_QNAME, Operand.class, AbstractArgument.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Operand }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/message/1", name = "LT", scope = AbstractArgument.class) public JAXBElement createAbstractArgumentLT(Operand value) { return new JAXBElement(_AbstractArgumentLT_QNAME, Operand.class, AbstractArgument.class, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy