com.helger.xsds.bdxr.smp2.ac.ObjectFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ph-xsds-bdxr-smp2 Show documentation
Show all versions of ph-xsds-bdxr-smp2 Show documentation
OASIS BDXR SMP v1 wrapped in JAXB
package com.helger.xsds.bdxr.smp2.ac;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import com.helger.commons.annotation.CodingStyleguideUnaware;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.helger.xsds.bdxr.smp2.ac package.
* 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
*
*
*/
@XmlRegistry
@CodingStyleguideUnaware
public class ObjectFactory {
public final static QName _Certificate_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", "Certificate");
public final static QName _Endpoint_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", "Endpoint");
public final static QName _Process_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", "Process");
public final static QName _ProcessMetadata_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", "ProcessMetadata");
public final static QName _Redirect_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", "Redirect");
public final static QName _ServiceReference_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", "ServiceReference");
/**
* 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 ObjectFactory() {
}
/**
* Create an instance of {@link CertificateType }
*
* @return
* The created CertificateType object and never null
.
*/
@Nonnull
public CertificateType createCertificateType() {
return new CertificateType();
}
/**
* Create an instance of {@link EndpointType }
*
* @return
* The created EndpointType object and never null
.
*/
@Nonnull
public EndpointType createEndpointType() {
return new EndpointType();
}
/**
* Create an instance of {@link ProcessType }
*
* @return
* The created ProcessType object and never null
.
*/
@Nonnull
public ProcessType createProcessType() {
return new ProcessType();
}
/**
* Create an instance of {@link ProcessMetadataType }
*
* @return
* The created ProcessMetadataType object and never null
.
*/
@Nonnull
public ProcessMetadataType createProcessMetadataType() {
return new ProcessMetadataType();
}
/**
* Create an instance of {@link RedirectType }
*
* @return
* The created RedirectType object and never null
.
*/
@Nonnull
public RedirectType createRedirectType() {
return new RedirectType();
}
/**
* Create an instance of {@link ServiceReferenceType }
*
* @return
* The created ServiceReferenceType object and never null
.
*/
@Nonnull
public ServiceReferenceType createServiceReferenceType() {
return new ServiceReferenceType();
}
/**
* Create an instance of {@link PayloadContentType }
*
* @return
* The created PayloadContentType object and never null
.
*/
@Nonnull
public PayloadContentType createPayloadContentType() {
return new PayloadContentType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CertificateType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link CertificateType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", name = "Certificate")
@Nonnull
public JAXBElement createCertificate(
@Nullable
final CertificateType value) {
return new JAXBElement(_Certificate_QNAME, CertificateType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link EndpointType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link EndpointType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", name = "Endpoint")
@Nonnull
public JAXBElement createEndpoint(
@Nullable
final EndpointType value) {
return new JAXBElement(_Endpoint_QNAME, EndpointType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ProcessType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ProcessType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", name = "Process")
@Nonnull
public JAXBElement createProcess(
@Nullable
final ProcessType value) {
return new JAXBElement(_Process_QNAME, ProcessType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ProcessMetadataType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ProcessMetadataType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", name = "ProcessMetadata")
@Nonnull
public JAXBElement createProcessMetadata(
@Nullable
final ProcessMetadataType value) {
return new JAXBElement(_ProcessMetadata_QNAME, ProcessMetadataType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RedirectType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RedirectType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", name = "Redirect")
@Nonnull
public JAXBElement createRedirect(
@Nullable
final RedirectType value) {
return new JAXBElement(_Redirect_QNAME, RedirectType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ServiceReferenceType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ServiceReferenceType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents", name = "ServiceReference")
@Nonnull
public JAXBElement createServiceReference(
@Nullable
final ServiceReferenceType value) {
return new JAXBElement(_ServiceReference_QNAME, ServiceReferenceType.class, null, value);
}
}