de.extra_standard.namespace.logging._1
Class ObjectFactory

java.lang.Object
  extended by de.extra_standard.namespace.logging._1.ObjectFactory

public class ObjectFactory
extends Object

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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.extra_standard.namespace.logging._1
 
Method Summary
 JAXBElement<EventType> createEvent(EventType value)
          Create an instance of JAXBElement<EventType>}
 EventType createEventType()
          Create an instance of EventType
 JAXBElement<ExceptionType> createException(ExceptionType value)
          Create an instance of JAXBElement<ExceptionType>}
 ExceptionType createExceptionType()
          Create an instance of ExceptionType
 JAXBElement<LoggingType> createLogging(LoggingType value)
          Create an instance of JAXBElement<LoggingType>}
 LoggingType createLoggingType()
          Create an instance of LoggingType
 JAXBElement<ClassifiableIDType> createLogID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<LogSequenceType> createLogSequence(LogSequenceType value)
          Create an instance of JAXBElement<LogSequenceType>}
 LogSequenceType createLogSequenceType()
          Create an instance of LogSequenceType
 JAXBElement<LogStreamType> createLogStream(LogStreamType value)
          Create an instance of JAXBElement<LogStreamType>}
 LogStreamType createLogStreamType()
          Create an instance of LogStreamType
 JAXBElement<LogTraceType> createLogTrace(LogTraceType value)
          Create an instance of JAXBElement<LogTraceType>}
 LogTraceType createLogTraceType()
          Create an instance of LogTraceType
 JAXBElement<MessageType> createMessage(MessageType value)
          Create an instance of JAXBElement<MessageType>}
 MessageType createMessageType()
          Create an instance of MessageType
 JAXBElement<ObjectType> createObject(ObjectType value)
          Create an instance of JAXBElement<ObjectType>}
 ObjectType createObjectType()
          Create an instance of ObjectType
 JAXBElement<OperationType> createOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 OperationType createOperationType()
          Create an instance of OperationType
 JAXBElement<ParameterType> createParameter(ParameterType value)
          Create an instance of JAXBElement<ParameterType>}
 ParameterType createParameterType()
          Create an instance of ParameterType
 JAXBElement<ClassifiableIDType> createPreviousLogID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<StackTraceType> createStackTrace(StackTraceType value)
          Create an instance of JAXBElement<StackTraceType>}
 StackTraceType createStackTraceType()
          Create an instance of StackTraceType
 JAXBElement<StateType> createState(StateType value)
          Create an instance of JAXBElement<StateType>}
 StateType createStateType()
          Create an instance of StateType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.extra_standard.namespace.logging._1

Method Detail

createLogSequenceType

public LogSequenceType createLogSequenceType()
Create an instance of LogSequenceType


createEventType

public EventType createEventType()
Create an instance of EventType


createExceptionType

public ExceptionType createExceptionType()
Create an instance of ExceptionType


createObjectType

public ObjectType createObjectType()
Create an instance of ObjectType


createLogStreamType

public LogStreamType createLogStreamType()
Create an instance of LogStreamType


createLoggingType

public LoggingType createLoggingType()
Create an instance of LoggingType


createMessageType

public MessageType createMessageType()
Create an instance of MessageType


createStateType

public StateType createStateType()
Create an instance of StateType


createStackTraceType

public StackTraceType createStackTraceType()
Create an instance of StackTraceType


createOperationType

public OperationType createOperationType()
Create an instance of OperationType


createLogTraceType

public LogTraceType createLogTraceType()
Create an instance of LogTraceType


createParameterType

public ParameterType createParameterType()
Create an instance of ParameterType


createEvent

public JAXBElement<EventType> createEvent(EventType value)
Create an instance of JAXBElement<EventType>}


createLogTrace

public JAXBElement<LogTraceType> createLogTrace(LogTraceType value)
Create an instance of JAXBElement<LogTraceType>}


createPreviousLogID

public JAXBElement<ClassifiableIDType> createPreviousLogID(ClassifiableIDType value)
Create an instance of JAXBElement<ClassifiableIDType>}


createOperation

public JAXBElement<OperationType> createOperation(OperationType value)
Create an instance of JAXBElement<OperationType>}


createLogStream

public JAXBElement<LogStreamType> createLogStream(LogStreamType value)
Create an instance of JAXBElement<LogStreamType>}


createState

public JAXBElement<StateType> createState(StateType value)
Create an instance of JAXBElement<StateType>}


createLogID

public JAXBElement<ClassifiableIDType> createLogID(ClassifiableIDType value)
Create an instance of JAXBElement<ClassifiableIDType>}


createException

public JAXBElement<ExceptionType> createException(ExceptionType value)
Create an instance of JAXBElement<ExceptionType>}


createParameter

public JAXBElement<ParameterType> createParameter(ParameterType value)
Create an instance of JAXBElement<ParameterType>}


createLogSequence

public JAXBElement<LogSequenceType> createLogSequence(LogSequenceType value)
Create an instance of JAXBElement<LogSequenceType>}


createMessage

public JAXBElement<MessageType> createMessage(MessageType value)
Create an instance of JAXBElement<MessageType>}


createStackTrace

public JAXBElement<StackTraceType> createStackTrace(StackTraceType value)
Create an instance of JAXBElement<StackTraceType>}


createLogging

public JAXBElement<LoggingType> createLogging(LoggingType value)
Create an instance of JAXBElement<LoggingType>}


createObject

public JAXBElement<ObjectType> createObject(ObjectType value)
Create an instance of JAXBElement<ObjectType>}



Copyright © 2012-2013. All Rights Reserved.