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

io.github.isotes.vs.model.impl.PlatformVersionDescriptionDocumentImpl 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: PlatformVersionDescription
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.PlatformVersionDescriptionDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * A document containing one PlatformVersionDescription(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public class PlatformVersionDescriptionDocumentImpl extends io.github.isotes.vs.model.impl.ItemDocumentImpl implements io.github.isotes.vs.model.PlatformVersionDescriptionDocument
{
    private static final long serialVersionUID = 1L;
    
    public PlatformVersionDescriptionDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName PLATFORMVERSIONDESCRIPTION$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "PlatformVersionDescription");
    
    
    /**
     * Gets the "PlatformVersionDescription" element
     */
    public io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription getPlatformVersionDescription()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription target = null;
            target = (io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription)get_store().find_element_user(PLATFORMVERSIONDESCRIPTION$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "PlatformVersionDescription" element
     */
    public void setPlatformVersionDescription(io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription platformVersionDescription)
    {
        generatedSetterHelperImpl(platformVersionDescription, PLATFORMVERSIONDESCRIPTION$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "PlatformVersionDescription" element
     */
    public io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription addNewPlatformVersionDescription()
    {
        synchronized (monitor())
        {
            check_orphaned();
            io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription target = null;
            target = (io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription)get_store().add_element_user(PLATFORMVERSIONDESCRIPTION$0);
            return target;
        }
    }
    /**
     * An XML PlatformVersionDescription(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public static class PlatformVersionDescriptionImpl extends io.github.isotes.vs.model.impl.SimpleItemTypeImpl implements io.github.isotes.vs.model.PlatformVersionDescriptionDocument.PlatformVersionDescription
    {
        private static final long serialVersionUID = 1L;
        
        public PlatformVersionDescriptionImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName TARGETPLATFORMIDENTIFIER$0 = 
            new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "TargetPlatformIdentifier");
        private static final javax.xml.namespace.QName TARGETPLATFORMVERSION$2 = 
            new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "TargetPlatformVersion");
        private static final javax.xml.namespace.QName OSVERSION$4 = 
            new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "OSVersion");
        
        
        /**
         * Gets the "TargetPlatformIdentifier" element
         */
        public org.apache.xmlbeans.XmlObject getTargetPlatformIdentifier()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlObject target = null;
                target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(TARGETPLATFORMIDENTIFIER$0, 0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "TargetPlatformIdentifier" element
         */
        public void setTargetPlatformIdentifier(org.apache.xmlbeans.XmlObject targetPlatformIdentifier)
        {
            generatedSetterHelperImpl(targetPlatformIdentifier, TARGETPLATFORMIDENTIFIER$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
        }
        
        /**
         * Appends and returns a new empty "TargetPlatformIdentifier" element
         */
        public org.apache.xmlbeans.XmlObject addNewTargetPlatformIdentifier()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlObject target = null;
                target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(TARGETPLATFORMIDENTIFIER$0);
                return target;
            }
        }
        
        /**
         * Gets the "TargetPlatformVersion" element
         */
        public org.apache.xmlbeans.XmlObject getTargetPlatformVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlObject target = null;
                target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(TARGETPLATFORMVERSION$2, 0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "TargetPlatformVersion" element
         */
        public void setTargetPlatformVersion(org.apache.xmlbeans.XmlObject targetPlatformVersion)
        {
            generatedSetterHelperImpl(targetPlatformVersion, TARGETPLATFORMVERSION$2, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
        }
        
        /**
         * Appends and returns a new empty "TargetPlatformVersion" element
         */
        public org.apache.xmlbeans.XmlObject addNewTargetPlatformVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlObject target = null;
                target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(TARGETPLATFORMVERSION$2);
                return target;
            }
        }
        
        /**
         * Gets the "OSVersion" element
         */
        public org.apache.xmlbeans.XmlObject getOSVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlObject target = null;
                target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(OSVERSION$4, 0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "OSVersion" element
         */
        public void setOSVersion(org.apache.xmlbeans.XmlObject osVersion)
        {
            generatedSetterHelperImpl(osVersion, OSVERSION$4, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
        }
        
        /**
         * Appends and returns a new empty "OSVersion" element
         */
        public org.apache.xmlbeans.XmlObject addNewOSVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlObject target = null;
                target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(OSVERSION$4);
                return target;
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy