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

de.extra_standard.namespace.logging._1.ObjectFactory Maven / Gradle / Ivy

The newest version!

package de.extra_standard.namespace.logging._1;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import de.extra_standard.namespace.components._1.ClassifiableIDType;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the de.extra_standard.namespace.logging._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 _Event_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "Event"); private final static QName _LogTrace_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "LogTrace"); private final static QName _PreviousLogID_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "PreviousLogID"); private final static QName _Operation_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "Operation"); private final static QName _LogStream_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "LogStream"); private final static QName _State_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "State"); private final static QName _LogID_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "LogID"); private final static QName _Exception_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "Exception"); private final static QName _Parameter_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "Parameter"); private final static QName _LogSequence_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "LogSequence"); private final static QName _Message_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "Message"); private final static QName _StackTrace_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "StackTrace"); private final static QName _Logging_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "Logging"); private final static QName _Object_QNAME = new QName("http://www.extra-standard.de/namespace/logging/1", "Object"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.extra_standard.namespace.logging._1 * */ public ObjectFactory() { } /** * Create an instance of {@link LogSequenceType } * */ public LogSequenceType createLogSequenceType() { return new LogSequenceType(); } /** * Create an instance of {@link EventType } * */ public EventType createEventType() { return new EventType(); } /** * Create an instance of {@link ExceptionType } * */ public ExceptionType createExceptionType() { return new ExceptionType(); } /** * Create an instance of {@link ObjectType } * */ public ObjectType createObjectType() { return new ObjectType(); } /** * Create an instance of {@link LogStreamType } * */ public LogStreamType createLogStreamType() { return new LogStreamType(); } /** * Create an instance of {@link LoggingType } * */ public LoggingType createLoggingType() { return new LoggingType(); } /** * Create an instance of {@link MessageType } * */ public MessageType createMessageType() { return new MessageType(); } /** * Create an instance of {@link StateType } * */ public StateType createStateType() { return new StateType(); } /** * Create an instance of {@link StackTraceType } * */ public StackTraceType createStackTraceType() { return new StackTraceType(); } /** * Create an instance of {@link OperationType } * */ public OperationType createOperationType() { return new OperationType(); } /** * Create an instance of {@link LogTraceType } * */ public LogTraceType createLogTraceType() { return new LogTraceType(); } /** * Create an instance of {@link ParameterType } * */ public ParameterType createParameterType() { return new ParameterType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EventType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "Event") public JAXBElement createEvent(EventType value) { return new JAXBElement(_Event_QNAME, EventType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link LogTraceType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "LogTrace") public JAXBElement createLogTrace(LogTraceType value) { return new JAXBElement(_LogTrace_QNAME, LogTraceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ClassifiableIDType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "PreviousLogID") public JAXBElement createPreviousLogID(ClassifiableIDType value) { return new JAXBElement(_PreviousLogID_QNAME, ClassifiableIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link OperationType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "Operation") public JAXBElement createOperation(OperationType value) { return new JAXBElement(_Operation_QNAME, OperationType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link LogStreamType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "LogStream") public JAXBElement createLogStream(LogStreamType value) { return new JAXBElement(_LogStream_QNAME, LogStreamType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StateType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "State") public JAXBElement createState(StateType value) { return new JAXBElement(_State_QNAME, StateType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ClassifiableIDType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "LogID") public JAXBElement createLogID(ClassifiableIDType value) { return new JAXBElement(_LogID_QNAME, ClassifiableIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ExceptionType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "Exception") public JAXBElement createException(ExceptionType value) { return new JAXBElement(_Exception_QNAME, ExceptionType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ParameterType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "Parameter") public JAXBElement createParameter(ParameterType value) { return new JAXBElement(_Parameter_QNAME, ParameterType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link LogSequenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "LogSequence") public JAXBElement createLogSequence(LogSequenceType value) { return new JAXBElement(_LogSequence_QNAME, LogSequenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link MessageType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "Message") public JAXBElement createMessage(MessageType value) { return new JAXBElement(_Message_QNAME, MessageType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StackTraceType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "StackTrace") public JAXBElement createStackTrace(StackTraceType value) { return new JAXBElement(_StackTrace_QNAME, StackTraceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link LoggingType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "Logging") public JAXBElement createLogging(LoggingType value) { return new JAXBElement(_Logging_QNAME, LoggingType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.extra-standard.de/namespace/logging/1", name = "Object") public JAXBElement createObject(ObjectType value) { return new JAXBElement(_Object_QNAME, ObjectType.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy