@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 |
_Certificate_QNAME |
static QName |
_Endpoint_QNAME |
static QName |
_Process_QNAME |
static QName |
_ProcessMetadata_QNAME |
static QName |
_Redirect_QNAME |
static QName |
_ServiceReference_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.xsds.bdxr.smp2.ac
|
public static final QName _Certificate_QNAME
public static final QName _Endpoint_QNAME
public static final QName _Process_QNAME
public static final QName _ProcessMetadata_QNAME
public static final QName _Redirect_QNAME
public static final QName _ServiceReference_QNAME
public ObjectFactory()
@Nonnull public CertificateType createCertificateType()
CertificateTypenull.@Nonnull public EndpointType createEndpointType()
EndpointTypenull.@Nonnull public ProcessType createProcessType()
ProcessTypenull.@Nonnull public ProcessMetadataType createProcessMetadataType()
ProcessMetadataTypenull.@Nonnull public RedirectType createRedirectType()
RedirectTypenull.@Nonnull public ServiceReferenceType createServiceReferenceType()
ServiceReferenceTypenull.@Nonnull public PayloadContentType createPayloadContentType()
PayloadContentTypenull.@Nonnull public JAXBElement<CertificateType> createCertificate(@Nullable CertificateType value)
value - Java instance representing xml element's value.JAXBElement<CertificateType> The created JAXBElement and never null.@Nonnull public JAXBElement<EndpointType> createEndpoint(@Nullable EndpointType value)
value - Java instance representing xml element's value.JAXBElement<EndpointType> The created JAXBElement and never null.@Nonnull public JAXBElement<ProcessType> createProcess(@Nullable ProcessType value)
value - Java instance representing xml element's value.JAXBElement<ProcessType> The created JAXBElement and never null.@Nonnull public JAXBElement<ProcessMetadataType> createProcessMetadata(@Nullable ProcessMetadataType value)
value - Java instance representing xml element's value.JAXBElement<ProcessMetadataType> The created JAXBElement and never null.@Nonnull public JAXBElement<RedirectType> createRedirect(@Nullable RedirectType value)
value - Java instance representing xml element's value.JAXBElement<RedirectType> The created JAXBElement and never null.@Nonnull public JAXBElement<ServiceReferenceType> createServiceReference(@Nullable ServiceReferenceType value)
value - Java instance representing xml element's value.JAXBElement<ServiceReferenceType> The created JAXBElement and never null.Copyright © 2019–2020 Philip Helger. All rights reserved.