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

io.github.isotes.vs.model.impl.MoveDocumentImpl 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: Move
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.MoveDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one Move(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class MoveDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.MoveDocument
{
    private static final long serialVersionUID = 1L;
    
    public MoveDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName MOVE$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "Move");
    
    
    /**
     * Gets the "Move" element
     */
    public io.github.isotes.vs.model.MoveDocument.Move getMove()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.MoveDocument.Move target = null;
            target = (io.github.isotes.vs.model.MoveDocument.Move)get_store().find_element_user(MOVE$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "Move" element
     */
    public void setMove(io.github.isotes.vs.model.MoveDocument.Move move)
    {
        generatedSetterHelperImpl(move, MOVE$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Move" element
     */
    public io.github.isotes.vs.model.MoveDocument.Move addNewMove()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.MoveDocument.Move target = null;
            target = (io.github.isotes.vs.model.MoveDocument.Move)get_store().add_element_user(MOVE$0);
            return target;
        }
    }
    /**
     * An XML Move(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class MoveImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.MoveDocument.Move
    {
        private static final long serialVersionUID = 1L;
        
        public MoveImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName DESTINATIONFILES$0 = 
            new javax.xml.namespace.QName("", "DestinationFiles");
        private static final javax.xml.namespace.QName DESTINATIONFOLDER$2 = 
            new javax.xml.namespace.QName("", "DestinationFolder");
        private static final javax.xml.namespace.QName OVERWRITEREADONLYFILES$4 = 
            new javax.xml.namespace.QName("", "OverwriteReadOnlyFiles");
        private static final javax.xml.namespace.QName SOURCEFILES$6 = 
            new javax.xml.namespace.QName("", "SourceFiles");
        
        
        /**
         * Gets the "DestinationFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getDestinationFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DESTINATIONFILES$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "DestinationFiles" attribute
         */
        public boolean isSetDestinationFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(DESTINATIONFILES$0) != null;
            }
        }
        
        /**
         * Sets the "DestinationFiles" attribute
         */
        public void setDestinationFiles(org.apache.xmlbeans.XmlAnySimpleType destinationFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DESTINATIONFILES$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DESTINATIONFILES$0);
                }
                target.set(destinationFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "DestinationFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewDestinationFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DESTINATIONFILES$0);
                return target;
            }
        }
        
        /**
         * Unsets the "DestinationFiles" attribute
         */
        public void unsetDestinationFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(DESTINATIONFILES$0);
            }
        }
        
        /**
         * Gets the "DestinationFolder" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getDestinationFolder()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DESTINATIONFOLDER$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "DestinationFolder" attribute
         */
        public boolean isSetDestinationFolder()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(DESTINATIONFOLDER$2) != null;
            }
        }
        
        /**
         * Sets the "DestinationFolder" attribute
         */
        public void setDestinationFolder(org.apache.xmlbeans.XmlAnySimpleType destinationFolder)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DESTINATIONFOLDER$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DESTINATIONFOLDER$2);
                }
                target.set(destinationFolder);
            }
        }
        
        /**
         * Appends and returns a new empty "DestinationFolder" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewDestinationFolder()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DESTINATIONFOLDER$2);
                return target;
            }
        }
        
        /**
         * Unsets the "DestinationFolder" attribute
         */
        public void unsetDestinationFolder()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(DESTINATIONFOLDER$2);
            }
        }
        
        /**
         * Gets the "OverwriteReadOnlyFiles" attribute
         */
        public java.lang.String getOverwriteReadOnlyFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OVERWRITEREADONLYFILES$4);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "OverwriteReadOnlyFiles" attribute
         */
        public io.github.isotes.vs.model.Boolean xgetOverwriteReadOnlyFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(OVERWRITEREADONLYFILES$4);
                return target;
            }
        }
        
        /**
         * True if has "OverwriteReadOnlyFiles" attribute
         */
        public boolean isSetOverwriteReadOnlyFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(OVERWRITEREADONLYFILES$4) != null;
            }
        }
        
        /**
         * Sets the "OverwriteReadOnlyFiles" attribute
         */
        public void setOverwriteReadOnlyFiles(java.lang.String overwriteReadOnlyFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OVERWRITEREADONLYFILES$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(OVERWRITEREADONLYFILES$4);
                }
                target.setStringValue(overwriteReadOnlyFiles);
            }
        }
        
        /**
         * Sets (as xml) the "OverwriteReadOnlyFiles" attribute
         */
        public void xsetOverwriteReadOnlyFiles(io.github.isotes.vs.model.Boolean overwriteReadOnlyFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                io.github.isotes.vs.model.Boolean target = null;
                target = (io.github.isotes.vs.model.Boolean)get_store().find_attribute_user(OVERWRITEREADONLYFILES$4);
                if (target == null)
                {
                    target = (io.github.isotes.vs.model.Boolean)get_store().add_attribute_user(OVERWRITEREADONLYFILES$4);
                }
                target.set(overwriteReadOnlyFiles);
            }
        }
        
        /**
         * Unsets the "OverwriteReadOnlyFiles" attribute
         */
        public void unsetOverwriteReadOnlyFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(OVERWRITEREADONLYFILES$4);
            }
        }
        
        /**
         * Gets the "SourceFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getSourceFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOURCEFILES$6);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "SourceFiles" attribute
         */
        public void setSourceFiles(org.apache.xmlbeans.XmlAnySimpleType sourceFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOURCEFILES$6);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOURCEFILES$6);
                }
                target.set(sourceFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "SourceFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewSourceFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOURCEFILES$6);
                return target;
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy