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

io.github.isotes.vs.model.impl.SignAppxPackageDocumentImpl Maven / Gradle / Ivy

Go to download

Generated XMLBeans Java classes for the XML schema of MSBuild project files

The newest version!
/*
 * An XML document type.
 * Localname: SignAppxPackage
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.SignAppxPackageDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one SignAppxPackage(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class SignAppxPackageDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.SignAppxPackageDocument
{
    private static final long serialVersionUID = 1L;
    
    public SignAppxPackageDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName SIGNAPPXPACKAGE$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "SignAppxPackage");
    
    
    /**
     * Gets the "SignAppxPackage" element
     */
    public io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage getSignAppxPackage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage target = null;
            target = (io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage)get_store().find_element_user(SIGNAPPXPACKAGE$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "SignAppxPackage" element
     */
    public void setSignAppxPackage(io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage signAppxPackage)
    {
        generatedSetterHelperImpl(signAppxPackage, SIGNAPPXPACKAGE$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "SignAppxPackage" element
     */
    public io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage addNewSignAppxPackage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage target = null;
            target = (io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage)get_store().add_element_user(SIGNAPPXPACKAGE$0);
            return target;
        }
    }
    /**
     * An XML SignAppxPackage(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class SignAppxPackageImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.SignAppxPackageDocument.SignAppxPackage
    {
        private static final long serialVersionUID = 1L;
        
        public SignAppxPackageImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName APPXPACKAGETOSIGN$0 = 
            new javax.xml.namespace.QName("", "AppxPackageToSign");
        private static final javax.xml.namespace.QName CERTIFICATETHUMBPRINT$2 = 
            new javax.xml.namespace.QName("", "CertificateThumbprint");
        private static final javax.xml.namespace.QName CERTIFICATEFILE$4 = 
            new javax.xml.namespace.QName("", "CertificateFile");
        private static final javax.xml.namespace.QName HASHALGORITHMID$6 = 
            new javax.xml.namespace.QName("", "HashAlgorithmId");
        private static final javax.xml.namespace.QName TARGETPLATFORMIDENTIFIER$8 = 
            new javax.xml.namespace.QName("", "TargetPlatformIdentifier");
        private static final javax.xml.namespace.QName TARGETPLATFORMVERSION$10 = 
            new javax.xml.namespace.QName("", "TargetPlatformVersion");
        private static final javax.xml.namespace.QName TARGETPLATFORMSDKROOTOVERRIDE$12 = 
            new javax.xml.namespace.QName("", "TargetPlatformSdkRootOverride");
        private static final javax.xml.namespace.QName SIGNAPPXPACKAGEEXEFULLPATH$14 = 
            new javax.xml.namespace.QName("", "SignAppxPackageExeFullPath");
        private static final javax.xml.namespace.QName MSBUILDARCHITECTURE$16 = 
            new javax.xml.namespace.QName("", "MSBuildArchitecture");
        private static final javax.xml.namespace.QName ENABLESIGNINGCHECKS$18 = 
            new javax.xml.namespace.QName("", "EnableSigningChecks");
        private static final javax.xml.namespace.QName EXPORTCERTIFICATE$20 = 
            new javax.xml.namespace.QName("", "ExportCertificate");
        private static final javax.xml.namespace.QName RESOLVEDTHUMBPRINT$22 = 
            new javax.xml.namespace.QName("", "ResolvedThumbprint");
        private static final javax.xml.namespace.QName APPXPACKAGEPUBLICKEYFILE$24 = 
            new javax.xml.namespace.QName("", "AppxPackagePublicKeyFile");
        
        
        /**
         * Gets the "AppxPackageToSign" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAppxPackageToSign()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXPACKAGETOSIGN$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "AppxPackageToSign" attribute
         */
        public void setAppxPackageToSign(org.apache.xmlbeans.XmlAnySimpleType appxPackageToSign)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXPACKAGETOSIGN$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXPACKAGETOSIGN$0);
                }
                target.set(appxPackageToSign);
            }
        }
        
        /**
         * Appends and returns a new empty "AppxPackageToSign" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAppxPackageToSign()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXPACKAGETOSIGN$0);
                return target;
            }
        }
        
        /**
         * Gets the "CertificateThumbprint" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getCertificateThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CERTIFICATETHUMBPRINT$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "CertificateThumbprint" attribute
         */
        public boolean isSetCertificateThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CERTIFICATETHUMBPRINT$2) != null;
            }
        }
        
        /**
         * Sets the "CertificateThumbprint" attribute
         */
        public void setCertificateThumbprint(org.apache.xmlbeans.XmlAnySimpleType certificateThumbprint)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CERTIFICATETHUMBPRINT$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CERTIFICATETHUMBPRINT$2);
                }
                target.set(certificateThumbprint);
            }
        }
        
        /**
         * Appends and returns a new empty "CertificateThumbprint" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewCertificateThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CERTIFICATETHUMBPRINT$2);
                return target;
            }
        }
        
        /**
         * Unsets the "CertificateThumbprint" attribute
         */
        public void unsetCertificateThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CERTIFICATETHUMBPRINT$2);
            }
        }
        
        /**
         * Gets the "CertificateFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getCertificateFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CERTIFICATEFILE$4);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "CertificateFile" attribute
         */
        public boolean isSetCertificateFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CERTIFICATEFILE$4) != null;
            }
        }
        
        /**
         * Sets the "CertificateFile" attribute
         */
        public void setCertificateFile(org.apache.xmlbeans.XmlAnySimpleType certificateFile)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CERTIFICATEFILE$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CERTIFICATEFILE$4);
                }
                target.set(certificateFile);
            }
        }
        
        /**
         * Appends and returns a new empty "CertificateFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewCertificateFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CERTIFICATEFILE$4);
                return target;
            }
        }
        
        /**
         * Unsets the "CertificateFile" attribute
         */
        public void unsetCertificateFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CERTIFICATEFILE$4);
            }
        }
        
        /**
         * Gets the "HashAlgorithmId" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getHashAlgorithmId()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(HASHALGORITHMID$6);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "HashAlgorithmId" attribute
         */
        public void setHashAlgorithmId(org.apache.xmlbeans.XmlAnySimpleType hashAlgorithmId)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(HASHALGORITHMID$6);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(HASHALGORITHMID$6);
                }
                target.set(hashAlgorithmId);
            }
        }
        
        /**
         * Appends and returns a new empty "HashAlgorithmId" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewHashAlgorithmId()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(HASHALGORITHMID$6);
                return target;
            }
        }
        
        /**
         * Gets the "TargetPlatformIdentifier" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getTargetPlatformIdentifier()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TARGETPLATFORMIDENTIFIER$8);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "TargetPlatformIdentifier" attribute
         */
        public void setTargetPlatformIdentifier(org.apache.xmlbeans.XmlAnySimpleType targetPlatformIdentifier)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TARGETPLATFORMIDENTIFIER$8);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMIDENTIFIER$8);
                }
                target.set(targetPlatformIdentifier);
            }
        }
        
        /**
         * Appends and returns a new empty "TargetPlatformIdentifier" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewTargetPlatformIdentifier()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMIDENTIFIER$8);
                return target;
            }
        }
        
        /**
         * Gets the "TargetPlatformVersion" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getTargetPlatformVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TARGETPLATFORMVERSION$10);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "TargetPlatformVersion" attribute
         */
        public void setTargetPlatformVersion(org.apache.xmlbeans.XmlAnySimpleType targetPlatformVersion)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TARGETPLATFORMVERSION$10);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMVERSION$10);
                }
                target.set(targetPlatformVersion);
            }
        }
        
        /**
         * Appends and returns a new empty "TargetPlatformVersion" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewTargetPlatformVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMVERSION$10);
                return target;
            }
        }
        
        /**
         * Gets the "TargetPlatformSdkRootOverride" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getTargetPlatformSdkRootOverride()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TARGETPLATFORMSDKROOTOVERRIDE$12);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "TargetPlatformSdkRootOverride" attribute
         */
        public boolean isSetTargetPlatformSdkRootOverride()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(TARGETPLATFORMSDKROOTOVERRIDE$12) != null;
            }
        }
        
        /**
         * Sets the "TargetPlatformSdkRootOverride" attribute
         */
        public void setTargetPlatformSdkRootOverride(org.apache.xmlbeans.XmlAnySimpleType targetPlatformSdkRootOverride)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TARGETPLATFORMSDKROOTOVERRIDE$12);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMSDKROOTOVERRIDE$12);
                }
                target.set(targetPlatformSdkRootOverride);
            }
        }
        
        /**
         * Appends and returns a new empty "TargetPlatformSdkRootOverride" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewTargetPlatformSdkRootOverride()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMSDKROOTOVERRIDE$12);
                return target;
            }
        }
        
        /**
         * Unsets the "TargetPlatformSdkRootOverride" attribute
         */
        public void unsetTargetPlatformSdkRootOverride()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(TARGETPLATFORMSDKROOTOVERRIDE$12);
            }
        }
        
        /**
         * Gets the "SignAppxPackageExeFullPath" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getSignAppxPackageExeFullPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SIGNAPPXPACKAGEEXEFULLPATH$14);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "SignAppxPackageExeFullPath" attribute
         */
        public boolean isSetSignAppxPackageExeFullPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(SIGNAPPXPACKAGEEXEFULLPATH$14) != null;
            }
        }
        
        /**
         * Sets the "SignAppxPackageExeFullPath" attribute
         */
        public void setSignAppxPackageExeFullPath(org.apache.xmlbeans.XmlAnySimpleType signAppxPackageExeFullPath)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SIGNAPPXPACKAGEEXEFULLPATH$14);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SIGNAPPXPACKAGEEXEFULLPATH$14);
                }
                target.set(signAppxPackageExeFullPath);
            }
        }
        
        /**
         * Appends and returns a new empty "SignAppxPackageExeFullPath" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewSignAppxPackageExeFullPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SIGNAPPXPACKAGEEXEFULLPATH$14);
                return target;
            }
        }
        
        /**
         * Unsets the "SignAppxPackageExeFullPath" attribute
         */
        public void unsetSignAppxPackageExeFullPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(SIGNAPPXPACKAGEEXEFULLPATH$14);
            }
        }
        
        /**
         * Gets the "MSBuildArchitecture" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getMSBuildArchitecture()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MSBUILDARCHITECTURE$16);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "MSBuildArchitecture" attribute
         */
        public boolean isSetMSBuildArchitecture()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(MSBUILDARCHITECTURE$16) != null;
            }
        }
        
        /**
         * Sets the "MSBuildArchitecture" attribute
         */
        public void setMSBuildArchitecture(org.apache.xmlbeans.XmlAnySimpleType msBuildArchitecture)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MSBUILDARCHITECTURE$16);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MSBUILDARCHITECTURE$16);
                }
                target.set(msBuildArchitecture);
            }
        }
        
        /**
         * Appends and returns a new empty "MSBuildArchitecture" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewMSBuildArchitecture()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MSBUILDARCHITECTURE$16);
                return target;
            }
        }
        
        /**
         * Unsets the "MSBuildArchitecture" attribute
         */
        public void unsetMSBuildArchitecture()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(MSBUILDARCHITECTURE$16);
            }
        }
        
        /**
         * Gets the "EnableSigningChecks" attribute
         */
        public java.lang.String getEnableSigningChecks()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ENABLESIGNINGCHECKS$18);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "EnableSigningChecks" attribute
         */
        public io.github.isotes.vs.model.Boolean xgetEnableSigningChecks()
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(ENABLESIGNINGCHECKS$18);
                return target;
            }
        }
        
        /**
         * True if has "EnableSigningChecks" attribute
         */
        public boolean isSetEnableSigningChecks()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(ENABLESIGNINGCHECKS$18) != null;
            }
        }
        
        /**
         * Sets the "EnableSigningChecks" attribute
         */
        public void setEnableSigningChecks(java.lang.String enableSigningChecks)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ENABLESIGNINGCHECKS$18);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ENABLESIGNINGCHECKS$18);
                }
                target.setStringValue(enableSigningChecks);
            }
        }
        
        /**
         * Sets (as xml) the "EnableSigningChecks" attribute
         */
        public void xsetEnableSigningChecks(io.github.isotes.vs.model.Boolean enableSigningChecks)
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(ENABLESIGNINGCHECKS$18);
                if (target == null)
                {
                    target = (io.github.isotes.vs.model.Boolean)get_store().add_attribute_user(ENABLESIGNINGCHECKS$18);
                }
                target.set(enableSigningChecks);
            }
        }
        
        /**
         * Unsets the "EnableSigningChecks" attribute
         */
        public void unsetEnableSigningChecks()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(ENABLESIGNINGCHECKS$18);
            }
        }
        
        /**
         * Gets the "ExportCertificate" attribute
         */
        public java.lang.String getExportCertificate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(EXPORTCERTIFICATE$20);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "ExportCertificate" attribute
         */
        public io.github.isotes.vs.model.Boolean xgetExportCertificate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(EXPORTCERTIFICATE$20);
                return target;
            }
        }
        
        /**
         * True if has "ExportCertificate" attribute
         */
        public boolean isSetExportCertificate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(EXPORTCERTIFICATE$20) != null;
            }
        }
        
        /**
         * Sets the "ExportCertificate" attribute
         */
        public void setExportCertificate(java.lang.String exportCertificate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(EXPORTCERTIFICATE$20);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(EXPORTCERTIFICATE$20);
                }
                target.setStringValue(exportCertificate);
            }
        }
        
        /**
         * Sets (as xml) the "ExportCertificate" attribute
         */
        public void xsetExportCertificate(io.github.isotes.vs.model.Boolean exportCertificate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(EXPORTCERTIFICATE$20);
                if (target == null)
                {
                    target = (io.github.isotes.vs.model.Boolean)get_store().add_attribute_user(EXPORTCERTIFICATE$20);
                }
                target.set(exportCertificate);
            }
        }
        
        /**
         * Unsets the "ExportCertificate" attribute
         */
        public void unsetExportCertificate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(EXPORTCERTIFICATE$20);
            }
        }
        
        /**
         * Gets the "ResolvedThumbprint" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getResolvedThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RESOLVEDTHUMBPRINT$22);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "ResolvedThumbprint" attribute
         */
        public boolean isSetResolvedThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(RESOLVEDTHUMBPRINT$22) != null;
            }
        }
        
        /**
         * Sets the "ResolvedThumbprint" attribute
         */
        public void setResolvedThumbprint(org.apache.xmlbeans.XmlAnySimpleType resolvedThumbprint)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RESOLVEDTHUMBPRINT$22);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RESOLVEDTHUMBPRINT$22);
                }
                target.set(resolvedThumbprint);
            }
        }
        
        /**
         * Appends and returns a new empty "ResolvedThumbprint" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewResolvedThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RESOLVEDTHUMBPRINT$22);
                return target;
            }
        }
        
        /**
         * Unsets the "ResolvedThumbprint" attribute
         */
        public void unsetResolvedThumbprint()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(RESOLVEDTHUMBPRINT$22);
            }
        }
        
        /**
         * Gets the "AppxPackagePublicKeyFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAppxPackagePublicKeyFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXPACKAGEPUBLICKEYFILE$24);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "AppxPackagePublicKeyFile" attribute
         */
        public boolean isSetAppxPackagePublicKeyFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(APPXPACKAGEPUBLICKEYFILE$24) != null;
            }
        }
        
        /**
         * Sets the "AppxPackagePublicKeyFile" attribute
         */
        public void setAppxPackagePublicKeyFile(org.apache.xmlbeans.XmlAnySimpleType appxPackagePublicKeyFile)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXPACKAGEPUBLICKEYFILE$24);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXPACKAGEPUBLICKEYFILE$24);
                }
                target.set(appxPackagePublicKeyFile);
            }
        }
        
        /**
         * Appends and returns a new empty "AppxPackagePublicKeyFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAppxPackagePublicKeyFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXPACKAGEPUBLICKEYFILE$24);
                return target;
            }
        }
        
        /**
         * Unsets the "AppxPackagePublicKeyFile" attribute
         */
        public void unsetAppxPackagePublicKeyFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(APPXPACKAGEPUBLICKEYFILE$24);
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy