com.helger.xsds.xades141.ObjectFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ph-xsds-xades141 Show documentation
Show all versions of ph-xsds-xades141 Show documentation
XAdES 1.4.1 wrapped in JAXB
package com.helger.xsds.xades141;
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;
import com.helger.xsds.xades132.ObjectIdentifierType;
import com.helger.xsds.xades132.XAdESTimeStampType;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.helger.xsds.xades141 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 _TimeStampValidationData_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "TimeStampValidationData");
public final static QName _SignaturePolicyStore_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "SignaturePolicyStore");
public final static QName _SPDocSpecification_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "SPDocSpecification");
public final static QName _RenewedDigests_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "RenewedDigests");
public final static QName _RecomputedDigestValue_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "RecomputedDigestValue");
public final static QName _ArchiveTimeStamp_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "ArchiveTimeStamp");
public final static QName _CompleteCertificateRefsV2_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "CompleteCertificateRefsV2");
public final static QName _AttributeCertificateRefsV2_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "AttributeCertificateRefsV2");
public final static QName _SigAndRefsTimeStampV2_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "SigAndRefsTimeStampV2");
public final static QName _RefsOnlyTimeStampV2_QNAME = new QName("http://uri.etsi.org/01903/v1.4.1#", "RefsOnlyTimeStampV2");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.xsds.xades141
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link ValidationDataType }
*
* @return
* The created ValidationDataType object and never null
.
*/
@Nonnull
public ValidationDataType createValidationDataType() {
return new ValidationDataType();
}
/**
* Create an instance of {@link SignaturePolicyStoreType }
*
* @return
* The created SignaturePolicyStoreType object and never null
.
*/
@Nonnull
public SignaturePolicyStoreType createSignaturePolicyStoreType() {
return new SignaturePolicyStoreType();
}
/**
* Create an instance of {@link RenewedDigestsType }
*
* @return
* The created RenewedDigestsType object and never null
.
*/
@Nonnull
public RenewedDigestsType createRenewedDigestsType() {
return new RenewedDigestsType();
}
/**
* Create an instance of {@link RecomputedDigestValueType }
*
* @return
* The created RecomputedDigestValueType object and never null
.
*/
@Nonnull
public RecomputedDigestValueType createRecomputedDigestValueType() {
return new RecomputedDigestValueType();
}
/**
* Create an instance of {@link CompleteCertificateRefsTypeV2 }
*
* @return
* The created CompleteCertificateRefsTypeV2 object and never null
.
*/
@Nonnull
public CompleteCertificateRefsTypeV2 createCompleteCertificateRefsTypeV2() {
return new CompleteCertificateRefsTypeV2();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ValidationDataType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ValidationDataType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "TimeStampValidationData")
@Nonnull
public JAXBElement createTimeStampValidationData(
@Nullable
final ValidationDataType value) {
return new JAXBElement(_TimeStampValidationData_QNAME, ValidationDataType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link SignaturePolicyStoreType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link SignaturePolicyStoreType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "SignaturePolicyStore")
@Nonnull
public JAXBElement createSignaturePolicyStore(
@Nullable
final SignaturePolicyStoreType value) {
return new JAXBElement(_SignaturePolicyStore_QNAME, SignaturePolicyStoreType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ObjectIdentifierType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ObjectIdentifierType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "SPDocSpecification")
@Nonnull
public JAXBElement createSPDocSpecification(
@Nullable
final ObjectIdentifierType value) {
return new JAXBElement(_SPDocSpecification_QNAME, ObjectIdentifierType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RenewedDigestsType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RenewedDigestsType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "RenewedDigests")
@Nonnull
public JAXBElement createRenewedDigests(
@Nullable
final RenewedDigestsType value) {
return new JAXBElement(_RenewedDigests_QNAME, RenewedDigestsType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RecomputedDigestValueType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RecomputedDigestValueType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "RecomputedDigestValue")
@Nonnull
public JAXBElement createRecomputedDigestValue(
@Nullable
final RecomputedDigestValueType value) {
return new JAXBElement(_RecomputedDigestValue_QNAME, RecomputedDigestValueType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link XAdESTimeStampType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link XAdESTimeStampType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "ArchiveTimeStamp")
@Nonnull
public JAXBElement createArchiveTimeStamp(
@Nullable
final XAdESTimeStampType value) {
return new JAXBElement(_ArchiveTimeStamp_QNAME, XAdESTimeStampType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CompleteCertificateRefsTypeV2 }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link CompleteCertificateRefsTypeV2 }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "CompleteCertificateRefsV2")
@Nonnull
public JAXBElement createCompleteCertificateRefsV2(
@Nullable
final CompleteCertificateRefsTypeV2 value) {
return new JAXBElement(_CompleteCertificateRefsV2_QNAME, CompleteCertificateRefsTypeV2 .class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CompleteCertificateRefsTypeV2 }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link CompleteCertificateRefsTypeV2 }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "AttributeCertificateRefsV2")
@Nonnull
public JAXBElement createAttributeCertificateRefsV2(
@Nullable
final CompleteCertificateRefsTypeV2 value) {
return new JAXBElement(_AttributeCertificateRefsV2_QNAME, CompleteCertificateRefsTypeV2 .class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link XAdESTimeStampType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link XAdESTimeStampType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "SigAndRefsTimeStampV2")
@Nonnull
public JAXBElement createSigAndRefsTimeStampV2(
@Nullable
final XAdESTimeStampType value) {
return new JAXBElement(_SigAndRefsTimeStampV2_QNAME, XAdESTimeStampType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link XAdESTimeStampType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link XAdESTimeStampType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://uri.etsi.org/01903/v1.4.1#", name = "RefsOnlyTimeStampV2")
@Nonnull
public JAXBElement createRefsOnlyTimeStampV2(
@Nullable
final XAdESTimeStampType value) {
return new JAXBElement(_RefsOnlyTimeStampV2_QNAME, XAdESTimeStampType.class, null, value);
}
}