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

io.github.isotes.vs.model.impl.DownloadFileDocumentImpl 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: DownloadFile
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.DownloadFileDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one DownloadFile(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class DownloadFileDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.DownloadFileDocument
{
    private static final long serialVersionUID = 1L;
    
    public DownloadFileDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName DOWNLOADFILE$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "DownloadFile");
    
    
    /**
     * Gets the "DownloadFile" element
     */
    public io.github.isotes.vs.model.DownloadFileDocument.DownloadFile getDownloadFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.DownloadFileDocument.DownloadFile target = null;
            target = (io.github.isotes.vs.model.DownloadFileDocument.DownloadFile)get_store().find_element_user(DOWNLOADFILE$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "DownloadFile" element
     */
    public void setDownloadFile(io.github.isotes.vs.model.DownloadFileDocument.DownloadFile downloadFile)
    {
        generatedSetterHelperImpl(downloadFile, DOWNLOADFILE$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "DownloadFile" element
     */
    public io.github.isotes.vs.model.DownloadFileDocument.DownloadFile addNewDownloadFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.DownloadFileDocument.DownloadFile target = null;
            target = (io.github.isotes.vs.model.DownloadFileDocument.DownloadFile)get_store().add_element_user(DOWNLOADFILE$0);
            return target;
        }
    }
    /**
     * An XML DownloadFile(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class DownloadFileImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.DownloadFileDocument.DownloadFile
    {
        private static final long serialVersionUID = 1L;
        
        public DownloadFileImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName DESTINATIONFILENAME$0 = 
            new javax.xml.namespace.QName("", "DestinationFileName");
        private static final javax.xml.namespace.QName DESTINATIONFOLDER$2 = 
            new javax.xml.namespace.QName("", "DestinationFolder");
        private static final javax.xml.namespace.QName DOWNLOADEDFILE$4 = 
            new javax.xml.namespace.QName("", "DownloadedFile");
        private static final javax.xml.namespace.QName RETRIES$6 = 
            new javax.xml.namespace.QName("", "Retries");
        private static final javax.xml.namespace.QName RETRYDELAYMILLISECONDS$8 = 
            new javax.xml.namespace.QName("", "RetryDelayMilliseconds");
        private static final javax.xml.namespace.QName SKIPUNCHANGEDFILES$10 = 
            new javax.xml.namespace.QName("", "SkipUnchangedFiles");
        private static final javax.xml.namespace.QName SOURCEURL$12 = 
            new javax.xml.namespace.QName("", "SourceUrl");
        
        
        /**
         * Gets the "DestinationFileName" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getDestinationFileName()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DESTINATIONFILENAME$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "DestinationFileName" attribute
         */
        public boolean isSetDestinationFileName()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(DESTINATIONFILENAME$0) != null;
            }
        }
        
        /**
         * Sets the "DestinationFileName" attribute
         */
        public void setDestinationFileName(org.apache.xmlbeans.XmlAnySimpleType destinationFileName)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DESTINATIONFILENAME$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DESTINATIONFILENAME$0);
                }
                target.set(destinationFileName);
            }
        }
        
        /**
         * Appends and returns a new empty "DestinationFileName" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewDestinationFileName()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DESTINATIONFILENAME$0);
                return target;
            }
        }
        
        /**
         * Unsets the "DestinationFileName" attribute
         */
        public void unsetDestinationFileName()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(DESTINATIONFILENAME$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;
            }
        }
        
        /**
         * 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;
            }
        }
        
        /**
         * Gets the "DownloadedFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getDownloadedFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DOWNLOADEDFILE$4);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "DownloadedFile" attribute
         */
        public boolean isSetDownloadedFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(DOWNLOADEDFILE$4) != null;
            }
        }
        
        /**
         * Sets the "DownloadedFile" attribute
         */
        public void setDownloadedFile(org.apache.xmlbeans.XmlAnySimpleType downloadedFile)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(DOWNLOADEDFILE$4);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DOWNLOADEDFILE$4);
                }
                target.set(downloadedFile);
            }
        }
        
        /**
         * Appends and returns a new empty "DownloadedFile" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewDownloadedFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(DOWNLOADEDFILE$4);
                return target;
            }
        }
        
        /**
         * Unsets the "DownloadedFile" attribute
         */
        public void unsetDownloadedFile()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(DOWNLOADEDFILE$4);
            }
        }
        
        /**
         * Gets the "Retries" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getRetries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RETRIES$6);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "Retries" attribute
         */
        public boolean isSetRetries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(RETRIES$6) != null;
            }
        }
        
        /**
         * Sets the "Retries" attribute
         */
        public void setRetries(org.apache.xmlbeans.XmlAnySimpleType retries)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RETRIES$6);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RETRIES$6);
                }
                target.set(retries);
            }
        }
        
        /**
         * Appends and returns a new empty "Retries" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewRetries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RETRIES$6);
                return target;
            }
        }
        
        /**
         * Unsets the "Retries" attribute
         */
        public void unsetRetries()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(RETRIES$6);
            }
        }
        
        /**
         * Gets the "RetryDelayMilliseconds" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getRetryDelayMilliseconds()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RETRYDELAYMILLISECONDS$8);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "RetryDelayMilliseconds" attribute
         */
        public boolean isSetRetryDelayMilliseconds()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(RETRYDELAYMILLISECONDS$8) != null;
            }
        }
        
        /**
         * Sets the "RetryDelayMilliseconds" attribute
         */
        public void setRetryDelayMilliseconds(org.apache.xmlbeans.XmlAnySimpleType retryDelayMilliseconds)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(RETRYDELAYMILLISECONDS$8);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RETRYDELAYMILLISECONDS$8);
                }
                target.set(retryDelayMilliseconds);
            }
        }
        
        /**
         * Appends and returns a new empty "RetryDelayMilliseconds" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewRetryDelayMilliseconds()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(RETRYDELAYMILLISECONDS$8);
                return target;
            }
        }
        
        /**
         * Unsets the "RetryDelayMilliseconds" attribute
         */
        public void unsetRetryDelayMilliseconds()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(RETRYDELAYMILLISECONDS$8);
            }
        }
        
        /**
         * Gets the "SkipUnchangedFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getSkipUnchangedFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SKIPUNCHANGEDFILES$10);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "SkipUnchangedFiles" attribute
         */
        public boolean isSetSkipUnchangedFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(SKIPUNCHANGEDFILES$10) != null;
            }
        }
        
        /**
         * Sets the "SkipUnchangedFiles" attribute
         */
        public void setSkipUnchangedFiles(org.apache.xmlbeans.XmlAnySimpleType skipUnchangedFiles)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SKIPUNCHANGEDFILES$10);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SKIPUNCHANGEDFILES$10);
                }
                target.set(skipUnchangedFiles);
            }
        }
        
        /**
         * Appends and returns a new empty "SkipUnchangedFiles" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewSkipUnchangedFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SKIPUNCHANGEDFILES$10);
                return target;
            }
        }
        
        /**
         * Unsets the "SkipUnchangedFiles" attribute
         */
        public void unsetSkipUnchangedFiles()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(SKIPUNCHANGEDFILES$10);
            }
        }
        
        /**
         * Gets the "SourceUrl" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getSourceUrl()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOURCEURL$12);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "SourceUrl" attribute
         */
        public void setSourceUrl(org.apache.xmlbeans.XmlAnySimpleType sourceUrl)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(SOURCEURL$12);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOURCEURL$12);
                }
                target.set(sourceUrl);
            }
        }
        
        /**
         * Appends and returns a new empty "SourceUrl" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewSourceUrl()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SOURCEURL$12);
                return target;
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy