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

io.github.isotes.vs.model.impl.RemoveDuplicatePriFilesDocumentImpl 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: RemoveDuplicatePriFiles
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one RemoveDuplicatePriFiles(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class RemoveDuplicatePriFilesDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument
{
    private static final long serialVersionUID = 1L;
    
    public RemoveDuplicatePriFilesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName REMOVEDUPLICATEPRIFILES$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "RemoveDuplicatePriFiles");
    
    
    /**
     * Gets the "RemoveDuplicatePriFiles" element
     */
    public io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles getRemoveDuplicatePriFiles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles target = null;
            target = (io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles)get_store().find_element_user(REMOVEDUPLICATEPRIFILES$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "RemoveDuplicatePriFiles" element
     */
    public void setRemoveDuplicatePriFiles(io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles removeDuplicatePriFiles)
    {
        generatedSetterHelperImpl(removeDuplicatePriFiles, REMOVEDUPLICATEPRIFILES$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "RemoveDuplicatePriFiles" element
     */
    public io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles addNewRemoveDuplicatePriFiles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles target = null;
            target = (io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles)get_store().add_element_user(REMOVEDUPLICATEPRIFILES$0);
            return target;
        }
    }
    /**
     * An XML RemoveDuplicatePriFiles(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class RemoveDuplicatePriFilesImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.RemoveDuplicatePriFilesDocument.RemoveDuplicatePriFiles
    {
        private static final long serialVersionUID = 1L;
        
        public RemoveDuplicatePriFilesImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName INPUTS$0 = 
            new javax.xml.namespace.QName("", "Inputs");
        private static final javax.xml.namespace.QName PLATFORM$2 = 
            new javax.xml.namespace.QName("", "Platform");
        private static final javax.xml.namespace.QName FILTERED$4 = 
            new javax.xml.namespace.QName("", "Filtered");
        
        
        /**
         * Gets the "Inputs" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getInputs()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INPUTS$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "Inputs" attribute
         */
        public void setInputs(org.apache.xmlbeans.XmlAnySimpleType inputs)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INPUTS$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INPUTS$0);
                }
                target.set(inputs);
            }
        }
        
        /**
         * Appends and returns a new empty "Inputs" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewInputs()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INPUTS$0);
                return target;
            }
        }
        
        /**
         * Gets the "Platform" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getPlatform()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PLATFORM$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "Platform" attribute
         */
        public void setPlatform(org.apache.xmlbeans.XmlAnySimpleType platform)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PLATFORM$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PLATFORM$2);
                }
                target.set(platform);
            }
        }
        
        /**
         * Appends and returns a new empty "Platform" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewPlatform()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PLATFORM$2);
                return target;
            }
        }
        
        /**
         * Gets the "Filtered" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getFiltered()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FILTERED$4);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "Filtered" attribute
         */
        public boolean isSetFiltered()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(FILTERED$4) != null;
            }
        }
        
        /**
         * Sets the "Filtered" attribute
         */
        public void setFiltered(org.apache.xmlbeans.XmlAnySimpleType filtered)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FILTERED$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FILTERED$4);
                }
                target.set(filtered);
            }
        }
        
        /**
         * Appends and returns a new empty "Filtered" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewFiltered()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FILTERED$4);
                return target;
            }
        }
        
        /**
         * Unsets the "Filtered" attribute
         */
        public void unsetFiltered()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(FILTERED$4);
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy