Class ObjectFactory

java.lang.Object
com.helger.phase4.soap11.ObjectFactory

@CodingStyleguideUnaware public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.phase4.soap11 package.

An ObjectFactory allows you to programmatically 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.

This class was annotated by ph-jaxb-plugin -Xph-annotate

  • Field Details

    • _Envelope_QNAME

      public static final QName _Envelope_QNAME
    • _Header_QNAME

      public static final QName _Header_QNAME
    • _Body_QNAME

      public static final QName _Body_QNAME
    • _Fault_QNAME

      public static final QName _Fault_QNAME
  • Constructor Details

    • ObjectFactory

      public ObjectFactory()
      Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.soap11
  • Method Details

    • createSoap11Envelope

      public @NonNull Soap11Envelope createSoap11Envelope()
      Create an instance of Soap11Envelope
      Returns:
      the new instance of Soap11Envelope The created Soap11Envelope object and never null.
    • createSoap11Header

      public @NonNull Soap11Header createSoap11Header()
      Create an instance of Soap11Header
      Returns:
      the new instance of Soap11Header The created Soap11Header object and never null.
    • createSoap11Body

      public @NonNull Soap11Body createSoap11Body()
      Create an instance of Soap11Body
      Returns:
      the new instance of Soap11Body The created Soap11Body object and never null.
    • createSoap11Fault

      public @NonNull Soap11Fault createSoap11Fault()
      Create an instance of Soap11Fault
      Returns:
      the new instance of Soap11Fault The created Soap11Fault object and never null.
    • createSoap11Detail

      public @NonNull Soap11Detail createSoap11Detail()
      Create an instance of Soap11Detail
      Returns:
      the new instance of Soap11Detail The created Soap11Detail object and never null.
    • createEnvelope

      public @NonNull jakarta.xml.bind.JAXBElement<Soap11Envelope> createEnvelope(@Nullable Soap11Envelope value)
      Create an instance of JAXBElement<Soap11Envelope>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Soap11Envelope> The created JAXBElement and never null.
    • createHeader

      public @NonNull jakarta.xml.bind.JAXBElement<Soap11Header> createHeader(@Nullable Soap11Header value)
      Create an instance of JAXBElement<Soap11Header>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Soap11Header> The created JAXBElement and never null.
    • createBody

      public @NonNull jakarta.xml.bind.JAXBElement<Soap11Body> createBody(@Nullable Soap11Body value)
      Create an instance of JAXBElement<Soap11Body>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Soap11Body> The created JAXBElement and never null.
    • createFault

      public @NonNull jakarta.xml.bind.JAXBElement<Soap11Fault> createFault(@Nullable Soap11Fault value)
      Create an instance of JAXBElement<Soap11Fault>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Soap11Fault> The created JAXBElement and never null.