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

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

Go to download

Generated XMLBeans Java classes for the XML schema of MSBuild project files

The newest version!
/*
 * XML Type:  CreatePriConfigXmlWithPackagingElementTaskType
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.CreatePriConfigXmlWithPackagingElementTaskType
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * An XML CreatePriConfigXmlWithPackagingElementTaskType(@http://schemas.microsoft.com/developer/msbuild/2003).
 *
 * This is a complex type.
 */
public class CreatePriConfigXmlWithPackagingElementTaskTypeImpl extends io.github.isotes.vs.model.impl.CreatePriConfigXmlTaskTypeImpl implements io.github.isotes.vs.model.CreatePriConfigXmlWithPackagingElementTaskType
{
    private static final long serialVersionUID = 1L;
    
    public CreatePriConfigXmlWithPackagingElementTaskTypeImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName APPXBUNDLEAUTORESOURCEPACKAGEQUALIFIERS$0 = 
        new javax.xml.namespace.QName("", "AppxBundleAutoResourcePackageQualifiers");
    
    
    /**
     * Gets the "AppxBundleAutoResourcePackageQualifiers" attribute
     */
    public org.apache.xmlbeans.XmlAnySimpleType getAppxBundleAutoResourcePackageQualifiers()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlAnySimpleType target = null;
            target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXBUNDLEAUTORESOURCEPACKAGEQUALIFIERS$0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "AppxBundleAutoResourcePackageQualifiers" attribute
     */
    public void setAppxBundleAutoResourcePackageQualifiers(org.apache.xmlbeans.XmlAnySimpleType appxBundleAutoResourcePackageQualifiers)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlAnySimpleType target = null;
            target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(APPXBUNDLEAUTORESOURCEPACKAGEQUALIFIERS$0);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXBUNDLEAUTORESOURCEPACKAGEQUALIFIERS$0);
            }
            target.set(appxBundleAutoResourcePackageQualifiers);
        }
    }
    
    /**
     * Appends and returns a new empty "AppxBundleAutoResourcePackageQualifiers" attribute
     */
    public org.apache.xmlbeans.XmlAnySimpleType addNewAppxBundleAutoResourcePackageQualifiers()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlAnySimpleType target = null;
            target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(APPXBUNDLEAUTORESOURCEPACKAGEQUALIFIERS$0);
            return target;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy