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

com.phloc.ebinterface.xmldsig.ObjectFactory Maven / Gradle / Ivy

The newest version!

package com.phloc.ebinterface.xmldsig;

import java.math.BigInteger;
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;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.phloc.ebinterface.xmldsig 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. * */ @XmlRegistry public class ObjectFactory { public final static QName _CanonicalizationMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "CanonicalizationMethod"); public final static QName _SignatureMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureMethod"); public final static QName _DigestMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DigestMethod"); public final static QName _Object_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Object"); public final static QName _KeyName_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyName"); public final static QName _DigestValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"); public final static QName _PGPData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPData"); public final static QName _Transforms_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Transforms"); public final static QName _X509Data_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509Data"); public final static QName _Transform_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Transform"); public final static QName _SPKIData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SPKIData"); public final static QName _SignedInfo_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignedInfo"); public final static QName _RSAKeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "RSAKeyValue"); public final static QName _SignatureValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureValue"); public final static QName _KeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyValue"); public final static QName _Manifest_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Manifest"); public final static QName _KeyInfo_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "KeyInfo"); public final static QName _MgmtData_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "MgmtData"); public final static QName _SignatureProperties_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureProperties"); public final static QName _RetrievalMethod_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "RetrievalMethod"); public final static QName _SignatureProperty_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureProperty"); public final static QName _Reference_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Reference"); public final static QName _Signature_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Signature"); public final static QName _DSAKeyValue_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "DSAKeyValue"); public final static QName _SPKIDataTypeSPKISexp_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SPKISexp"); public final static QName _PGPDataTypePGPKeyID_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyID"); public final static QName _PGPDataTypePGPKeyPacket_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyPacket"); public final static QName _X509DataTypeX509IssuerSerial_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509IssuerSerial"); public final static QName _X509DataTypeX509Certificate_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509Certificate"); public final static QName _X509DataTypeX509SKI_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SKI"); public final static QName _X509DataTypeX509SubjectName_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SubjectName"); public final static QName _X509DataTypeX509CRL_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509CRL"); public final static QName _SignatureMethodTypeHMACOutputLength_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "HMACOutputLength"); public final static QName _TransformTypeXPath_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "XPath"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.phloc.ebinterface.xmldsig * */ public ObjectFactory() { } /** * Create an instance of {@link KeyInfoType } * * @return * The created KeyInfoType object and never null. */ @Nonnull public KeyInfoType createKeyInfoType() { return new KeyInfoType(); } /** * Create an instance of {@link SignedInfoType } * * @return * The created SignedInfoType object and never null. */ @Nonnull public SignedInfoType createSignedInfoType() { return new SignedInfoType(); } /** * Create an instance of {@link RetrievalMethodType } * * @return * The created RetrievalMethodType object and never null. */ @Nonnull public RetrievalMethodType createRetrievalMethodType() { return new RetrievalMethodType(); } /** * Create an instance of {@link DigestMethodType } * * @return * The created DigestMethodType object and never null. */ @Nonnull public DigestMethodType createDigestMethodType() { return new DigestMethodType(); } /** * Create an instance of {@link SignatureMethodType } * * @return * The created SignatureMethodType object and never null. */ @Nonnull public SignatureMethodType createSignatureMethodType() { return new SignatureMethodType(); } /** * Create an instance of {@link SPKIDataType } * * @return * The created SPKIDataType object and never null. */ @Nonnull public SPKIDataType createSPKIDataType() { return new SPKIDataType(); } /** * Create an instance of {@link X509DataType } * * @return * The created X509DataType object and never null. */ @Nonnull public X509DataType createX509DataType() { return new X509DataType(); } /** * Create an instance of {@link PGPDataType } * * @return * The created PGPDataType object and never null. */ @Nonnull public PGPDataType createPGPDataType() { return new PGPDataType(); } /** * Create an instance of {@link SignatureType } * * @return * The created SignatureType object and never null. */ @Nonnull public SignatureType createSignatureType() { return new SignatureType(); } /** * Create an instance of {@link DSAKeyValueType } * * @return * The created DSAKeyValueType object and never null. */ @Nonnull public DSAKeyValueType createDSAKeyValueType() { return new DSAKeyValueType(); } /** * Create an instance of {@link ManifestType } * * @return * The created ManifestType object and never null. */ @Nonnull public ManifestType createManifestType() { return new ManifestType(); } /** * Create an instance of {@link SignatureValueType } * * @return * The created SignatureValueType object and never null. */ @Nonnull public SignatureValueType createSignatureValueType() { return new SignatureValueType(); } /** * Create an instance of {@link TransformsType } * * @return * The created TransformsType object and never null. */ @Nonnull public TransformsType createTransformsType() { return new TransformsType(); } /** * Create an instance of {@link RSAKeyValueType } * * @return * The created RSAKeyValueType object and never null. */ @Nonnull public RSAKeyValueType createRSAKeyValueType() { return new RSAKeyValueType(); } /** * Create an instance of {@link TransformType } * * @return * The created TransformType object and never null. */ @Nonnull public TransformType createTransformType() { return new TransformType(); } /** * Create an instance of {@link SignaturePropertyType } * * @return * The created SignaturePropertyType object and never null. */ @Nonnull public SignaturePropertyType createSignaturePropertyType() { return new SignaturePropertyType(); } /** * Create an instance of {@link KeyValueType } * * @return * The created KeyValueType object and never null. */ @Nonnull public KeyValueType createKeyValueType() { return new KeyValueType(); } /** * Create an instance of {@link ReferenceType } * * @return * The created ReferenceType object and never null. */ @Nonnull public ReferenceType createReferenceType() { return new ReferenceType(); } /** * Create an instance of {@link CanonicalizationMethodType } * * @return * The created CanonicalizationMethodType object and never null. */ @Nonnull public CanonicalizationMethodType createCanonicalizationMethodType() { return new CanonicalizationMethodType(); } /** * Create an instance of {@link SignaturePropertiesType } * * @return * The created SignaturePropertiesType object and never null. */ @Nonnull public SignaturePropertiesType createSignaturePropertiesType() { return new SignaturePropertiesType(); } /** * Create an instance of {@link ObjectType } * * @return * The created ObjectType object and never null. */ @Nonnull public ObjectType createObjectType() { return new ObjectType(); } /** * Create an instance of {@link X509IssuerSerialType } * * @return * The created X509IssuerSerialType object and never null. */ @Nonnull public X509IssuerSerialType createX509IssuerSerialType() { return new X509IssuerSerialType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CanonicalizationMethodType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "CanonicalizationMethod") @Nonnull public JAXBElement createCanonicalizationMethod( @Nullable final CanonicalizationMethodType value) { return new JAXBElement(_CanonicalizationMethod_QNAME, CanonicalizationMethodType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignatureMethodType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureMethod") @Nonnull public JAXBElement createSignatureMethod( @Nullable final SignatureMethodType value) { return new JAXBElement(_SignatureMethod_QNAME, SignatureMethodType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DigestMethodType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DigestMethod") @Nonnull public JAXBElement createDigestMethod( @Nullable final DigestMethodType value) { return new JAXBElement(_DigestMethod_QNAME, DigestMethodType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ObjectType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Object") @Nonnull public JAXBElement createObject( @Nullable final ObjectType value) { return new JAXBElement(_Object_QNAME, ObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyName") @Nonnull public JAXBElement createKeyName( @Nullable final String value) { return new JAXBElement(_KeyName_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DigestValue") @Nonnull public JAXBElement createDigestValue( @Nullable final byte[] value) { return new JAXBElement(_DigestValue_QNAME, byte[].class, null, ((byte[]) value)); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PGPDataType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "PGPData") @Nonnull public JAXBElement createPGPData( @Nullable final PGPDataType value) { return new JAXBElement(_PGPData_QNAME, PGPDataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TransformsType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Transforms") @Nonnull public JAXBElement createTransforms( @Nullable final TransformsType value) { return new JAXBElement(_Transforms_QNAME, TransformsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link X509DataType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509Data") @Nonnull public JAXBElement createX509Data( @Nullable final X509DataType value) { return new JAXBElement(_X509Data_QNAME, X509DataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TransformType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Transform") @Nonnull public JAXBElement createTransform( @Nullable final TransformType value) { return new JAXBElement(_Transform_QNAME, TransformType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SPKIDataType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SPKIData") @Nonnull public JAXBElement createSPKIData( @Nullable final SPKIDataType value) { return new JAXBElement(_SPKIData_QNAME, SPKIDataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignedInfoType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignedInfo") @Nonnull public JAXBElement createSignedInfo( @Nullable final SignedInfoType value) { return new JAXBElement(_SignedInfo_QNAME, SignedInfoType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RSAKeyValueType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "RSAKeyValue") @Nonnull public JAXBElement createRSAKeyValue( @Nullable final RSAKeyValueType value) { return new JAXBElement(_RSAKeyValue_QNAME, RSAKeyValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignatureValueType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureValue") @Nonnull public JAXBElement createSignatureValue( @Nullable final SignatureValueType value) { return new JAXBElement(_SignatureValue_QNAME, SignatureValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link KeyValueType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyValue") @Nonnull public JAXBElement createKeyValue( @Nullable final KeyValueType value) { return new JAXBElement(_KeyValue_QNAME, KeyValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ManifestType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Manifest") @Nonnull public JAXBElement createManifest( @Nullable final ManifestType value) { return new JAXBElement(_Manifest_QNAME, ManifestType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyInfo") @Nonnull public JAXBElement createKeyInfo( @Nullable final KeyInfoType value) { return new JAXBElement(_KeyInfo_QNAME, KeyInfoType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "MgmtData") @Nonnull public JAXBElement createMgmtData( @Nullable final String value) { return new JAXBElement(_MgmtData_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignaturePropertiesType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureProperties") @Nonnull public JAXBElement createSignatureProperties( @Nullable final SignaturePropertiesType value) { return new JAXBElement(_SignatureProperties_QNAME, SignaturePropertiesType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RetrievalMethodType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "RetrievalMethod") @Nonnull public JAXBElement createRetrievalMethod( @Nullable final RetrievalMethodType value) { return new JAXBElement(_RetrievalMethod_QNAME, RetrievalMethodType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignaturePropertyType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureProperty") @Nonnull public JAXBElement createSignatureProperty( @Nullable final SignaturePropertyType value) { return new JAXBElement(_SignatureProperty_QNAME, SignaturePropertyType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ReferenceType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Reference") @Nonnull public JAXBElement createReference( @Nullable final ReferenceType value) { return new JAXBElement(_Reference_QNAME, ReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignatureType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Signature") @Nonnull public JAXBElement createSignature( @Nullable final SignatureType value) { return new JAXBElement(_Signature_QNAME, SignatureType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DSAKeyValueType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DSAKeyValue") @Nonnull public JAXBElement createDSAKeyValue( @Nullable final DSAKeyValueType value) { return new JAXBElement(_DSAKeyValue_QNAME, DSAKeyValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SPKISexp", scope = SPKIDataType.class) @Nonnull public JAXBElement createSPKIDataTypeSPKISexp( @Nullable final byte[] value) { return new JAXBElement(_SPKIDataTypeSPKISexp_QNAME, byte[].class, SPKIDataType.class, ((byte[]) value)); } /** * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "PGPKeyID", scope = PGPDataType.class) @Nonnull public JAXBElement createPGPDataTypePGPKeyID( @Nullable final byte[] value) { return new JAXBElement(_PGPDataTypePGPKeyID_QNAME, byte[].class, PGPDataType.class, ((byte[]) value)); } /** * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "PGPKeyPacket", scope = PGPDataType.class) @Nonnull public JAXBElement createPGPDataTypePGPKeyPacket( @Nullable final byte[] value) { return new JAXBElement(_PGPDataTypePGPKeyPacket_QNAME, byte[].class, PGPDataType.class, ((byte[]) value)); } /** * Create an instance of {@link JAXBElement }{@code <}{@link X509IssuerSerialType }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509IssuerSerial", scope = X509DataType.class) @Nonnull public JAXBElement createX509DataTypeX509IssuerSerial( @Nullable final X509IssuerSerialType value) { return new JAXBElement(_X509DataTypeX509IssuerSerial_QNAME, X509IssuerSerialType.class, X509DataType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509Certificate", scope = X509DataType.class) @Nonnull public JAXBElement createX509DataTypeX509Certificate( @Nullable final byte[] value) { return new JAXBElement(_X509DataTypeX509Certificate_QNAME, byte[].class, X509DataType.class, ((byte[]) value)); } /** * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509SKI", scope = X509DataType.class) @Nonnull public JAXBElement createX509DataTypeX509SKI( @Nullable final byte[] value) { return new JAXBElement(_X509DataTypeX509SKI_QNAME, byte[].class, X509DataType.class, ((byte[]) value)); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509SubjectName", scope = X509DataType.class) @Nonnull public JAXBElement createX509DataTypeX509SubjectName( @Nullable final String value) { return new JAXBElement(_X509DataTypeX509SubjectName_QNAME, String.class, X509DataType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509CRL", scope = X509DataType.class) @Nonnull public JAXBElement createX509DataTypeX509CRL( @Nullable final byte[] value) { return new JAXBElement(_X509DataTypeX509CRL_QNAME, byte[].class, X509DataType.class, ((byte[]) value)); } /** * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "HMACOutputLength", scope = SignatureMethodType.class) @Nonnull public JAXBElement createSignatureMethodTypeHMACOutputLength( @Nullable final BigInteger value) { return new JAXBElement(_SignatureMethodTypeHMACOutputLength_QNAME, BigInteger.class, SignatureMethodType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "XPath", scope = TransformType.class) @Nonnull public JAXBElement createTransformTypeXPath( @Nullable final String value) { return new JAXBElement(_TransformTypeXPath_QNAME, String.class, TransformType.class, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy