Package com.helger.phase4.soap12
Class ObjectFactory
java.lang.Object
com.helger.phase4.soap12.ObjectFactory
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 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.soap12 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Soap12Body>createBody(Soap12Body value) jakarta.xml.bind.JAXBElement<Soap12Envelope>createEnvelope(Soap12Envelope value) jakarta.xml.bind.JAXBElement<Soap12Fault>createFault(Soap12Fault value) jakarta.xml.bind.JAXBElement<Soap12Header>createHeader(Soap12Header value) jakarta.xml.bind.JAXBElement<Soap12NotUnderstoodType>Create an instance ofSoap12BodyCreate an instance ofSoap12DetailCreate an instance ofSoap12EnvelopeCreate an instance ofSoap12FaultCreate an instance ofSoap12FaultcodeCreate an instance ofSoap12FaultreasonCreate an instance ofSoap12HeaderCreate an instance ofSoap12NotUnderstoodTypeCreate an instance ofSoap12ReasontextCreate an instance ofSoap12SubcodeCreate an instance ofSoap12SupportedEnvTypeCreate an instance ofSoap12UpgradeTypejakarta.xml.bind.JAXBElement<Soap12UpgradeType>createUpgrade(Soap12UpgradeType value)
-
Field Details
-
_Envelope_QNAME
-
_Header_QNAME
-
_Body_QNAME
-
_Fault_QNAME
-
_NotUnderstood_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
Create an instance ofSoap12Envelope- Returns:
- the new instance of
Soap12EnvelopeThe created Soap12Envelope object and nevernull.
-
createSoap12Header
Create an instance ofSoap12Header- Returns:
- the new instance of
Soap12HeaderThe created Soap12Header object and nevernull.
-
createSoap12Body
Create an instance ofSoap12Body- Returns:
- the new instance of
Soap12BodyThe created Soap12Body object and nevernull.
-
createSoap12Fault
Create an instance ofSoap12Fault- Returns:
- the new instance of
Soap12FaultThe created Soap12Fault object and nevernull.
-
createSoap12NotUnderstoodType
Create an instance ofSoap12NotUnderstoodType- Returns:
- the new instance of
Soap12NotUnderstoodTypeThe created Soap12NotUnderstoodType object and nevernull.
-
createSoap12UpgradeType
Create an instance ofSoap12UpgradeType- Returns:
- the new instance of
Soap12UpgradeTypeThe created Soap12UpgradeType object and nevernull.
-
createSoap12Faultreason
Create an instance ofSoap12Faultreason- Returns:
- the new instance of
Soap12FaultreasonThe created Soap12Faultreason object and nevernull.
-
createSoap12Reasontext
Create an instance ofSoap12Reasontext- Returns:
- the new instance of
Soap12ReasontextThe created Soap12Reasontext object and nevernull.
-
createSoap12Faultcode
Create an instance ofSoap12Faultcode- Returns:
- the new instance of
Soap12FaultcodeThe created Soap12Faultcode object and nevernull.
-
createSoap12Subcode
Create an instance ofSoap12Subcode- Returns:
- the new instance of
Soap12SubcodeThe created Soap12Subcode object and nevernull.
-
createSoap12Detail
Create an instance ofSoap12Detail- Returns:
- the new instance of
Soap12DetailThe created Soap12Detail object and nevernull.
-
createSoap12SupportedEnvType
Create an instance ofSoap12SupportedEnvType- Returns:
- the new instance of
Soap12SupportedEnvTypeThe created Soap12SupportedEnvType object and nevernull.
-
createEnvelope
@Nonnull public jakarta.xml.bind.JAXBElement<Soap12Envelope> createEnvelope(@Nullable Soap12Envelope value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Envelope>The created JAXBElement and nevernull.
-
createHeader
@Nonnull public jakarta.xml.bind.JAXBElement<Soap12Header> createHeader(@Nullable Soap12Header value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Header>The created JAXBElement and nevernull.
-
createBody
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Body>The created JAXBElement and nevernull.
-
createFault
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Fault>The created JAXBElement and nevernull.
-
createNotUnderstood
@Nonnull public jakarta.xml.bind.JAXBElement<Soap12NotUnderstoodType> createNotUnderstood(@Nullable Soap12NotUnderstoodType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12NotUnderstoodType>The created JAXBElement and nevernull.
-
createUpgrade
@Nonnull public jakarta.xml.bind.JAXBElement<Soap12UpgradeType> createUpgrade(@Nullable Soap12UpgradeType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12UpgradeType>The created JAXBElement and nevernull.
-