de.extra_standard.namespace.request._1
Class ObjectFactory

java.lang.Object
  extended by de.extra_standard.namespace.request._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.request._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.request._1
 
Method Summary
 JAXBElement<MessageRequestType> createMessage(MessageRequestType value)
          Create an instance of JAXBElement<MessageRequestType>}
 JAXBElement<MessageRequestBodyType> createMessageBody(MessageRequestBodyType value)
          Create an instance of JAXBElement<MessageRequestBodyType>}
 JAXBElement<MessageRequestHeaderType> createMessageHeader(MessageRequestHeaderType value)
          Create an instance of JAXBElement<MessageRequestHeaderType>}
 JAXBElement<AnyPlugInContainerType> createMessagePlugIns(AnyPlugInContainerType value)
          Create an instance of JAXBElement<AnyPlugInContainerType>}
 MessageRequestBodyType createMessageRequestBodyType()
          Create an instance of MessageRequestBodyType
 MessageRequestHeaderType createMessageRequestHeaderType()
          Create an instance of MessageRequestHeaderType
 MessageRequestType createMessageRequestType()
          Create an instance of MessageRequestType
 JAXBElement<PackageRequestType> createPackage(PackageRequestType value)
          Create an instance of JAXBElement<PackageRequestType>}
 JAXBElement<PackageRequestBodyType> createPackageBody(PackageRequestBodyType value)
          Create an instance of JAXBElement<PackageRequestBodyType>}
 JAXBElement<PackageRequestHeaderType> createPackageHeader(PackageRequestHeaderType value)
          Create an instance of JAXBElement<PackageRequestHeaderType>}
 JAXBElement<AnyPlugInContainerType> createPackagePlugIns(AnyPlugInContainerType value)
          Create an instance of JAXBElement<AnyPlugInContainerType>}
 PackageRequestBodyType createPackageRequestBodyType()
          Create an instance of PackageRequestBodyType
 PackageRequestHeaderType createPackageRequestHeaderType()
          Create an instance of PackageRequestHeaderType
 PackageRequestType createPackageRequestType()
          Create an instance of PackageRequestType
 JAXBElement<TransportRequestType> createTransport(TransportRequestType value)
          Create an instance of JAXBElement<TransportRequestType>}
 JAXBElement<TransportRequestBodyType> createTransportBody(TransportRequestBodyType value)
          Create an instance of JAXBElement<TransportRequestBodyType>}
 JAXBElement<TransportRequestHeaderType> createTransportHeader(TransportRequestHeaderType value)
          Create an instance of JAXBElement<TransportRequestHeaderType>}
 JAXBElement<AnyPlugInContainerType> createTransportPlugIns(AnyPlugInContainerType value)
          Create an instance of JAXBElement<AnyPlugInContainerType>}
 TransportRequestBodyType createTransportRequestBodyType()
          Create an instance of TransportRequestBodyType
 TransportRequestHeaderType createTransportRequestHeaderType()
          Create an instance of TransportRequestHeaderType
 TransportRequestType createTransportRequestType()
          Create an instance of TransportRequestType
 JAXBElement<TransportRequestType> createXMLTransport(TransportRequestType value)
          Create an instance of JAXBElement<TransportRequestType>}
 
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.request._1

Method Detail

createPackageRequestType

public PackageRequestType createPackageRequestType()
Create an instance of PackageRequestType


createMessageRequestBodyType

public MessageRequestBodyType createMessageRequestBodyType()
Create an instance of MessageRequestBodyType


createPackageRequestHeaderType

public PackageRequestHeaderType createPackageRequestHeaderType()
Create an instance of PackageRequestHeaderType


createTransportRequestHeaderType

public TransportRequestHeaderType createTransportRequestHeaderType()
Create an instance of TransportRequestHeaderType


createTransportRequestType

public TransportRequestType createTransportRequestType()
Create an instance of TransportRequestType


createMessageRequestHeaderType

public MessageRequestHeaderType createMessageRequestHeaderType()
Create an instance of MessageRequestHeaderType


createTransportRequestBodyType

public TransportRequestBodyType createTransportRequestBodyType()
Create an instance of TransportRequestBodyType


createPackageRequestBodyType

public PackageRequestBodyType createPackageRequestBodyType()
Create an instance of PackageRequestBodyType


createMessageRequestType

public MessageRequestType createMessageRequestType()
Create an instance of MessageRequestType


createMessagePlugIns

public JAXBElement<AnyPlugInContainerType> createMessagePlugIns(AnyPlugInContainerType value)
Create an instance of JAXBElement<AnyPlugInContainerType>}


createMessage

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


createMessageBody

public JAXBElement<MessageRequestBodyType> createMessageBody(MessageRequestBodyType value)
Create an instance of JAXBElement<MessageRequestBodyType>}


createPackagePlugIns

public JAXBElement<AnyPlugInContainerType> createPackagePlugIns(AnyPlugInContainerType value)
Create an instance of JAXBElement<AnyPlugInContainerType>}


createPackageBody

public JAXBElement<PackageRequestBodyType> createPackageBody(PackageRequestBodyType value)
Create an instance of JAXBElement<PackageRequestBodyType>}


createTransport

public JAXBElement<TransportRequestType> createTransport(TransportRequestType value)
Create an instance of JAXBElement<TransportRequestType>}


createTransportBody

public JAXBElement<TransportRequestBodyType> createTransportBody(TransportRequestBodyType value)
Create an instance of JAXBElement<TransportRequestBodyType>}


createMessageHeader

public JAXBElement<MessageRequestHeaderType> createMessageHeader(MessageRequestHeaderType value)
Create an instance of JAXBElement<MessageRequestHeaderType>}


createPackage

public JAXBElement<PackageRequestType> createPackage(PackageRequestType value)
Create an instance of JAXBElement<PackageRequestType>}


createTransportHeader

public JAXBElement<TransportRequestHeaderType> createTransportHeader(TransportRequestHeaderType value)
Create an instance of JAXBElement<TransportRequestHeaderType>}


createXMLTransport

public JAXBElement<TransportRequestType> createXMLTransport(TransportRequestType value)
Create an instance of JAXBElement<TransportRequestType>}


createTransportPlugIns

public JAXBElement<AnyPlugInContainerType> createTransportPlugIns(AnyPlugInContainerType value)
Create an instance of JAXBElement<AnyPlugInContainerType>}


createPackageHeader

public JAXBElement<PackageRequestHeaderType> createPackageHeader(PackageRequestHeaderType value)
Create an instance of JAXBElement<PackageRequestHeaderType>}



Copyright © 2012-2013. All Rights Reserved.