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

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

/*
 * An XML document type.
 * Localname: GetFrameworkSdkPackages
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one GetFrameworkSdkPackages(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class GetFrameworkSdkPackagesDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument
{
    private static final long serialVersionUID = 1L;
    
    public GetFrameworkSdkPackagesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName GETFRAMEWORKSDKPACKAGES$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "GetFrameworkSdkPackages");
    
    
    /**
     * Gets the "GetFrameworkSdkPackages" element
     */
    public io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages getGetFrameworkSdkPackages()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages target = null;
            target = (io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages)get_store().find_element_user(GETFRAMEWORKSDKPACKAGES$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "GetFrameworkSdkPackages" element
     */
    public void setGetFrameworkSdkPackages(io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages getFrameworkSdkPackages)
    {
        generatedSetterHelperImpl(getFrameworkSdkPackages, GETFRAMEWORKSDKPACKAGES$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "GetFrameworkSdkPackages" element
     */
    public io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages addNewGetFrameworkSdkPackages()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages target = null;
            target = (io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages)get_store().add_element_user(GETFRAMEWORKSDKPACKAGES$0);
            return target;
        }
    }
    /**
     * An XML GetFrameworkSdkPackages(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class GetFrameworkSdkPackagesImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.GetFrameworkSdkPackagesDocument.GetFrameworkSdkPackages
    {
        private static final long serialVersionUID = 1L;
        
        public GetFrameworkSdkPackagesImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName FRAMEWORKSDKREFERENCES$0 = 
            new javax.xml.namespace.QName("", "FrameworkSdkReferences");
        private static final javax.xml.namespace.QName FRAMEWORKSDKPACKAGES$2 = 
            new javax.xml.namespace.QName("", "FrameworkSdkPackages");
        
        
        /**
         * Gets the "FrameworkSdkReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getFrameworkSdkReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FRAMEWORKSDKREFERENCES$0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "FrameworkSdkReferences" attribute
         */
        public void setFrameworkSdkReferences(org.apache.xmlbeans.XmlAnySimpleType frameworkSdkReferences)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FRAMEWORKSDKREFERENCES$0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FRAMEWORKSDKREFERENCES$0);
                }
                target.set(frameworkSdkReferences);
            }
        }
        
        /**
         * Appends and returns a new empty "FrameworkSdkReferences" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewFrameworkSdkReferences()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FRAMEWORKSDKREFERENCES$0);
                return target;
            }
        }
        
        /**
         * Gets the "FrameworkSdkPackages" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType getFrameworkSdkPackages()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FRAMEWORKSDKPACKAGES$2);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * True if has "FrameworkSdkPackages" attribute
         */
        public boolean isSetFrameworkSdkPackages()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().find_attribute_user(FRAMEWORKSDKPACKAGES$2) != null;
            }
        }
        
        /**
         * Sets the "FrameworkSdkPackages" attribute
         */
        public void setFrameworkSdkPackages(org.apache.xmlbeans.XmlAnySimpleType frameworkSdkPackages)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FRAMEWORKSDKPACKAGES$2);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FRAMEWORKSDKPACKAGES$2);
                }
                target.set(frameworkSdkPackages);
            }
        }
        
        /**
         * Appends and returns a new empty "FrameworkSdkPackages" attribute
         */
        public org.apache.xmlbeans.XmlAnySimpleType addNewFrameworkSdkPackages()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlAnySimpleType target = null;
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FRAMEWORKSDKPACKAGES$2);
                return target;
            }
        }
        
        /**
         * Unsets the "FrameworkSdkPackages" attribute
         */
        public void unsetFrameworkSdkPackages()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_attribute(FRAMEWORKSDKPACKAGES$2);
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy