de.extra_standard.namespace.response._1
Class ObjectFactory

java.lang.Object
  extended by de.extra_standard.namespace.response._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.response._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.response._1
 
Method Summary
 JAXBElement<MessageResponseType> createMessage(MessageResponseType value)
          Create an instance of JAXBElement<MessageResponseType>}
 JAXBElement<MessageResponseBodyType> createMessageBody(MessageResponseBodyType value)
          Create an instance of JAXBElement<MessageResponseBodyType>}
 JAXBElement<MessageResponseHeaderType> createMessageHeader(MessageResponseHeaderType value)
          Create an instance of JAXBElement<MessageResponseHeaderType>}
 JAXBElement<AnyPlugInContainerType> createMessagePlugIns(AnyPlugInContainerType value)
          Create an instance of JAXBElement<AnyPlugInContainerType>}
 MessageResponseBodyType createMessageResponseBodyType()
          Create an instance of MessageResponseBodyType
 MessageResponseHeaderType createMessageResponseHeaderType()
          Create an instance of MessageResponseHeaderType
 MessageResponseType createMessageResponseType()
          Create an instance of MessageResponseType
 JAXBElement<PackageResponseType> createPackage(PackageResponseType value)
          Create an instance of JAXBElement<PackageResponseType>}
 JAXBElement<PackageResponseBodyType> createPackageBody(PackageResponseBodyType value)
          Create an instance of JAXBElement<PackageResponseBodyType>}
 JAXBElement<PackageResponseHeaderType> createPackageHeader(PackageResponseHeaderType value)
          Create an instance of JAXBElement<PackageResponseHeaderType>}
 JAXBElement<AnyPlugInContainerType> createPackagePlugIns(AnyPlugInContainerType value)
          Create an instance of JAXBElement<AnyPlugInContainerType>}
 PackageResponseBodyType createPackageResponseBodyType()
          Create an instance of PackageResponseBodyType
 PackageResponseHeaderType createPackageResponseHeaderType()
          Create an instance of PackageResponseHeaderType
 PackageResponseType createPackageResponseType()
          Create an instance of PackageResponseType
 JAXBElement<TransportResponseType> createTransport(TransportResponseType value)
          Create an instance of JAXBElement<TransportResponseType>}
 JAXBElement<TransportResponseBodyType> createTransportBody(TransportResponseBodyType value)
          Create an instance of JAXBElement<TransportResponseBodyType>}
 JAXBElement<TransportResponseHeaderType> createTransportHeader(TransportResponseHeaderType value)
          Create an instance of JAXBElement<TransportResponseHeaderType>}
 JAXBElement<AnyPlugInContainerType> createTransportPlugIns(AnyPlugInContainerType value)
          Create an instance of JAXBElement<AnyPlugInContainerType>}
 TransportResponseBodyType createTransportResponseBodyType()
          Create an instance of TransportResponseBodyType
 TransportResponseHeaderType createTransportResponseHeaderType()
          Create an instance of TransportResponseHeaderType
 TransportResponseType createTransportResponseType()
          Create an instance of TransportResponseType
 JAXBElement<TransportResponseType> createXMLTransport(TransportResponseType value)
          Create an instance of JAXBElement<TransportResponseType>}
 
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.response._1

Method Detail

createTransportResponseHeaderType

public TransportResponseHeaderType createTransportResponseHeaderType()
Create an instance of TransportResponseHeaderType


createTransportResponseType

public TransportResponseType createTransportResponseType()
Create an instance of TransportResponseType


createMessageResponseBodyType

public MessageResponseBodyType createMessageResponseBodyType()
Create an instance of MessageResponseBodyType


createPackageResponseType

public PackageResponseType createPackageResponseType()
Create an instance of PackageResponseType


createMessageResponseHeaderType

public MessageResponseHeaderType createMessageResponseHeaderType()
Create an instance of MessageResponseHeaderType


createPackageResponseHeaderType

public PackageResponseHeaderType createPackageResponseHeaderType()
Create an instance of PackageResponseHeaderType


createTransportResponseBodyType

public TransportResponseBodyType createTransportResponseBodyType()
Create an instance of TransportResponseBodyType


createMessageResponseType

public MessageResponseType createMessageResponseType()
Create an instance of MessageResponseType


createPackageResponseBodyType

public PackageResponseBodyType createPackageResponseBodyType()
Create an instance of PackageResponseBodyType


createPackageHeader

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


createTransportPlugIns

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


createTransportHeader

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


createXMLTransport

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


createTransportBody

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


createMessageHeader

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


createPackage

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


createPackageBody

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


createTransport

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


createPackagePlugIns

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


createMessage

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


createMessageBody

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


createMessagePlugIns

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



Copyright © 2012-2013. All Rights Reserved.