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

io.github.isotes.vs.model.impl.AssignProjectConfigurationDocumentImpl 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: AssignProjectConfiguration
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.AssignProjectConfigurationDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one AssignProjectConfiguration(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class AssignProjectConfigurationDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.AssignProjectConfigurationDocument
{
    private static final long serialVersionUID = 1L;
    
    public AssignProjectConfigurationDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName ASSIGNPROJECTCONFIGURATION$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "AssignProjectConfiguration");
    
    
    /**
     * Gets the "AssignProjectConfiguration" element
     */
    public io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration getAssignProjectConfiguration()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration target = null;
            target = (io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration)get_store().find_element_user(ASSIGNPROJECTCONFIGURATION$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "AssignProjectConfiguration" element
     */
    public void setAssignProjectConfiguration(io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration assignProjectConfiguration)
    {
        generatedSetterHelperImpl(assignProjectConfiguration, ASSIGNPROJECTCONFIGURATION$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "AssignProjectConfiguration" element
     */
    public io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration addNewAssignProjectConfiguration()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration target = null;
            target = (io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration)get_store().add_element_user(ASSIGNPROJECTCONFIGURATION$0);
            return target;
        }
    }
    /**
     * An XML AssignProjectConfiguration(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class AssignProjectConfigurationImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.AssignProjectConfigurationDocument.AssignProjectConfiguration
    {
        private static final long serialVersionUID = 1L;
        
        public AssignProjectConfigurationImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName ASSIGNEDPROJECTS$0 = 
            new javax.xml.namespace.QName("", "AssignedProjects");
        private static final javax.xml.namespace.QName CURRENTPROJECTCONFIGURATION$2 = 
            new javax.xml.namespace.QName("", "CurrentProjectConfiguration");
        private static final javax.xml.namespace.QName CURRENTPROJECTPLATFORM$4 = 
            new javax.xml.namespace.QName("", "CurrentProjectPlatform");
        private static final javax.xml.namespace.QName DEFAULTTOVCXPLATFORMMAPPING$6 = 
            new javax.xml.namespace.QName("", "DefaultToVcxPlatformMapping");
        private static final javax.xml.namespace.QName PROJECTREFERENCES$8 = 
            new javax.xml.namespace.QName("", "ProjectReferences");
        private static final javax.xml.namespace.QName RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10 = 
            new javax.xml.namespace.QName("", "ResolveConfigurationPlatformUsingMappings");
        private static final javax.xml.namespace.QName SOLUTIONCONFIGURATIONCONTENTS$12 = 
            new javax.xml.namespace.QName("", "SolutionConfigurationContents");
        private static final javax.xml.namespace.QName UNASSIGNEDPROJECTS$14 = 
            new javax.xml.namespace.QName("", "UnassignedProjects");
        private static final javax.xml.namespace.QName VCXTODEFAULTPLATFORMMAPPING$16 = 
            new javax.xml.namespace.QName("", "VcxToDefaultPlatformMapping");
        
        
        /**
         * Gets the "AssignedProjects" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAssignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ASSIGNEDPROJECTS$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "AssignedProjects" attribute
         */
        public boolean isSetAssignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(ASSIGNEDPROJECTS$0) != null;
            }
        }
        
        /**
         * Sets the "AssignedProjects" attribute
         */
        public void setAssignedProjects(org.apache.xmlbeans.XmlAnySimpleType assignedProjects)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ASSIGNEDPROJECTS$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ASSIGNEDPROJECTS$0);
                }
                target.set(assignedProjects);
            }
        }
        
        /**
         * Appends and returns a new empty "AssignedProjects" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAssignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ASSIGNEDPROJECTS$0);
                return target;
            }
        }
        
        /**
         * Unsets the "AssignedProjects" attribute
         */
        public void unsetAssignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(ASSIGNEDPROJECTS$0);
            }
        }
        
        /**
         * Gets the "CurrentProjectConfiguration" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getCurrentProjectConfiguration()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CURRENTPROJECTCONFIGURATION$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "CurrentProjectConfiguration" attribute
         */
        public boolean isSetCurrentProjectConfiguration()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CURRENTPROJECTCONFIGURATION$2) != null;
            }
        }
        
        /**
         * Sets the "CurrentProjectConfiguration" attribute
         */
        public void setCurrentProjectConfiguration(org.apache.xmlbeans.XmlAnySimpleType currentProjectConfiguration)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CURRENTPROJECTCONFIGURATION$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CURRENTPROJECTCONFIGURATION$2);
                }
                target.set(currentProjectConfiguration);
            }
        }
        
        /**
         * Appends and returns a new empty "CurrentProjectConfiguration" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewCurrentProjectConfiguration()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CURRENTPROJECTCONFIGURATION$2);
                return target;
            }
        }
        
        /**
         * Unsets the "CurrentProjectConfiguration" attribute
         */
        public void unsetCurrentProjectConfiguration()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CURRENTPROJECTCONFIGURATION$2);
            }
        }
        
        /**
         * Gets the "CurrentProjectPlatform" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getCurrentProjectPlatform()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CURRENTPROJECTPLATFORM$4);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "CurrentProjectPlatform" attribute
         */
        public boolean isSetCurrentProjectPlatform()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CURRENTPROJECTPLATFORM$4) != null;
            }
        }
        
        /**
         * Sets the "CurrentProjectPlatform" attribute
         */
        public void setCurrentProjectPlatform(org.apache.xmlbeans.XmlAnySimpleType currentProjectPlatform)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CURRENTPROJECTPLATFORM$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CURRENTPROJECTPLATFORM$4);
                }
                target.set(currentProjectPlatform);
            }
        }
        
        /**
         * Appends and returns a new empty "CurrentProjectPlatform" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewCurrentProjectPlatform()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CURRENTPROJECTPLATFORM$4);
                return target;
            }
        }
        
        /**
         * Unsets the "CurrentProjectPlatform" attribute
         */
        public void unsetCurrentProjectPlatform()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CURRENTPROJECTPLATFORM$4);
            }
        }
        
        /**
         * Gets the "DefaultToVcxPlatformMapping" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getDefaultToVcxPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DEFAULTTOVCXPLATFORMMAPPING$6);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "DefaultToVcxPlatformMapping" attribute
         */
        public boolean isSetDefaultToVcxPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(DEFAULTTOVCXPLATFORMMAPPING$6) != null;
            }
        }
        
        /**
         * Sets the "DefaultToVcxPlatformMapping" attribute
         */
        public void setDefaultToVcxPlatformMapping(org.apache.xmlbeans.XmlAnySimpleType defaultToVcxPlatformMapping)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DEFAULTTOVCXPLATFORMMAPPING$6);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DEFAULTTOVCXPLATFORMMAPPING$6);
                }
                target.set(defaultToVcxPlatformMapping);
            }
        }
        
        /**
         * Appends and returns a new empty "DefaultToVcxPlatformMapping" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewDefaultToVcxPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DEFAULTTOVCXPLATFORMMAPPING$6);
                return target;
            }
        }
        
        /**
         * Unsets the "DefaultToVcxPlatformMapping" attribute
         */
        public void unsetDefaultToVcxPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(DEFAULTTOVCXPLATFORMMAPPING$6);
            }
        }
        
        /**
         * Gets the "ProjectReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getProjectReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PROJECTREFERENCES$8);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "ProjectReferences" attribute
         */
        public void setProjectReferences(org.apache.xmlbeans.XmlAnySimpleType projectReferences)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PROJECTREFERENCES$8);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PROJECTREFERENCES$8);
                }
                target.set(projectReferences);
            }
        }
        
        /**
         * Appends and returns a new empty "ProjectReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewProjectReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PROJECTREFERENCES$8);
                return target;
            }
        }
        
        /**
         * Gets the "ResolveConfigurationPlatformUsingMappings" attribute
         */
        public java.lang.String getResolveConfigurationPlatformUsingMappings()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "ResolveConfigurationPlatformUsingMappings" attribute
         */
        public io.github.isotes.vs.model.Boolean xgetResolveConfigurationPlatformUsingMappings()
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10);
                return target;
            }
        }
        
        /**
         * True if has "ResolveConfigurationPlatformUsingMappings" attribute
         */
        public boolean isSetResolveConfigurationPlatformUsingMappings()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10) != null;
            }
        }
        
        /**
         * Sets the "ResolveConfigurationPlatformUsingMappings" attribute
         */
        public void setResolveConfigurationPlatformUsingMappings(java.lang.String resolveConfigurationPlatformUsingMappings)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10);
                }
                target.setStringValue(resolveConfigurationPlatformUsingMappings);
            }
        }
        
        /**
         * Sets (as xml) the "ResolveConfigurationPlatformUsingMappings" attribute
         */
        public void xsetResolveConfigurationPlatformUsingMappings(io.github.isotes.vs.model.Boolean resolveConfigurationPlatformUsingMappings)
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10);
                if (target == null)
                {
                    target = (io.github.isotes.vs.model.Boolean)get_store().add_attribute_user(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10);
                }
                target.set(resolveConfigurationPlatformUsingMappings);
            }
        }
        
        /**
         * Unsets the "ResolveConfigurationPlatformUsingMappings" attribute
         */
        public void unsetResolveConfigurationPlatformUsingMappings()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(RESOLVECONFIGURATIONPLATFORMUSINGMAPPINGS$10);
            }
        }
        
        /**
         * Gets the "SolutionConfigurationContents" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getSolutionConfigurationContents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOLUTIONCONFIGURATIONCONTENTS$12);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "SolutionConfigurationContents" attribute
         */
        public boolean isSetSolutionConfigurationContents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(SOLUTIONCONFIGURATIONCONTENTS$12) != null;
            }
        }
        
        /**
         * Sets the "SolutionConfigurationContents" attribute
         */
        public void setSolutionConfigurationContents(org.apache.xmlbeans.XmlAnySimpleType solutionConfigurationContents)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOLUTIONCONFIGURATIONCONTENTS$12);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOLUTIONCONFIGURATIONCONTENTS$12);
                }
                target.set(solutionConfigurationContents);
            }
        }
        
        /**
         * Appends and returns a new empty "SolutionConfigurationContents" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewSolutionConfigurationContents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOLUTIONCONFIGURATIONCONTENTS$12);
                return target;
            }
        }
        
        /**
         * Unsets the "SolutionConfigurationContents" attribute
         */
        public void unsetSolutionConfigurationContents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(SOLUTIONCONFIGURATIONCONTENTS$12);
            }
        }
        
        /**
         * Gets the "UnassignedProjects" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getUnassignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(UNASSIGNEDPROJECTS$14);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "UnassignedProjects" attribute
         */
        public boolean isSetUnassignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(UNASSIGNEDPROJECTS$14) != null;
            }
        }
        
        /**
         * Sets the "UnassignedProjects" attribute
         */
        public void setUnassignedProjects(org.apache.xmlbeans.XmlAnySimpleType unassignedProjects)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(UNASSIGNEDPROJECTS$14);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(UNASSIGNEDPROJECTS$14);
                }
                target.set(unassignedProjects);
            }
        }
        
        /**
         * Appends and returns a new empty "UnassignedProjects" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewUnassignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(UNASSIGNEDPROJECTS$14);
                return target;
            }
        }
        
        /**
         * Unsets the "UnassignedProjects" attribute
         */
        public void unsetUnassignedProjects()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(UNASSIGNEDPROJECTS$14);
            }
        }
        
        /**
         * Gets the "VcxToDefaultPlatformMapping" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getVcxToDefaultPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(VCXTODEFAULTPLATFORMMAPPING$16);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "VcxToDefaultPlatformMapping" attribute
         */
        public boolean isSetVcxToDefaultPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(VCXTODEFAULTPLATFORMMAPPING$16) != null;
            }
        }
        
        /**
         * Sets the "VcxToDefaultPlatformMapping" attribute
         */
        public void setVcxToDefaultPlatformMapping(org.apache.xmlbeans.XmlAnySimpleType vcxToDefaultPlatformMapping)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(VCXTODEFAULTPLATFORMMAPPING$16);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(VCXTODEFAULTPLATFORMMAPPING$16);
                }
                target.set(vcxToDefaultPlatformMapping);
            }
        }
        
        /**
         * Appends and returns a new empty "VcxToDefaultPlatformMapping" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewVcxToDefaultPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(VCXTODEFAULTPLATFORMMAPPING$16);
                return target;
            }
        }
        
        /**
         * Unsets the "VcxToDefaultPlatformMapping" attribute
         */
        public void unsetVcxToDefaultPlatformMapping()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(VCXTODEFAULTPLATFORMMAPPING$16);
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy