All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.helger.xhe.v10_cs03.cbc.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version

package com.helger.xhe.v10_cs03.cbc;

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.xhe.v10_cs03.cbc 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 _AvailabilityEndDateTime_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "AvailabilityEndDateTime"); public final static QName _AvailabilityStartDateTime_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "AvailabilityStartDateTime"); public final static QName _BusinessScopeCriterionTypeCode_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "BusinessScopeCriterionTypeCode"); public final static QName _BusinessScopeCriterionValue_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "BusinessScopeCriterionValue"); public final static QName _ContentTypeCode_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "ContentTypeCode"); public final static QName _CreationDateTime_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "CreationDateTime"); public final static QName _CustomizationID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "CustomizationID"); public final static QName _Description_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "Description"); public final static QName _DocumentTypeCode_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "DocumentTypeCode"); public final static QName _HandlingServiceID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "HandlingServiceID"); public final static QName _ID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "ID"); public final static QName _InstanceEncryptionIndicator_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "InstanceEncryptionIndicator"); public final static QName _InstanceEncryptionMethod_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "InstanceEncryptionMethod"); public final static QName _InstanceHashValue_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "InstanceHashValue"); public final static QName _Login_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "Login"); public final static QName _Password_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "Password"); public final static QName _ProfileExecutionID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "ProfileExecutionID"); public final static QName _ProfileID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "ProfileID"); public final static QName _UUID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "UUID"); public final static QName _ValidationTypeCode_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "ValidationTypeCode"); public final static QName _ValidationVersionID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "ValidationVersionID"); public final static QName _XHEVersionID_QNAME = new QName("http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", "XHEVersionID"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.xhe.v10_cs03.cbc * */ public ObjectFactory() { } /** * Create an instance of {@link XHE10AvailabilityEndDateTimeType } * * @return * The created XHE10AvailabilityEndDateTimeType object and never null. */ @Nonnull public XHE10AvailabilityEndDateTimeType createXHE10AvailabilityEndDateTimeType() { return new XHE10AvailabilityEndDateTimeType(); } /** * Create an instance of {@link XHE10AvailabilityStartDateTimeType } * * @return * The created XHE10AvailabilityStartDateTimeType object and never null. */ @Nonnull public XHE10AvailabilityStartDateTimeType createXHE10AvailabilityStartDateTimeType() { return new XHE10AvailabilityStartDateTimeType(); } /** * Create an instance of {@link XHE10BusinessScopeCriterionTypeCodeType } * * @return * The created XHE10BusinessScopeCriterionTypeCodeType object and never null. */ @Nonnull public XHE10BusinessScopeCriterionTypeCodeType createXHE10BusinessScopeCriterionTypeCodeType() { return new XHE10BusinessScopeCriterionTypeCodeType(); } /** * Create an instance of {@link XHE10BusinessScopeCriterionValueType } * * @return * The created XHE10BusinessScopeCriterionValueType object and never null. */ @Nonnull public XHE10BusinessScopeCriterionValueType createXHE10BusinessScopeCriterionValueType() { return new XHE10BusinessScopeCriterionValueType(); } /** * Create an instance of {@link XHE10ContentTypeCodeType } * * @return * The created XHE10ContentTypeCodeType object and never null. */ @Nonnull public XHE10ContentTypeCodeType createXHE10ContentTypeCodeType() { return new XHE10ContentTypeCodeType(); } /** * Create an instance of {@link XHE10CreationDateTimeType } * * @return * The created XHE10CreationDateTimeType object and never null. */ @Nonnull public XHE10CreationDateTimeType createXHE10CreationDateTimeType() { return new XHE10CreationDateTimeType(); } /** * Create an instance of {@link XHE10CustomizationIDType } * * @return * The created XHE10CustomizationIDType object and never null. */ @Nonnull public XHE10CustomizationIDType createXHE10CustomizationIDType() { return new XHE10CustomizationIDType(); } /** * Create an instance of {@link XHE10DescriptionType } * * @return * The created XHE10DescriptionType object and never null. */ @Nonnull public XHE10DescriptionType createXHE10DescriptionType() { return new XHE10DescriptionType(); } /** * Create an instance of {@link XHE10DocumentTypeCodeType } * * @return * The created XHE10DocumentTypeCodeType object and never null. */ @Nonnull public XHE10DocumentTypeCodeType createXHE10DocumentTypeCodeType() { return new XHE10DocumentTypeCodeType(); } /** * Create an instance of {@link XHE10HandlingServiceIDType } * * @return * The created XHE10HandlingServiceIDType object and never null. */ @Nonnull public XHE10HandlingServiceIDType createXHE10HandlingServiceIDType() { return new XHE10HandlingServiceIDType(); } /** * Create an instance of {@link XHE10IDType } * * @return * The created XHE10IDType object and never null. */ @Nonnull public XHE10IDType createXHE10IDType() { return new XHE10IDType(); } /** * Create an instance of {@link XHE10InstanceEncryptionIndicatorType } * * @return * The created XHE10InstanceEncryptionIndicatorType object and never null. */ @Nonnull public XHE10InstanceEncryptionIndicatorType createXHE10InstanceEncryptionIndicatorType() { return new XHE10InstanceEncryptionIndicatorType(); } /** * Create an instance of {@link XHE10InstanceEncryptionMethodType } * * @return * The created XHE10InstanceEncryptionMethodType object and never null. */ @Nonnull public XHE10InstanceEncryptionMethodType createXHE10InstanceEncryptionMethodType() { return new XHE10InstanceEncryptionMethodType(); } /** * Create an instance of {@link XHE10InstanceHashValueType } * * @return * The created XHE10InstanceHashValueType object and never null. */ @Nonnull public XHE10InstanceHashValueType createXHE10InstanceHashValueType() { return new XHE10InstanceHashValueType(); } /** * Create an instance of {@link XHE10LoginType } * * @return * The created XHE10LoginType object and never null. */ @Nonnull public XHE10LoginType createXHE10LoginType() { return new XHE10LoginType(); } /** * Create an instance of {@link XHE10PasswordType } * * @return * The created XHE10PasswordType object and never null. */ @Nonnull public XHE10PasswordType createXHE10PasswordType() { return new XHE10PasswordType(); } /** * Create an instance of {@link XHE10ProfileExecutionIDType } * * @return * The created XHE10ProfileExecutionIDType object and never null. */ @Nonnull public XHE10ProfileExecutionIDType createXHE10ProfileExecutionIDType() { return new XHE10ProfileExecutionIDType(); } /** * Create an instance of {@link XHE10ProfileIDType } * * @return * The created XHE10ProfileIDType object and never null. */ @Nonnull public XHE10ProfileIDType createXHE10ProfileIDType() { return new XHE10ProfileIDType(); } /** * Create an instance of {@link XHE10UUIDType } * * @return * The created XHE10UUIDType object and never null. */ @Nonnull public XHE10UUIDType createXHE10UUIDType() { return new XHE10UUIDType(); } /** * Create an instance of {@link XHE10ValidationTypeCodeType } * * @return * The created XHE10ValidationTypeCodeType object and never null. */ @Nonnull public XHE10ValidationTypeCodeType createXHE10ValidationTypeCodeType() { return new XHE10ValidationTypeCodeType(); } /** * Create an instance of {@link XHE10ValidationVersionIDType } * * @return * The created XHE10ValidationVersionIDType object and never null. */ @Nonnull public XHE10ValidationVersionIDType createXHE10ValidationVersionIDType() { return new XHE10ValidationVersionIDType(); } /** * Create an instance of {@link XHE10XHEVersionIDType } * * @return * The created XHE10XHEVersionIDType object and never null. */ @Nonnull public XHE10XHEVersionIDType createXHE10XHEVersionIDType() { return new XHE10XHEVersionIDType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10AvailabilityEndDateTimeType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10AvailabilityEndDateTimeType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "AvailabilityEndDateTime") @Nonnull public JAXBElement createAvailabilityEndDateTime( @Nullable final XHE10AvailabilityEndDateTimeType value) { return new JAXBElement(_AvailabilityEndDateTime_QNAME, XHE10AvailabilityEndDateTimeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10AvailabilityStartDateTimeType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10AvailabilityStartDateTimeType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "AvailabilityStartDateTime") @Nonnull public JAXBElement createAvailabilityStartDateTime( @Nullable final XHE10AvailabilityStartDateTimeType value) { return new JAXBElement(_AvailabilityStartDateTime_QNAME, XHE10AvailabilityStartDateTimeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10BusinessScopeCriterionTypeCodeType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10BusinessScopeCriterionTypeCodeType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "BusinessScopeCriterionTypeCode") @Nonnull public JAXBElement createBusinessScopeCriterionTypeCode( @Nullable final XHE10BusinessScopeCriterionTypeCodeType value) { return new JAXBElement(_BusinessScopeCriterionTypeCode_QNAME, XHE10BusinessScopeCriterionTypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10BusinessScopeCriterionValueType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10BusinessScopeCriterionValueType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "BusinessScopeCriterionValue") @Nonnull public JAXBElement createBusinessScopeCriterionValue( @Nullable final XHE10BusinessScopeCriterionValueType value) { return new JAXBElement(_BusinessScopeCriterionValue_QNAME, XHE10BusinessScopeCriterionValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10ContentTypeCodeType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10ContentTypeCodeType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "ContentTypeCode") @Nonnull public JAXBElement createContentTypeCode( @Nullable final XHE10ContentTypeCodeType value) { return new JAXBElement(_ContentTypeCode_QNAME, XHE10ContentTypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10CreationDateTimeType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10CreationDateTimeType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "CreationDateTime") @Nonnull public JAXBElement createCreationDateTime( @Nullable final XHE10CreationDateTimeType value) { return new JAXBElement(_CreationDateTime_QNAME, XHE10CreationDateTimeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10CustomizationIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10CustomizationIDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "CustomizationID") @Nonnull public JAXBElement createCustomizationID( @Nullable final XHE10CustomizationIDType value) { return new JAXBElement(_CustomizationID_QNAME, XHE10CustomizationIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10DescriptionType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10DescriptionType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "Description") @Nonnull public JAXBElement createDescription( @Nullable final XHE10DescriptionType value) { return new JAXBElement(_Description_QNAME, XHE10DescriptionType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10DocumentTypeCodeType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10DocumentTypeCodeType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "DocumentTypeCode") @Nonnull public JAXBElement createDocumentTypeCode( @Nullable final XHE10DocumentTypeCodeType value) { return new JAXBElement(_DocumentTypeCode_QNAME, XHE10DocumentTypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10HandlingServiceIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10HandlingServiceIDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "HandlingServiceID") @Nonnull public JAXBElement createHandlingServiceID( @Nullable final XHE10HandlingServiceIDType value) { return new JAXBElement(_HandlingServiceID_QNAME, XHE10HandlingServiceIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10IDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10IDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "ID") @Nonnull public JAXBElement createID( @Nullable final XHE10IDType value) { return new JAXBElement(_ID_QNAME, XHE10IDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10InstanceEncryptionIndicatorType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10InstanceEncryptionIndicatorType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "InstanceEncryptionIndicator") @Nonnull public JAXBElement createInstanceEncryptionIndicator( @Nullable final XHE10InstanceEncryptionIndicatorType value) { return new JAXBElement(_InstanceEncryptionIndicator_QNAME, XHE10InstanceEncryptionIndicatorType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10InstanceEncryptionMethodType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10InstanceEncryptionMethodType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "InstanceEncryptionMethod") @Nonnull public JAXBElement createInstanceEncryptionMethod( @Nullable final XHE10InstanceEncryptionMethodType value) { return new JAXBElement(_InstanceEncryptionMethod_QNAME, XHE10InstanceEncryptionMethodType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10InstanceHashValueType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10InstanceHashValueType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "InstanceHashValue") @Nonnull public JAXBElement createInstanceHashValue( @Nullable final XHE10InstanceHashValueType value) { return new JAXBElement(_InstanceHashValue_QNAME, XHE10InstanceHashValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10LoginType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10LoginType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "Login") @Nonnull public JAXBElement createLogin( @Nullable final XHE10LoginType value) { return new JAXBElement(_Login_QNAME, XHE10LoginType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10PasswordType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10PasswordType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "Password") @Nonnull public JAXBElement createPassword( @Nullable final XHE10PasswordType value) { return new JAXBElement(_Password_QNAME, XHE10PasswordType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10ProfileExecutionIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10ProfileExecutionIDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "ProfileExecutionID") @Nonnull public JAXBElement createProfileExecutionID( @Nullable final XHE10ProfileExecutionIDType value) { return new JAXBElement(_ProfileExecutionID_QNAME, XHE10ProfileExecutionIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10ProfileIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10ProfileIDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "ProfileID") @Nonnull public JAXBElement createProfileID( @Nullable final XHE10ProfileIDType value) { return new JAXBElement(_ProfileID_QNAME, XHE10ProfileIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10UUIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10UUIDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "UUID") @Nonnull public JAXBElement createUUID( @Nullable final XHE10UUIDType value) { return new JAXBElement(_UUID_QNAME, XHE10UUIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10ValidationTypeCodeType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10ValidationTypeCodeType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "ValidationTypeCode") @Nonnull public JAXBElement createValidationTypeCode( @Nullable final XHE10ValidationTypeCodeType value) { return new JAXBElement(_ValidationTypeCode_QNAME, XHE10ValidationTypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10ValidationVersionIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10ValidationVersionIDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "ValidationVersionID") @Nonnull public JAXBElement createValidationVersionID( @Nullable final XHE10ValidationVersionIDType value) { return new JAXBElement(_ValidationVersionID_QNAME, XHE10ValidationVersionIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XHE10XHEVersionIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link XHE10XHEVersionIDType }{@code >} The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents", name = "XHEVersionID") @Nonnull public JAXBElement createXHEVersionID( @Nullable final XHE10XHEVersionIDType value) { return new JAXBElement(_XHEVersionID_QNAME, XHE10XHEVersionIDType.class, null, value); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy