Class ObjectFactory

java.lang.Object
com.helger.phase4.soap12.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.soap12 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
    • _NotUnderstood_QNAME

      public static final QName _NotUnderstood_QNAME
    • _Upgrade_QNAME

      public static final QName _Upgrade_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.soap12
  • Method Details

    • createSoap12Envelope

      @Nonnull public Soap12Envelope createSoap12Envelope()
      Create an instance of Soap12Envelope
      Returns:
      the new instance of Soap12Envelope The created Soap12Envelope object and never null.
    • createSoap12Header

      @Nonnull public Soap12Header createSoap12Header()
      Create an instance of Soap12Header
      Returns:
      the new instance of Soap12Header The created Soap12Header object and never null.
    • createSoap12Body

      @Nonnull public Soap12Body createSoap12Body()
      Create an instance of Soap12Body
      Returns:
      the new instance of Soap12Body The created Soap12Body object and never null.
    • createSoap12Fault

      @Nonnull public Soap12Fault createSoap12Fault()
      Create an instance of Soap12Fault
      Returns:
      the new instance of Soap12Fault The created Soap12Fault object and never null.
    • createSoap12NotUnderstoodType

      @Nonnull public Soap12NotUnderstoodType createSoap12NotUnderstoodType()
      Create an instance of Soap12NotUnderstoodType
      Returns:
      the new instance of Soap12NotUnderstoodType The created Soap12NotUnderstoodType object and never null.
    • createSoap12UpgradeType

      @Nonnull public Soap12UpgradeType createSoap12UpgradeType()
      Create an instance of Soap12UpgradeType
      Returns:
      the new instance of Soap12UpgradeType The created Soap12UpgradeType object and never null.
    • createSoap12Faultreason

      @Nonnull public Soap12Faultreason createSoap12Faultreason()
      Create an instance of Soap12Faultreason
      Returns:
      the new instance of Soap12Faultreason The created Soap12Faultreason object and never null.
    • createSoap12Reasontext

      @Nonnull public Soap12Reasontext createSoap12Reasontext()
      Create an instance of Soap12Reasontext
      Returns:
      the new instance of Soap12Reasontext The created Soap12Reasontext object and never null.
    • createSoap12Faultcode

      @Nonnull public Soap12Faultcode createSoap12Faultcode()
      Create an instance of Soap12Faultcode
      Returns:
      the new instance of Soap12Faultcode The created Soap12Faultcode object and never null.
    • createSoap12Subcode

      @Nonnull public Soap12Subcode createSoap12Subcode()
      Create an instance of Soap12Subcode
      Returns:
      the new instance of Soap12Subcode The created Soap12Subcode object and never null.
    • createSoap12Detail

      @Nonnull public Soap12Detail createSoap12Detail()
      Create an instance of Soap12Detail
      Returns:
      the new instance of Soap12Detail The created Soap12Detail object and never null.
    • createSoap12SupportedEnvType

      @Nonnull public Soap12SupportedEnvType createSoap12SupportedEnvType()
      Create an instance of Soap12SupportedEnvType
      Returns:
      the new instance of Soap12SupportedEnvType The created Soap12SupportedEnvType object and never null.
    • createEnvelope

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

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

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

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

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

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