@CodingStyleguideUnaware public class ObjectFactory extends Object
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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_Body_QNAME |
static QName |
_Envelope_QNAME |
static QName |
_Fault_QNAME |
static QName |
_Header_QNAME |
static QName |
_NotUnderstood_QNAME |
static QName |
_Upgrade_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.soap12
|
public static final QName _Envelope_QNAME
public static final QName _Header_QNAME
public static final QName _Body_QNAME
public static final QName _Fault_QNAME
public static final QName _NotUnderstood_QNAME
public static final QName _Upgrade_QNAME
public ObjectFactory()
@Nonnull public Soap12Envelope createSoap12Envelope()
Soap12Envelopenull.@Nonnull public Soap12Header createSoap12Header()
Soap12Headernull.@Nonnull public Soap12Body createSoap12Body()
Soap12Bodynull.@Nonnull public Soap12Fault createSoap12Fault()
Soap12Faultnull.@Nonnull public Soap12NotUnderstoodType createSoap12NotUnderstoodType()
Soap12NotUnderstoodTypenull.@Nonnull public Soap12UpgradeType createSoap12UpgradeType()
Soap12UpgradeTypenull.@Nonnull public Soap12Faultreason createSoap12Faultreason()
Soap12Faultreasonnull.@Nonnull public Soap12Reasontext createSoap12Reasontext()
Soap12Reasontextnull.@Nonnull public Soap12Faultcode createSoap12Faultcode()
Soap12Faultcodenull.@Nonnull public Soap12Subcode createSoap12Subcode()
Soap12Subcodenull.@Nonnull public Soap12Detail createSoap12Detail()
Soap12Detailnull.@Nonnull public Soap12SupportedEnvType createSoap12SupportedEnvType()
Soap12SupportedEnvTypenull.@Nonnull public JAXBElement<Soap12Envelope> createEnvelope(@Nullable Soap12Envelope value)
value - Java instance representing xml element's value.JAXBElement<Soap12Envelope> The created JAXBElement and never null.@Nonnull public JAXBElement<Soap12Header> createHeader(@Nullable Soap12Header value)
value - Java instance representing xml element's value.JAXBElement<Soap12Header> The created JAXBElement and never null.@Nonnull public JAXBElement<Soap12Body> createBody(@Nullable Soap12Body value)
value - Java instance representing xml element's value.JAXBElement<Soap12Body> The created JAXBElement and never null.@Nonnull public JAXBElement<Soap12Fault> createFault(@Nullable Soap12Fault value)
value - Java instance representing xml element's value.JAXBElement<Soap12Fault> The created JAXBElement and never null.@Nonnull public JAXBElement<Soap12NotUnderstoodType> createNotUnderstood(@Nullable Soap12NotUnderstoodType value)
value - Java instance representing xml element's value.JAXBElement<Soap12NotUnderstoodType> The created JAXBElement and never null.@Nonnull public JAXBElement<Soap12UpgradeType> createUpgrade(@Nullable Soap12UpgradeType value)
value - Java instance representing xml element's value.JAXBElement<Soap12UpgradeType> The created JAXBElement and never null.Copyright © 2015–2020 Philip Helger. All rights reserved.