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

io.github.isotes.vs.model.impl.ExpandPayloadDirectoriesDocumentImpl 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: ExpandPayloadDirectories
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one ExpandPayloadDirectories(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class ExpandPayloadDirectoriesDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument
{
    private static final long serialVersionUID = 1L;
    
    public ExpandPayloadDirectoriesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName EXPANDPAYLOADDIRECTORIES$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "ExpandPayloadDirectories");
    
    
    /**
     * Gets the "ExpandPayloadDirectories" element
     */
    public io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories getExpandPayloadDirectories()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories target = null;
            target = (io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories)get_store().find_element_user(EXPANDPAYLOADDIRECTORIES$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "ExpandPayloadDirectories" element
     */
    public void setExpandPayloadDirectories(io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories expandPayloadDirectories)
    {
        generatedSetterHelperImpl(expandPayloadDirectories, EXPANDPAYLOADDIRECTORIES$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ExpandPayloadDirectories" element
     */
    public io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories addNewExpandPayloadDirectories()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories target = null;
            target = (io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories)get_store().add_element_user(EXPANDPAYLOADDIRECTORIES$0);
            return target;
        }
    }
    /**
     * An XML ExpandPayloadDirectories(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class ExpandPayloadDirectoriesImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.ExpandPayloadDirectoriesDocument.ExpandPayloadDirectories
    {
        private static final long serialVersionUID = 1L;
        
        public ExpandPayloadDirectoriesImpl(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 EXPANDED$2 = 
            new javax.xml.namespace.QName("", "Expanded");
        
        
        /**
         * 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 "Expanded" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getExpanded()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(EXPANDED$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "Expanded" attribute
         */
        public boolean isSetExpanded()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(EXPANDED$2) != null;
            }
        }
        
        /**
         * Sets the "Expanded" attribute
         */
        public void setExpanded(org.apache.xmlbeans.XmlAnySimpleType expanded)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(EXPANDED$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(EXPANDED$2);
                }
                target.set(expanded);
            }
        }
        
        /**
         * Appends and returns a new empty "Expanded" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewExpanded()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(EXPANDED$2);
                return target;
            }
        }
        
        /**
         * Unsets the "Expanded" attribute
         */
        public void unsetExpanded()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(EXPANDED$2);
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy