Package com.helger.phase4.soap11
Class ObjectFactory
java.lang.Object
com.helger.phase4.soap11.ObjectFactory
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.soap11 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Soap11Body>createBody(Soap11Body value) jakarta.xml.bind.JAXBElement<Soap11Envelope>createEnvelope(Soap11Envelope value) jakarta.xml.bind.JAXBElement<Soap11Fault>createFault(Soap11Fault value) jakarta.xml.bind.JAXBElement<Soap11Header>createHeader(Soap11Header value) Create an instance ofSoap11BodyCreate an instance ofSoap11DetailCreate an instance ofSoap11EnvelopeCreate an instance ofSoap11FaultCreate an instance ofSoap11Header
-
Field Details
-
_Envelope_QNAME
-
_Header_QNAME
-
_Body_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
Create an instance ofSoap11Envelope- Returns:
- the new instance of
Soap11EnvelopeThe created Soap11Envelope object and nevernull.
-
createSoap11Header
Create an instance ofSoap11Header- Returns:
- the new instance of
Soap11HeaderThe created Soap11Header object and nevernull.
-
createSoap11Body
Create an instance ofSoap11Body- Returns:
- the new instance of
Soap11BodyThe created Soap11Body object and nevernull.
-
createSoap11Fault
Create an instance ofSoap11Fault- Returns:
- the new instance of
Soap11FaultThe created Soap11Fault object and nevernull.
-
createSoap11Detail
Create an instance ofSoap11Detail- Returns:
- the new instance of
Soap11DetailThe created Soap11Detail object and nevernull.
-
createEnvelope
@Nonnull public jakarta.xml.bind.JAXBElement<Soap11Envelope> createEnvelope(@Nullable Soap11Envelope value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Envelope>The created JAXBElement and nevernull.
-
createHeader
@Nonnull public jakarta.xml.bind.JAXBElement<Soap11Header> createHeader(@Nullable Soap11Header value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Header>The created JAXBElement and nevernull.
-
createBody
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Body>The created JAXBElement and nevernull.
-
createFault
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Fault>The created JAXBElement and nevernull.
-