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

io.github.isotes.vs.model.impl.ResolveNativeReferenceDocumentImpl 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: ResolveNativeReference
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ResolveNativeReferenceDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one ResolveNativeReference(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class ResolveNativeReferenceDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.ResolveNativeReferenceDocument
{
    private static final long serialVersionUID = 1L;
    
    public ResolveNativeReferenceDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName RESOLVENATIVEREFERENCE$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "ResolveNativeReference");
    
    
    /**
     * Gets the "ResolveNativeReference" element
     */
    public io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference getResolveNativeReference()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference target = null;
            target = (io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference)get_store().find_element_user(RESOLVENATIVEREFERENCE$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "ResolveNativeReference" element
     */
    public void setResolveNativeReference(io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference resolveNativeReference)
    {
        generatedSetterHelperImpl(resolveNativeReference, RESOLVENATIVEREFERENCE$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ResolveNativeReference" element
     */
    public io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference addNewResolveNativeReference()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference target = null;
            target = (io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference)get_store().add_element_user(RESOLVENATIVEREFERENCE$0);
            return target;
        }
    }
    /**
     * An XML ResolveNativeReference(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class ResolveNativeReferenceImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.ResolveNativeReferenceDocument.ResolveNativeReference
    {
        private static final long serialVersionUID = 1L;
        
        public ResolveNativeReferenceImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName ADDITIONALSEARCHPATHS$0 = 
            new javax.xml.namespace.QName("", "AdditionalSearchPaths");
        private static final javax.xml.namespace.QName CONTAINEDCOMCOMPONENTS$2 = 
            new javax.xml.namespace.QName("", "ContainedComComponents");
        private static final javax.xml.namespace.QName CONTAINEDLOOSEETCFILES$4 = 
            new javax.xml.namespace.QName("", "ContainedLooseEtcFiles");
        private static final javax.xml.namespace.QName CONTAINEDLOOSETLBFILES$6 = 
            new javax.xml.namespace.QName("", "ContainedLooseTlbFiles");
        private static final javax.xml.namespace.QName CONTAINEDPREREQUISITEASSEMBLIES$8 = 
            new javax.xml.namespace.QName("", "ContainedPrerequisiteAssemblies");
        private static final javax.xml.namespace.QName CONTAINEDTYPELIBRARIES$10 = 
            new javax.xml.namespace.QName("", "ContainedTypeLibraries");
        private static final javax.xml.namespace.QName CONTAININGREFERENCEFILES$12 = 
            new javax.xml.namespace.QName("", "ContainingReferenceFiles");
        private static final javax.xml.namespace.QName NATIVEREFERENCES$14 = 
            new javax.xml.namespace.QName("", "NativeReferences");
        
        
        /**
         * Gets the "AdditionalSearchPaths" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAdditionalSearchPaths()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ADDITIONALSEARCHPATHS$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "AdditionalSearchPaths" attribute
         */
        public void setAdditionalSearchPaths(org.apache.xmlbeans.XmlAnySimpleType additionalSearchPaths)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ADDITIONALSEARCHPATHS$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ADDITIONALSEARCHPATHS$0);
                }
                target.set(additionalSearchPaths);
            }
        }
        
        /**
         * Appends and returns a new empty "AdditionalSearchPaths" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalSearchPaths()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ADDITIONALSEARCHPATHS$0);
                return target;
            }
        }
        
        /**
         * Gets the "ContainedComComponents" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getContainedComComponents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDCOMCOMPONENTS$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "ContainedComComponents" attribute
         */
        public boolean isSetContainedComComponents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CONTAINEDCOMCOMPONENTS$2) != null;
            }
        }
        
        /**
         * Sets the "ContainedComComponents" attribute
         */
        public void setContainedComComponents(org.apache.xmlbeans.XmlAnySimpleType containedComComponents)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDCOMCOMPONENTS$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDCOMCOMPONENTS$2);
                }
                target.set(containedComComponents);
            }
        }
        
        /**
         * Appends and returns a new empty "ContainedComComponents" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewContainedComComponents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDCOMCOMPONENTS$2);
                return target;
            }
        }
        
        /**
         * Unsets the "ContainedComComponents" attribute
         */
        public void unsetContainedComComponents()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CONTAINEDCOMCOMPONENTS$2);
            }
        }
        
        /**
         * Gets the "ContainedLooseEtcFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getContainedLooseEtcFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDLOOSEETCFILES$4);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "ContainedLooseEtcFiles" attribute
         */
        public boolean isSetContainedLooseEtcFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CONTAINEDLOOSEETCFILES$4) != null;
            }
        }
        
        /**
         * Sets the "ContainedLooseEtcFiles" attribute
         */
        public void setContainedLooseEtcFiles(org.apache.xmlbeans.XmlAnySimpleType containedLooseEtcFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDLOOSEETCFILES$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDLOOSEETCFILES$4);
                }
                target.set(containedLooseEtcFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "ContainedLooseEtcFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewContainedLooseEtcFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDLOOSEETCFILES$4);
                return target;
            }
        }
        
        /**
         * Unsets the "ContainedLooseEtcFiles" attribute
         */
        public void unsetContainedLooseEtcFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CONTAINEDLOOSEETCFILES$4);
            }
        }
        
        /**
         * Gets the "ContainedLooseTlbFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getContainedLooseTlbFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDLOOSETLBFILES$6);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "ContainedLooseTlbFiles" attribute
         */
        public boolean isSetContainedLooseTlbFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CONTAINEDLOOSETLBFILES$6) != null;
            }
        }
        
        /**
         * Sets the "ContainedLooseTlbFiles" attribute
         */
        public void setContainedLooseTlbFiles(org.apache.xmlbeans.XmlAnySimpleType containedLooseTlbFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDLOOSETLBFILES$6);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDLOOSETLBFILES$6);
                }
                target.set(containedLooseTlbFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "ContainedLooseTlbFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewContainedLooseTlbFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDLOOSETLBFILES$6);
                return target;
            }
        }
        
        /**
         * Unsets the "ContainedLooseTlbFiles" attribute
         */
        public void unsetContainedLooseTlbFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CONTAINEDLOOSETLBFILES$6);
            }
        }
        
        /**
         * Gets the "ContainedPrerequisiteAssemblies" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getContainedPrerequisiteAssemblies()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDPREREQUISITEASSEMBLIES$8);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "ContainedPrerequisiteAssemblies" attribute
         */
        public boolean isSetContainedPrerequisiteAssemblies()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CONTAINEDPREREQUISITEASSEMBLIES$8) != null;
            }
        }
        
        /**
         * Sets the "ContainedPrerequisiteAssemblies" attribute
         */
        public void setContainedPrerequisiteAssemblies(org.apache.xmlbeans.XmlAnySimpleType containedPrerequisiteAssemblies)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDPREREQUISITEASSEMBLIES$8);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDPREREQUISITEASSEMBLIES$8);
                }
                target.set(containedPrerequisiteAssemblies);
            }
        }
        
        /**
         * Appends and returns a new empty "ContainedPrerequisiteAssemblies" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewContainedPrerequisiteAssemblies()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDPREREQUISITEASSEMBLIES$8);
                return target;
            }
        }
        
        /**
         * Unsets the "ContainedPrerequisiteAssemblies" attribute
         */
        public void unsetContainedPrerequisiteAssemblies()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CONTAINEDPREREQUISITEASSEMBLIES$8);
            }
        }
        
        /**
         * Gets the "ContainedTypeLibraries" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getContainedTypeLibraries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDTYPELIBRARIES$10);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "ContainedTypeLibraries" attribute
         */
        public boolean isSetContainedTypeLibraries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CONTAINEDTYPELIBRARIES$10) != null;
            }
        }
        
        /**
         * Sets the "ContainedTypeLibraries" attribute
         */
        public void setContainedTypeLibraries(org.apache.xmlbeans.XmlAnySimpleType containedTypeLibraries)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAINEDTYPELIBRARIES$10);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDTYPELIBRARIES$10);
                }
                target.set(containedTypeLibraries);
            }
        }
        
        /**
         * Appends and returns a new empty "ContainedTypeLibraries" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewContainedTypeLibraries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAINEDTYPELIBRARIES$10);
                return target;
            }
        }
        
        /**
         * Unsets the "ContainedTypeLibraries" attribute
         */
        public void unsetContainedTypeLibraries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CONTAINEDTYPELIBRARIES$10);
            }
        }
        
        /**
         * Gets the "ContainingReferenceFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getContainingReferenceFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAININGREFERENCEFILES$12);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "ContainingReferenceFiles" attribute
         */
        public boolean isSetContainingReferenceFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(CONTAININGREFERENCEFILES$12) != null;
            }
        }
        
        /**
         * Sets the "ContainingReferenceFiles" attribute
         */
        public void setContainingReferenceFiles(org.apache.xmlbeans.XmlAnySimpleType containingReferenceFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CONTAININGREFERENCEFILES$12);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAININGREFERENCEFILES$12);
                }
                target.set(containingReferenceFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "ContainingReferenceFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewContainingReferenceFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CONTAININGREFERENCEFILES$12);
                return target;
            }
        }
        
        /**
         * Unsets the "ContainingReferenceFiles" attribute
         */
        public void unsetContainingReferenceFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(CONTAININGREFERENCEFILES$12);
            }
        }
        
        /**
         * Gets the "NativeReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getNativeReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(NATIVEREFERENCES$14);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "NativeReferences" attribute
         */
        public void setNativeReferences(org.apache.xmlbeans.XmlAnySimpleType nativeReferences)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(NATIVEREFERENCES$14);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(NATIVEREFERENCES$14);
                }
                target.set(nativeReferences);
            }
        }
        
        /**
         * Appends and returns a new empty "NativeReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewNativeReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(NATIVEREFERENCES$14);
                return target;
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy