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

io.github.isotes.vs.model.impl.UpdateAppxManifestForBundleDocumentImpl Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: UpdateAppxManifestForBundle
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one UpdateAppxManifestForBundle(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class UpdateAppxManifestForBundleDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument
{
    private static final long serialVersionUID = 1L;
    
    public UpdateAppxManifestForBundleDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName UPDATEAPPXMANIFESTFORBUNDLE$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "UpdateAppxManifestForBundle");
    
    
    /**
     * Gets the "UpdateAppxManifestForBundle" element
     */
    public io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle getUpdateAppxManifestForBundle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle target = null;
            target = (io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle)get_store().find_element_user(UPDATEAPPXMANIFESTFORBUNDLE$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "UpdateAppxManifestForBundle" element
     */
    public void setUpdateAppxManifestForBundle(io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle updateAppxManifestForBundle)
    {
        generatedSetterHelperImpl(updateAppxManifestForBundle, UPDATEAPPXMANIFESTFORBUNDLE$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "UpdateAppxManifestForBundle" element
     */
    public io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle addNewUpdateAppxManifestForBundle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle target = null;
            target = (io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle)get_store().add_element_user(UPDATEAPPXMANIFESTFORBUNDLE$0);
            return target;
        }
    }
    /**
     * An XML UpdateAppxManifestForBundle(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class UpdateAppxManifestForBundleImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.UpdateAppxManifestForBundleDocument.UpdateAppxManifestForBundle
    {
        private static final long serialVersionUID = 1L;
        
        public UpdateAppxManifestForBundleImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName FINALAPPXMANIFEST$0 = 
            new javax.xml.namespace.QName("", "FinalAppxManifest");
        private static final javax.xml.namespace.QName APPXMANIFESTFORBUNDLE$2 = 
            new javax.xml.namespace.QName("", "AppxManifestForBundle");
        
        
        /**
         * Gets the "FinalAppxManifest" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getFinalAppxManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FINALAPPXMANIFEST$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "FinalAppxManifest" attribute
         */
        public void setFinalAppxManifest(org.apache.xmlbeans.XmlAnySimpleType finalAppxManifest)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FINALAPPXMANIFEST$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FINALAPPXMANIFEST$0);
                }
                target.set(finalAppxManifest);
            }
        }
        
        /**
         * Appends and returns a new empty "FinalAppxManifest" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewFinalAppxManifest()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FINALAPPXMANIFEST$0);
                return target;
            }
        }
        
        /**
         * Gets the "AppxManifestForBundle" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getAppxManifestForBundle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXMANIFESTFORBUNDLE$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "AppxManifestForBundle" attribute
         */
        public void setAppxManifestForBundle(org.apache.xmlbeans.XmlAnySimpleType appxManifestForBundle)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXMANIFESTFORBUNDLE$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXMANIFESTFORBUNDLE$2);
                }
                target.set(appxManifestForBundle);
            }
        }
        
        /**
         * Appends and returns a new empty "AppxManifestForBundle" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewAppxManifestForBundle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXMANIFESTFORBUNDLE$2);
                return target;
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy