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

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

/*
 * An XML document type.
 * Localname: CreatePriFilesForPortableLibraries
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one CreatePriFilesForPortableLibraries(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class CreatePriFilesForPortableLibrariesDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument
{
    private static final long serialVersionUID = 1L;
    
    public CreatePriFilesForPortableLibrariesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName CREATEPRIFILESFORPORTABLELIBRARIES$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "CreatePriFilesForPortableLibraries");
    
    
    /**
     * Gets the "CreatePriFilesForPortableLibraries" element
     */
    public io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries getCreatePriFilesForPortableLibraries()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries target = null;
            target = (io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries)get_store().find_element_user(CREATEPRIFILESFORPORTABLELIBRARIES$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "CreatePriFilesForPortableLibraries" element
     */
    public void setCreatePriFilesForPortableLibraries(io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries createPriFilesForPortableLibraries)
    {
        generatedSetterHelperImpl(createPriFilesForPortableLibraries, CREATEPRIFILESFORPORTABLELIBRARIES$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "CreatePriFilesForPortableLibraries" element
     */
    public io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries addNewCreatePriFilesForPortableLibraries()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries target = null;
            target = (io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries)get_store().add_element_user(CREATEPRIFILESFORPORTABLELIBRARIES$0);
            return target;
        }
    }
    /**
     * An XML CreatePriFilesForPortableLibraries(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class CreatePriFilesForPortableLibrariesImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.CreatePriFilesForPortableLibrariesDocument.CreatePriFilesForPortableLibraries
    {
        private static final long serialVersionUID = 1L;
        
        public CreatePriFilesForPortableLibrariesImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName CONTENTTOINDEX$0 = 
            new javax.xml.namespace.QName("", "ContentToIndex");
        private static final javax.xml.namespace.QName MAKEPRIEXEFULLPATH$2 = 
            new javax.xml.namespace.QName("", "MakePriExeFullPath");
        private static final javax.xml.namespace.QName MAKEPRIEXTENSIONPATH$4 = 
            new javax.xml.namespace.QName("", "MakePriExtensionPath");
        private static final javax.xml.namespace.QName INTERMEDIATEDIRECTORY$6 = 
            new javax.xml.namespace.QName("", "IntermediateDirectory");
        private static final javax.xml.namespace.QName DEFAULTRESOURCELANGUAGE$8 = 
            new javax.xml.namespace.QName("", "DefaultResourceLanguage");
        private static final javax.xml.namespace.QName DEFAULTRESOURCEQUALIFIERS$10 = 
            new javax.xml.namespace.QName("", "DefaultResourceQualifiers");
        private static final javax.xml.namespace.QName INTERMEDIATEFILEWRITES$12 = 
            new javax.xml.namespace.QName("", "IntermediateFileWrites");
        private static final javax.xml.namespace.QName CREATEDPRIFILES$14 = 
            new javax.xml.namespace.QName("", "CreatedPriFiles");
        private static final javax.xml.namespace.QName INTERMEDIATEEXTENSION$16 = 
            new javax.xml.namespace.QName("", "IntermediateExtension");
        private static final javax.xml.namespace.QName ADDITIONALMAKEPRIEXEPARAMETERS$18 = 
            new javax.xml.namespace.QName("", "AdditionalMakepriExeParameters");
        private static final javax.xml.namespace.QName TARGETPLATFORMIDENTIFIER$20 = 
            new javax.xml.namespace.QName("", "TargetPlatformIdentifier");
        private static final javax.xml.namespace.QName TARGETPLATFORMVERSION$22 = 
            new javax.xml.namespace.QName("", "TargetPlatformVersion");
        
        
        /**
         * Gets the "ContentToIndex" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getContentToIndex()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTENTTOINDEX$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "ContentToIndex" attribute
         */
        public void setContentToIndex(org.apache.xmlbeans.XmlAnySimpleType contentToIndex)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTENTTOINDEX$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTENTTOINDEX$0);
                }
                target.set(contentToIndex);
            }
        }
        
        /**
         * Appends and returns a new empty "ContentToIndex" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewContentToIndex()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTENTTOINDEX$0);
                return target;
            }
        }
        
        /**
         * Gets the "MakePriExeFullPath" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getMakePriExeFullPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MAKEPRIEXEFULLPATH$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "MakePriExeFullPath" attribute
         */
        public void setMakePriExeFullPath(org.apache.xmlbeans.XmlAnySimpleType makePriExeFullPath)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(MAKEPRIEXEFULLPATH$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MAKEPRIEXEFULLPATH$2);
                }
                target.set(makePriExeFullPath);
            }
        }
        
        /**
         * Appends and returns a new empty "MakePriExeFullPath" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewMakePriExeFullPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MAKEPRIEXEFULLPATH$2);
                return target;
            }
        }
        
        /**
         * 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$4);
                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$4) != 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$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(MAKEPRIEXTENSIONPATH$4);
                }
                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$4);
                return target;
            }
        }
        
        /**
         * Unsets the "MakePriExtensionPath" attribute
         */
        public void unsetMakePriExtensionPath()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(MAKEPRIEXTENSIONPATH$4);
            }
        }
        
        /**
         * Gets the "IntermediateDirectory" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getIntermediateDirectory()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INTERMEDIATEDIRECTORY$6);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "IntermediateDirectory" attribute
         */
        public void setIntermediateDirectory(org.apache.xmlbeans.XmlAnySimpleType intermediateDirectory)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INTERMEDIATEDIRECTORY$6);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INTERMEDIATEDIRECTORY$6);
                }
                target.set(intermediateDirectory);
            }
        }
        
        /**
         * Appends and returns a new empty "IntermediateDirectory" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewIntermediateDirectory()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INTERMEDIATEDIRECTORY$6);
                return target;
            }
        }
        
        /**
         * Gets the "DefaultResourceLanguage" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getDefaultResourceLanguage()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DEFAULTRESOURCELANGUAGE$8);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "DefaultResourceLanguage" attribute
         */
        public void setDefaultResourceLanguage(org.apache.xmlbeans.XmlAnySimpleType defaultResourceLanguage)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DEFAULTRESOURCELANGUAGE$8);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DEFAULTRESOURCELANGUAGE$8);
                }
                target.set(defaultResourceLanguage);
            }
        }
        
        /**
         * Appends and returns a new empty "DefaultResourceLanguage" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewDefaultResourceLanguage()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DEFAULTRESOURCELANGUAGE$8);
                return target;
            }
        }
        
        /**
         * Gets the "DefaultResourceQualifiers" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getDefaultResourceQualifiers()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DEFAULTRESOURCEQUALIFIERS$10);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "DefaultResourceQualifiers" attribute
         */
        public void setDefaultResourceQualifiers(org.apache.xmlbeans.XmlAnySimpleType defaultResourceQualifiers)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DEFAULTRESOURCEQUALIFIERS$10);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DEFAULTRESOURCEQUALIFIERS$10);
                }
                target.set(defaultResourceQualifiers);
            }
        }
        
        /**
         * Appends and returns a new empty "DefaultResourceQualifiers" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewDefaultResourceQualifiers()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DEFAULTRESOURCEQUALIFIERS$10);
                return target;
            }
        }
        
        /**
         * Gets the "IntermediateFileWrites" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getIntermediateFileWrites()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INTERMEDIATEFILEWRITES$12);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "IntermediateFileWrites" attribute
         */
        public boolean isSetIntermediateFileWrites()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(INTERMEDIATEFILEWRITES$12) != null;
            }
        }
        
        /**
         * Sets the "IntermediateFileWrites" attribute
         */
        public void setIntermediateFileWrites(org.apache.xmlbeans.XmlAnySimpleType intermediateFileWrites)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INTERMEDIATEFILEWRITES$12);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INTERMEDIATEFILEWRITES$12);
                }
                target.set(intermediateFileWrites);
            }
        }
        
        /**
         * Appends and returns a new empty "IntermediateFileWrites" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewIntermediateFileWrites()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INTERMEDIATEFILEWRITES$12);
                return target;
            }
        }
        
        /**
         * Unsets the "IntermediateFileWrites" attribute
         */
        public void unsetIntermediateFileWrites()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(INTERMEDIATEFILEWRITES$12);
            }
        }
        
        /**
         * Gets the "CreatedPriFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getCreatedPriFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CREATEDPRIFILES$14);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "CreatedPriFiles" attribute
         */
        public boolean isSetCreatedPriFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CREATEDPRIFILES$14) != null;
            }
        }
        
        /**
         * Sets the "CreatedPriFiles" attribute
         */
        public void setCreatedPriFiles(org.apache.xmlbeans.XmlAnySimpleType createdPriFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CREATEDPRIFILES$14);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CREATEDPRIFILES$14);
                }
                target.set(createdPriFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "CreatedPriFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewCreatedPriFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CREATEDPRIFILES$14);
                return target;
            }
        }
        
        /**
         * Unsets the "CreatedPriFiles" attribute
         */
        public void unsetCreatedPriFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CREATEDPRIFILES$14);
            }
        }
        
        /**
         * Gets the "IntermediateExtension" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getIntermediateExtension()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INTERMEDIATEEXTENSION$16);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "IntermediateExtension" attribute
         */
        public void setIntermediateExtension(org.apache.xmlbeans.XmlAnySimpleType intermediateExtension)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INTERMEDIATEEXTENSION$16);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INTERMEDIATEEXTENSION$16);
                }
                target.set(intermediateExtension);
            }
        }
        
        /**
         * Appends and returns a new empty "IntermediateExtension" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewIntermediateExtension()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INTERMEDIATEEXTENSION$16);
                return target;
            }
        }
        
        /**
         * Gets the "AdditionalMakepriExeParameters" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAdditionalMakepriExeParameters()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ADDITIONALMAKEPRIEXEPARAMETERS$18);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "AdditionalMakepriExeParameters" attribute
         */
        public boolean isSetAdditionalMakepriExeParameters()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(ADDITIONALMAKEPRIEXEPARAMETERS$18) != null;
            }
        }
        
        /**
         * Sets the "AdditionalMakepriExeParameters" attribute
         */
        public void setAdditionalMakepriExeParameters(org.apache.xmlbeans.XmlAnySimpleType additionalMakepriExeParameters)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ADDITIONALMAKEPRIEXEPARAMETERS$18);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ADDITIONALMAKEPRIEXEPARAMETERS$18);
                }
                target.set(additionalMakepriExeParameters);
            }
        }
        
        /**
         * Appends and returns a new empty "AdditionalMakepriExeParameters" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalMakepriExeParameters()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ADDITIONALMAKEPRIEXEPARAMETERS$18);
                return target;
            }
        }
        
        /**
         * Unsets the "AdditionalMakepriExeParameters" attribute
         */
        public void unsetAdditionalMakepriExeParameters()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(ADDITIONALMAKEPRIEXEPARAMETERS$18);
            }
        }
        
        /**
         * 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$20);
                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$20);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMIDENTIFIER$20);
                }
                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$20);
                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$22);
                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$22);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TARGETPLATFORMVERSION$22);
                }
                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$22);
                return target;
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy