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

io.github.isotes.vs.model.impl.ValidateAppxPackageDocumentImpl 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: ValidateAppxPackage
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ValidateAppxPackageDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one ValidateAppxPackage(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class ValidateAppxPackageDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.ValidateAppxPackageDocument
{
    private static final long serialVersionUID = 1L;
    
    public ValidateAppxPackageDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName VALIDATEAPPXPACKAGE$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "ValidateAppxPackage");
    
    
    /**
     * Gets the "ValidateAppxPackage" element
     */
    public io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage getValidateAppxPackage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage target = null;
            target = (io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage)get_store().find_element_user(VALIDATEAPPXPACKAGE$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "ValidateAppxPackage" element
     */
    public void setValidateAppxPackage(io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage validateAppxPackage)
    {
        generatedSetterHelperImpl(validateAppxPackage, VALIDATEAPPXPACKAGE$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ValidateAppxPackage" element
     */
    public io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage addNewValidateAppxPackage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage target = null;
            target = (io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage)get_store().add_element_user(VALIDATEAPPXPACKAGE$0);
            return target;
        }
    }
    /**
     * An XML ValidateAppxPackage(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class ValidateAppxPackageImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.ValidateAppxPackageDocument.ValidateAppxPackage
    {
        private static final long serialVersionUID = 1L;
        
        public ValidateAppxPackageImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName SOURCEAPPXMANIFEST$0 = 
            new javax.xml.namespace.QName("", "SourceAppxManifest");
        private static final javax.xml.namespace.QName APPXMANIFEST$2 = 
            new javax.xml.namespace.QName("", "AppxManifest");
        private static final javax.xml.namespace.QName STOREASSOCIATIONFILE$4 = 
            new javax.xml.namespace.QName("", "StoreAssociationFile");
        private static final javax.xml.namespace.QName PACKAGEARCHITECTURE$6 = 
            new javax.xml.namespace.QName("", "PackageArchitecture");
        private static final javax.xml.namespace.QName APPXPACKAGEPAYLOAD$8 = 
            new javax.xml.namespace.QName("", "AppxPackagePayload");
        private static final javax.xml.namespace.QName QUERYNAMESPACEPREFIX$10 = 
            new javax.xml.namespace.QName("", "QueryNamespacePrefix");
        private static final javax.xml.namespace.QName QUERYNAMESPACE81PREFIX$12 = 
            new javax.xml.namespace.QName("", "QueryNamespace81Prefix");
        private static final javax.xml.namespace.QName MANIFESTIMAGEFILENAMEQUERIES$14 = 
            new javax.xml.namespace.QName("", "ManifestImageFileNameQueries");
        private static final javax.xml.namespace.QName RESOLVEDSDKREFERENCES$16 = 
            new javax.xml.namespace.QName("", "ResolvedSDKReferences");
        private static final javax.xml.namespace.QName ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18 = 
            new javax.xml.namespace.QName("", "AllowDebugFrameworkReferencesInManifest");
        private static final javax.xml.namespace.QName PROJECTDIR$20 = 
            new javax.xml.namespace.QName("", "ProjectDir");
        private static final javax.xml.namespace.QName INDEXEDPAYLOADFILES$22 = 
            new javax.xml.namespace.QName("", "IndexedPayloadFiles");
        private static final javax.xml.namespace.QName MAKEPRIEXTENSIONPATH$24 = 
            new javax.xml.namespace.QName("", "MakePriExtensionPath");
        private static final javax.xml.namespace.QName OSMINVERSION$26 = 
            new javax.xml.namespace.QName("", "OSMinVersion");
        
        
        /**
         * Gets the "SourceAppxManifest" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getSourceAppxManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOURCEAPPXMANIFEST$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "SourceAppxManifest" attribute
         */
        public void setSourceAppxManifest(org.apache.xmlbeans.XmlAnySimpleType sourceAppxManifest)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOURCEAPPXMANIFEST$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOURCEAPPXMANIFEST$0);
                }
                target.set(sourceAppxManifest);
            }
        }
        
        /**
         * Appends and returns a new empty "SourceAppxManifest" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewSourceAppxManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOURCEAPPXMANIFEST$0);
                return target;
            }
        }
        
        /**
         * Gets the "AppxManifest" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAppxManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXMANIFEST$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "AppxManifest" attribute
         */
        public void setAppxManifest(org.apache.xmlbeans.XmlAnySimpleType appxManifest)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXMANIFEST$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXMANIFEST$2);
                }
                target.set(appxManifest);
            }
        }
        
        /**
         * Appends and returns a new empty "AppxManifest" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAppxManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXMANIFEST$2);
                return target;
            }
        }
        
        /**
         * Gets the "StoreAssociationFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getStoreAssociationFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(STOREASSOCIATIONFILE$4);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "StoreAssociationFile" attribute
         */
        public boolean isSetStoreAssociationFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(STOREASSOCIATIONFILE$4) != null;
            }
        }
        
        /**
         * Sets the "StoreAssociationFile" attribute
         */
        public void setStoreAssociationFile(org.apache.xmlbeans.XmlAnySimpleType storeAssociationFile)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(STOREASSOCIATIONFILE$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(STOREASSOCIATIONFILE$4);
                }
                target.set(storeAssociationFile);
            }
        }
        
        /**
         * Appends and returns a new empty "StoreAssociationFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewStoreAssociationFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(STOREASSOCIATIONFILE$4);
                return target;
            }
        }
        
        /**
         * Unsets the "StoreAssociationFile" attribute
         */
        public void unsetStoreAssociationFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(STOREASSOCIATIONFILE$4);
            }
        }
        
        /**
         * Gets the "PackageArchitecture" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getPackageArchitecture()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PACKAGEARCHITECTURE$6);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "PackageArchitecture" attribute
         */
        public void setPackageArchitecture(org.apache.xmlbeans.XmlAnySimpleType packageArchitecture)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PACKAGEARCHITECTURE$6);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PACKAGEARCHITECTURE$6);
                }
                target.set(packageArchitecture);
            }
        }
        
        /**
         * Appends and returns a new empty "PackageArchitecture" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewPackageArchitecture()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PACKAGEARCHITECTURE$6);
                return target;
            }
        }
        
        /**
         * Gets the "AppxPackagePayload" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAppxPackagePayload()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXPACKAGEPAYLOAD$8);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "AppxPackagePayload" attribute
         */
        public void setAppxPackagePayload(org.apache.xmlbeans.XmlAnySimpleType appxPackagePayload)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXPACKAGEPAYLOAD$8);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXPACKAGEPAYLOAD$8);
                }
                target.set(appxPackagePayload);
            }
        }
        
        /**
         * Appends and returns a new empty "AppxPackagePayload" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAppxPackagePayload()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXPACKAGEPAYLOAD$8);
                return target;
            }
        }
        
        /**
         * Gets the "QueryNamespacePrefix" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getQueryNamespacePrefix()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(QUERYNAMESPACEPREFIX$10);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "QueryNamespacePrefix" attribute
         */
        public void setQueryNamespacePrefix(org.apache.xmlbeans.XmlAnySimpleType queryNamespacePrefix)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(QUERYNAMESPACEPREFIX$10);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(QUERYNAMESPACEPREFIX$10);
                }
                target.set(queryNamespacePrefix);
            }
        }
        
        /**
         * Appends and returns a new empty "QueryNamespacePrefix" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewQueryNamespacePrefix()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(QUERYNAMESPACEPREFIX$10);
                return target;
            }
        }
        
        /**
         * Gets the "QueryNamespace81Prefix" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getQueryNamespace81Prefix()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(QUERYNAMESPACE81PREFIX$12);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "QueryNamespace81Prefix" attribute
         */
        public void setQueryNamespace81Prefix(org.apache.xmlbeans.XmlAnySimpleType queryNamespace81Prefix)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(QUERYNAMESPACE81PREFIX$12);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(QUERYNAMESPACE81PREFIX$12);
                }
                target.set(queryNamespace81Prefix);
            }
        }
        
        /**
         * Appends and returns a new empty "QueryNamespace81Prefix" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewQueryNamespace81Prefix()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(QUERYNAMESPACE81PREFIX$12);
                return target;
            }
        }
        
        /**
         * Gets the "ManifestImageFileNameQueries" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getManifestImageFileNameQueries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MANIFESTIMAGEFILENAMEQUERIES$14);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "ManifestImageFileNameQueries" attribute
         */
        public void setManifestImageFileNameQueries(org.apache.xmlbeans.XmlAnySimpleType manifestImageFileNameQueries)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MANIFESTIMAGEFILENAMEQUERIES$14);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MANIFESTIMAGEFILENAMEQUERIES$14);
                }
                target.set(manifestImageFileNameQueries);
            }
        }
        
        /**
         * Appends and returns a new empty "ManifestImageFileNameQueries" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewManifestImageFileNameQueries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MANIFESTIMAGEFILENAMEQUERIES$14);
                return target;
            }
        }
        
        /**
         * Gets the "ResolvedSDKReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getResolvedSDKReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RESOLVEDSDKREFERENCES$16);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "ResolvedSDKReferences" attribute
         */
        public void setResolvedSDKReferences(org.apache.xmlbeans.XmlAnySimpleType resolvedSDKReferences)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RESOLVEDSDKREFERENCES$16);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RESOLVEDSDKREFERENCES$16);
                }
                target.set(resolvedSDKReferences);
            }
        }
        
        /**
         * Appends and returns a new empty "ResolvedSDKReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewResolvedSDKReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RESOLVEDSDKREFERENCES$16);
                return target;
            }
        }
        
        /**
         * Gets the "AllowDebugFrameworkReferencesInManifest" attribute
         */
        public java.lang.String getAllowDebugFrameworkReferencesInManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "AllowDebugFrameworkReferencesInManifest" attribute
         */
        public io.github.isotes.vs.model.Boolean xgetAllowDebugFrameworkReferencesInManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18);
                return target;
            }
        }
        
        /**
         * True if has "AllowDebugFrameworkReferencesInManifest" attribute
         */
        public boolean isSetAllowDebugFrameworkReferencesInManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18) != null;
            }
        }
        
        /**
         * Sets the "AllowDebugFrameworkReferencesInManifest" attribute
         */
        public void setAllowDebugFrameworkReferencesInManifest(java.lang.String allowDebugFrameworkReferencesInManifest)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18);
                }
                target.setStringValue(allowDebugFrameworkReferencesInManifest);
            }
        }
        
        /**
         * Sets (as xml) the "AllowDebugFrameworkReferencesInManifest" attribute
         */
        public void xsetAllowDebugFrameworkReferencesInManifest(io.github.isotes.vs.model.Boolean allowDebugFrameworkReferencesInManifest)
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18);
                if (target == null)
                {
                    target = (io.github.isotes.vs.model.Boolean)get_store().add_attribute_user(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18);
                }
                target.set(allowDebugFrameworkReferencesInManifest);
            }
        }
        
        /**
         * Unsets the "AllowDebugFrameworkReferencesInManifest" attribute
         */
        public void unsetAllowDebugFrameworkReferencesInManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(ALLOWDEBUGFRAMEWORKREFERENCESINMANIFEST$18);
            }
        }
        
        /**
         * Gets the "ProjectDir" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getProjectDir()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PROJECTDIR$20);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "ProjectDir" attribute
         */
        public void setProjectDir(org.apache.xmlbeans.XmlAnySimpleType projectDir)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PROJECTDIR$20);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PROJECTDIR$20);
                }
                target.set(projectDir);
            }
        }
        
        /**
         * Appends and returns a new empty "ProjectDir" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewProjectDir()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PROJECTDIR$20);
                return target;
            }
        }
        
        /**
         * Gets the "IndexedPayloadFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getIndexedPayloadFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INDEXEDPAYLOADFILES$22);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "IndexedPayloadFiles" attribute
         */
        public boolean isSetIndexedPayloadFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(INDEXEDPAYLOADFILES$22) != null;
            }
        }
        
        /**
         * Sets the "IndexedPayloadFiles" attribute
         */
        public void setIndexedPayloadFiles(org.apache.xmlbeans.XmlAnySimpleType indexedPayloadFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INDEXEDPAYLOADFILES$22);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INDEXEDPAYLOADFILES$22);
                }
                target.set(indexedPayloadFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "IndexedPayloadFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewIndexedPayloadFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INDEXEDPAYLOADFILES$22);
                return target;
            }
        }
        
        /**
         * Unsets the "IndexedPayloadFiles" attribute
         */
        public void unsetIndexedPayloadFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(INDEXEDPAYLOADFILES$22);
            }
        }
        
        /**
         * Gets the "MakePriExtensionPath" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getMakePriExtensionPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MAKEPRIEXTENSIONPATH$24);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "MakePriExtensionPath" attribute
         */
        public boolean isSetMakePriExtensionPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(MAKEPRIEXTENSIONPATH$24) != null;
            }
        }
        
        /**
         * Sets the "MakePriExtensionPath" attribute
         */
        public void setMakePriExtensionPath(org.apache.xmlbeans.XmlAnySimpleType makePriExtensionPath)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MAKEPRIEXTENSIONPATH$24);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MAKEPRIEXTENSIONPATH$24);
                }
                target.set(makePriExtensionPath);
            }
        }
        
        /**
         * Appends and returns a new empty "MakePriExtensionPath" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewMakePriExtensionPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MAKEPRIEXTENSIONPATH$24);
                return target;
            }
        }
        
        /**
         * Unsets the "MakePriExtensionPath" attribute
         */
        public void unsetMakePriExtensionPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(MAKEPRIEXTENSIONPATH$24);
            }
        }
        
        /**
         * Gets the "OSMinVersion" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getOSMinVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(OSMINVERSION$26);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "OSMinVersion" attribute
         */
        public boolean isSetOSMinVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(OSMINVERSION$26) != null;
            }
        }
        
        /**
         * Sets the "OSMinVersion" attribute
         */
        public void setOSMinVersion(org.apache.xmlbeans.XmlAnySimpleType osMinVersion)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(OSMINVERSION$26);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(OSMINVERSION$26);
                }
                target.set(osMinVersion);
            }
        }
        
        /**
         * Appends and returns a new empty "OSMinVersion" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewOSMinVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(OSMINVERSION$26);
                return target;
            }
        }
        
        /**
         * Unsets the "OSMinVersion" attribute
         */
        public void unsetOSMinVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(OSMINVERSION$26);
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy