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

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

Go to download

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

The newest version!
/*
 * XML Type:  importance
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.Importance
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model.impl;
/**
 * An XML importance(@http://schemas.microsoft.com/developer/msbuild/2003).
 *
 * This is a union type. Instances are of one of the following types:
 *     io.github.isotes.vs.model.NonEmptyString
 *     io.github.isotes.vs.model.Importance$Member
 */
public class ImportanceImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements io.github.isotes.vs.model.Importance, io.github.isotes.vs.model.NonEmptyString, io.github.isotes.vs.model.Importance.Member
{
    private static final long serialVersionUID = 1L;
    
    public ImportanceImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected ImportanceImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
    /**
     * An anonymous inner XML type.
     *
     * This is an atomic type that is a restriction of io.github.isotes.vs.model.Importance$Member.
     */
    public static class MemberImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements io.github.isotes.vs.model.Importance.Member
    {
        private static final long serialVersionUID = 1L;
        
        public MemberImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType, false);
        }
        
        protected MemberImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
        {
            super(sType, b);
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy