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.
<p>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.<p>This class was annotated by ph-jaxb22-plugin -Xph-annotate</p>
-
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 TypeMethodDescriptioncreateBody(Soap12Body value) createEnvelope(Soap12Envelope value) createFault(Soap12Fault value) createHeader(Soap12Header value) 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 ofSoap12UpgradeTypecreateUpgrade(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 created Soap12Envelope object and never <code>null</code>.
-
createSoap12Header
Create an instance ofSoap12Header- Returns:
- The created Soap12Header object and never <code>null</code>.
-
createSoap12Body
Create an instance ofSoap12Body- Returns:
- The created Soap12Body object and never <code>null</code>.
-
createSoap12Fault
Create an instance ofSoap12Fault- Returns:
- The created Soap12Fault object and never <code>null</code>.
-
createSoap12NotUnderstoodType
Create an instance ofSoap12NotUnderstoodType- Returns:
- The created Soap12NotUnderstoodType object and never <code>null</code>.
-
createSoap12UpgradeType
Create an instance ofSoap12UpgradeType- Returns:
- The created Soap12UpgradeType object and never <code>null</code>.
-
createSoap12Faultreason
Create an instance ofSoap12Faultreason- Returns:
- The created Soap12Faultreason object and never <code>null</code>.
-
createSoap12Reasontext
Create an instance ofSoap12Reasontext- Returns:
- The created Soap12Reasontext object and never <code>null</code>.
-
createSoap12Faultcode
Create an instance ofSoap12Faultcode- Returns:
- The created Soap12Faultcode object and never <code>null</code>.
-
createSoap12Subcode
Create an instance ofSoap12Subcode- Returns:
- The created Soap12Subcode object and never <code>null</code>.
-
createSoap12Detail
Create an instance ofSoap12Detail- Returns:
- The created Soap12Detail object and never <code>null</code>.
-
createSoap12SupportedEnvType
Create an instance ofSoap12SupportedEnvType- Returns:
- The created Soap12SupportedEnvType object and never <code>null</code>.
-
createEnvelope
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Envelope>The created JAXBElement and never <code>null</code>.
-
createHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Header>The created JAXBElement and never <code>null</code>.
-
createBody
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Body>The created JAXBElement and never <code>null</code>.
-
createFault
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12Fault>The created JAXBElement and never <code>null</code>.
-
createNotUnderstood
@Nonnull public 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 never <code>null</code>.
-
createUpgrade
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap12UpgradeType>The created JAXBElement and never <code>null</code>.
-