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

io.github.isotes.vs.model.CodeAnalysisDocument 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: CodeAnalysis
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.CodeAnalysisDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one CodeAnalysis(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface CodeAnalysisDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CodeAnalysisDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("codeanalysis13abdoctype");
    
    /**
     * Gets the "CodeAnalysis" element
     */
    io.github.isotes.vs.model.CodeAnalysisDocument.CodeAnalysis getCodeAnalysis();
    
    /**
     * Sets the "CodeAnalysis" element
     */
    void setCodeAnalysis(io.github.isotes.vs.model.CodeAnalysisDocument.CodeAnalysis codeAnalysis);
    
    /**
     * Appends and returns a new empty "CodeAnalysis" element
     */
    io.github.isotes.vs.model.CodeAnalysisDocument.CodeAnalysis addNewCodeAnalysis();
    
    /**
     * An XML CodeAnalysis(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface CodeAnalysis extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CodeAnalysis.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("codeanalysis7ce6elemtype");
        
        /**
         * Gets the "AlternativeToolName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAlternativeToolName();
        
        /**
         * True if has "AlternativeToolName" attribute
         */
        boolean isSetAlternativeToolName();
        
        /**
         * Sets the "AlternativeToolName" attribute
         */
        void setAlternativeToolName(org.apache.xmlbeans.XmlAnySimpleType alternativeToolName);
        
        /**
         * Appends and returns a new empty "AlternativeToolName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAlternativeToolName();
        
        /**
         * Unsets the "AlternativeToolName" attribute
         */
        void unsetAlternativeToolName();
        
        /**
         * Gets the "AnalysisTimeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAnalysisTimeout();
        
        /**
         * True if has "AnalysisTimeout" attribute
         */
        boolean isSetAnalysisTimeout();
        
        /**
         * Sets the "AnalysisTimeout" attribute
         */
        void setAnalysisTimeout(org.apache.xmlbeans.XmlAnySimpleType analysisTimeout);
        
        /**
         * Appends and returns a new empty "AnalysisTimeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAnalysisTimeout();
        
        /**
         * Unsets the "AnalysisTimeout" attribute
         */
        void unsetAnalysisTimeout();
        
        /**
         * Gets the "ApplyLogFileXsl" attribute
         */
        java.lang.String getApplyLogFileXsl();
        
        /**
         * Gets (as xml) the "ApplyLogFileXsl" attribute
         */
        io.github.isotes.vs.model.Boolean xgetApplyLogFileXsl();
        
        /**
         * True if has "ApplyLogFileXsl" attribute
         */
        boolean isSetApplyLogFileXsl();
        
        /**
         * Sets the "ApplyLogFileXsl" attribute
         */
        void setApplyLogFileXsl(java.lang.String applyLogFileXsl);
        
        /**
         * Sets (as xml) the "ApplyLogFileXsl" attribute
         */
        void xsetApplyLogFileXsl(io.github.isotes.vs.model.Boolean applyLogFileXsl);
        
        /**
         * Unsets the "ApplyLogFileXsl" attribute
         */
        void unsetApplyLogFileXsl();
        
        /**
         * Gets the "Assemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAssemblies();
        
        /**
         * True if has "Assemblies" attribute
         */
        boolean isSetAssemblies();
        
        /**
         * Sets the "Assemblies" attribute
         */
        void setAssemblies(org.apache.xmlbeans.XmlAnySimpleType assemblies);
        
        /**
         * Appends and returns a new empty "Assemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAssemblies();
        
        /**
         * Unsets the "Assemblies" attribute
         */
        void unsetAssemblies();
        
        /**
         * Gets the "ConsoleXsl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getConsoleXsl();
        
        /**
         * True if has "ConsoleXsl" attribute
         */
        boolean isSetConsoleXsl();
        
        /**
         * Sets the "ConsoleXsl" attribute
         */
        void setConsoleXsl(org.apache.xmlbeans.XmlAnySimpleType consoleXsl);
        
        /**
         * Appends and returns a new empty "ConsoleXsl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewConsoleXsl();
        
        /**
         * Unsets the "ConsoleXsl" attribute
         */
        void unsetConsoleXsl();
        
        /**
         * Gets the "Culture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCulture();
        
        /**
         * True if has "Culture" attribute
         */
        boolean isSetCulture();
        
        /**
         * Sets the "Culture" attribute
         */
        void setCulture(org.apache.xmlbeans.XmlAnySimpleType culture);
        
        /**
         * Appends and returns a new empty "Culture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCulture();
        
        /**
         * Unsets the "Culture" attribute
         */
        void unsetCulture();
        
        /**
         * Gets the "DependentAssemblyPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getDependentAssemblyPaths();
        
        /**
         * True if has "DependentAssemblyPaths" attribute
         */
        boolean isSetDependentAssemblyPaths();
        
        /**
         * Sets the "DependentAssemblyPaths" attribute
         */
        void setDependentAssemblyPaths(org.apache.xmlbeans.XmlAnySimpleType dependentAssemblyPaths);
        
        /**
         * Appends and returns a new empty "DependentAssemblyPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewDependentAssemblyPaths();
        
        /**
         * Unsets the "DependentAssemblyPaths" attribute
         */
        void unsetDependentAssemblyPaths();
        
        /**
         * Gets the "Dictionaries" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getDictionaries();
        
        /**
         * True if has "Dictionaries" attribute
         */
        boolean isSetDictionaries();
        
        /**
         * Sets the "Dictionaries" attribute
         */
        void setDictionaries(org.apache.xmlbeans.XmlAnySimpleType dictionaries);
        
        /**
         * Appends and returns a new empty "Dictionaries" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewDictionaries();
        
        /**
         * Unsets the "Dictionaries" attribute
         */
        void unsetDictionaries();
        
        /**
         * Gets the "FilesWritten" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFilesWritten();
        
        /**
         * True if has "FilesWritten" attribute
         */
        boolean isSetFilesWritten();
        
        /**
         * Sets the "FilesWritten" attribute
         */
        void setFilesWritten(org.apache.xmlbeans.XmlAnySimpleType filesWritten);
        
        /**
         * Appends and returns a new empty "FilesWritten" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFilesWritten();
        
        /**
         * Unsets the "FilesWritten" attribute
         */
        void unsetFilesWritten();
        
        /**
         * Gets the "ForceOutput" attribute
         */
        java.lang.String getForceOutput();
        
        /**
         * Gets (as xml) the "ForceOutput" attribute
         */
        io.github.isotes.vs.model.Boolean xgetForceOutput();
        
        /**
         * True if has "ForceOutput" attribute
         */
        boolean isSetForceOutput();
        
        /**
         * Sets the "ForceOutput" attribute
         */
        void setForceOutput(java.lang.String forceOutput);
        
        /**
         * Sets (as xml) the "ForceOutput" attribute
         */
        void xsetForceOutput(io.github.isotes.vs.model.Boolean forceOutput);
        
        /**
         * Unsets the "ForceOutput" attribute
         */
        void unsetForceOutput();
        
        /**
         * Gets the "GenerateSuccessFile" attribute
         */
        java.lang.String getGenerateSuccessFile();
        
        /**
         * Gets (as xml) the "GenerateSuccessFile" attribute
         */
        io.github.isotes.vs.model.Boolean xgetGenerateSuccessFile();
        
        /**
         * True if has "GenerateSuccessFile" attribute
         */
        boolean isSetGenerateSuccessFile();
        
        /**
         * Sets the "GenerateSuccessFile" attribute
         */
        void setGenerateSuccessFile(java.lang.String generateSuccessFile);
        
        /**
         * Sets (as xml) the "GenerateSuccessFile" attribute
         */
        void xsetGenerateSuccessFile(io.github.isotes.vs.model.Boolean generateSuccessFile);
        
        /**
         * Unsets the "GenerateSuccessFile" attribute
         */
        void unsetGenerateSuccessFile();
        
        /**
         * Gets the "IgnoreInvalidTargets" attribute
         */
        java.lang.String getIgnoreInvalidTargets();
        
        /**
         * Gets (as xml) the "IgnoreInvalidTargets" attribute
         */
        io.github.isotes.vs.model.Boolean xgetIgnoreInvalidTargets();
        
        /**
         * True if has "IgnoreInvalidTargets" attribute
         */
        boolean isSetIgnoreInvalidTargets();
        
        /**
         * Sets the "IgnoreInvalidTargets" attribute
         */
        void setIgnoreInvalidTargets(java.lang.String ignoreInvalidTargets);
        
        /**
         * Sets (as xml) the "IgnoreInvalidTargets" attribute
         */
        void xsetIgnoreInvalidTargets(io.github.isotes.vs.model.Boolean ignoreInvalidTargets);
        
        /**
         * Unsets the "IgnoreInvalidTargets" attribute
         */
        void unsetIgnoreInvalidTargets();
        
        /**
         * Gets the "IgnoreGeneratedCode" attribute
         */
        java.lang.String getIgnoreGeneratedCode();
        
        /**
         * Gets (as xml) the "IgnoreGeneratedCode" attribute
         */
        io.github.isotes.vs.model.Boolean xgetIgnoreGeneratedCode();
        
        /**
         * True if has "IgnoreGeneratedCode" attribute
         */
        boolean isSetIgnoreGeneratedCode();
        
        /**
         * Sets the "IgnoreGeneratedCode" attribute
         */
        void setIgnoreGeneratedCode(java.lang.String ignoreGeneratedCode);
        
        /**
         * Sets (as xml) the "IgnoreGeneratedCode" attribute
         */
        void xsetIgnoreGeneratedCode(io.github.isotes.vs.model.Boolean ignoreGeneratedCode);
        
        /**
         * Unsets the "IgnoreGeneratedCode" attribute
         */
        void unsetIgnoreGeneratedCode();
        
        /**
         * Gets the "Imports" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getImports();
        
        /**
         * True if has "Imports" attribute
         */
        boolean isSetImports();
        
        /**
         * Sets the "Imports" attribute
         */
        void setImports(org.apache.xmlbeans.XmlAnySimpleType imports);
        
        /**
         * Appends and returns a new empty "Imports" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewImports();
        
        /**
         * Unsets the "Imports" attribute
         */
        void unsetImports();
        
        /**
         * Gets the "LogFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getLogFile();
        
        /**
         * True if has "LogFile" attribute
         */
        boolean isSetLogFile();
        
        /**
         * Sets the "LogFile" attribute
         */
        void setLogFile(org.apache.xmlbeans.XmlAnySimpleType logFile);
        
        /**
         * Appends and returns a new empty "LogFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewLogFile();
        
        /**
         * Unsets the "LogFile" attribute
         */
        void unsetLogFile();
        
        /**
         * Gets the "LogFileXsl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getLogFileXsl();
        
        /**
         * True if has "LogFileXsl" attribute
         */
        boolean isSetLogFileXsl();
        
        /**
         * Sets the "LogFileXsl" attribute
         */
        void setLogFileXsl(org.apache.xmlbeans.XmlAnySimpleType logFileXsl);
        
        /**
         * Appends and returns a new empty "LogFileXsl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewLogFileXsl();
        
        /**
         * Unsets the "LogFileXsl" attribute
         */
        void unsetLogFileXsl();
        
        /**
         * Gets the "OutputToConsole" attribute
         */
        java.lang.String getOutputToConsole();
        
        /**
         * Gets (as xml) the "OutputToConsole" attribute
         */
        io.github.isotes.vs.model.Boolean xgetOutputToConsole();
        
        /**
         * True if has "OutputToConsole" attribute
         */
        boolean isSetOutputToConsole();
        
        /**
         * Sets the "OutputToConsole" attribute
         */
        void setOutputToConsole(java.lang.String outputToConsole);
        
        /**
         * Sets (as xml) the "OutputToConsole" attribute
         */
        void xsetOutputToConsole(io.github.isotes.vs.model.Boolean outputToConsole);
        
        /**
         * Unsets the "OutputToConsole" attribute
         */
        void unsetOutputToConsole();
        
        /**
         * Gets the "OverrideRuleVisibilities" attribute
         */
        java.lang.String getOverrideRuleVisibilities();
        
        /**
         * Gets (as xml) the "OverrideRuleVisibilities" attribute
         */
        io.github.isotes.vs.model.Boolean xgetOverrideRuleVisibilities();
        
        /**
         * True if has "OverrideRuleVisibilities" attribute
         */
        boolean isSetOverrideRuleVisibilities();
        
        /**
         * Sets the "OverrideRuleVisibilities" attribute
         */
        void setOverrideRuleVisibilities(java.lang.String overrideRuleVisibilities);
        
        /**
         * Sets (as xml) the "OverrideRuleVisibilities" attribute
         */
        void xsetOverrideRuleVisibilities(io.github.isotes.vs.model.Boolean overrideRuleVisibilities);
        
        /**
         * Unsets the "OverrideRuleVisibilities" attribute
         */
        void unsetOverrideRuleVisibilities();
        
        /**
         * Gets the "PlatformPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPlatformPath();
        
        /**
         * True if has "PlatformPath" attribute
         */
        boolean isSetPlatformPath();
        
        /**
         * Sets the "PlatformPath" attribute
         */
        void setPlatformPath(org.apache.xmlbeans.XmlAnySimpleType platformPath);
        
        /**
         * Appends and returns a new empty "PlatformPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPlatformPath();
        
        /**
         * Unsets the "PlatformPath" attribute
         */
        void unsetPlatformPath();
        
        /**
         * Gets the "Project" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProject();
        
        /**
         * True if has "Project" attribute
         */
        boolean isSetProject();
        
        /**
         * Sets the "Project" attribute
         */
        void setProject(org.apache.xmlbeans.XmlAnySimpleType project);
        
        /**
         * Appends and returns a new empty "Project" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProject();
        
        /**
         * Unsets the "Project" attribute
         */
        void unsetProject();
        
        /**
         * Gets the "Quiet" attribute
         */
        java.lang.String getQuiet();
        
        /**
         * Gets (as xml) the "Quiet" attribute
         */
        io.github.isotes.vs.model.Boolean xgetQuiet();
        
        /**
         * True if has "Quiet" attribute
         */
        boolean isSetQuiet();
        
        /**
         * Sets the "Quiet" attribute
         */
        void setQuiet(java.lang.String quiet);
        
        /**
         * Sets (as xml) the "Quiet" attribute
         */
        void xsetQuiet(io.github.isotes.vs.model.Boolean quiet);
        
        /**
         * Unsets the "Quiet" attribute
         */
        void unsetQuiet();
        
        /**
         * Gets the "References" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getReferences();
        
        /**
         * True if has "References" attribute
         */
        boolean isSetReferences();
        
        /**
         * Sets the "References" attribute
         */
        void setReferences(org.apache.xmlbeans.XmlAnySimpleType references);
        
        /**
         * Appends and returns a new empty "References" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewReferences();
        
        /**
         * Unsets the "References" attribute
         */
        void unsetReferences();
        
        /**
         * Gets the "RuleAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getRuleAssemblies();
        
        /**
         * True if has "RuleAssemblies" attribute
         */
        boolean isSetRuleAssemblies();
        
        /**
         * Sets the "RuleAssemblies" attribute
         */
        void setRuleAssemblies(org.apache.xmlbeans.XmlAnySimpleType ruleAssemblies);
        
        /**
         * Appends and returns a new empty "RuleAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewRuleAssemblies();
        
        /**
         * Unsets the "RuleAssemblies" attribute
         */
        void unsetRuleAssemblies();
        
        /**
         * Gets the "Rules" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getRules();
        
        /**
         * True if has "Rules" attribute
         */
        boolean isSetRules();
        
        /**
         * Sets the "Rules" attribute
         */
        void setRules(org.apache.xmlbeans.XmlAnySimpleType rules);
        
        /**
         * Appends and returns a new empty "Rules" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewRules();
        
        /**
         * Unsets the "Rules" attribute
         */
        void unsetRules();
        
        /**
         * Gets the "SaveMessagesToReport" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSaveMessagesToReport();
        
        /**
         * True if has "SaveMessagesToReport" attribute
         */
        boolean isSetSaveMessagesToReport();
        
        /**
         * Sets the "SaveMessagesToReport" attribute
         */
        void setSaveMessagesToReport(org.apache.xmlbeans.XmlAnySimpleType saveMessagesToReport);
        
        /**
         * Appends and returns a new empty "SaveMessagesToReport" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSaveMessagesToReport();
        
        /**
         * Unsets the "SaveMessagesToReport" attribute
         */
        void unsetSaveMessagesToReport();
        
        /**
         * Gets the "SearchGlobalAssemblyCache" attribute
         */
        java.lang.String getSearchGlobalAssemblyCache();
        
        /**
         * Gets (as xml) the "SearchGlobalAssemblyCache" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSearchGlobalAssemblyCache();
        
        /**
         * True if has "SearchGlobalAssemblyCache" attribute
         */
        boolean isSetSearchGlobalAssemblyCache();
        
        /**
         * Sets the "SearchGlobalAssemblyCache" attribute
         */
        void setSearchGlobalAssemblyCache(java.lang.String searchGlobalAssemblyCache);
        
        /**
         * Sets (as xml) the "SearchGlobalAssemblyCache" attribute
         */
        void xsetSearchGlobalAssemblyCache(io.github.isotes.vs.model.Boolean searchGlobalAssemblyCache);
        
        /**
         * Unsets the "SearchGlobalAssemblyCache" attribute
         */
        void unsetSearchGlobalAssemblyCache();
        
        /**
         * Gets the "Summary" attribute
         */
        java.lang.String getSummary();
        
        /**
         * Gets (as xml) the "Summary" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSummary();
        
        /**
         * True if has "Summary" attribute
         */
        boolean isSetSummary();
        
        /**
         * Sets the "Summary" attribute
         */
        void setSummary(java.lang.String summary);
        
        /**
         * Sets (as xml) the "Summary" attribute
         */
        void xsetSummary(io.github.isotes.vs.model.Boolean summary);
        
        /**
         * Unsets the "Summary" attribute
         */
        void unsetSummary();
        
        /**
         * Gets the "SuccessFile" attribute
         */
        java.lang.String getSuccessFile();
        
        /**
         * Gets (as xml) the "SuccessFile" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSuccessFile();
        
        /**
         * True if has "SuccessFile" attribute
         */
        boolean isSetSuccessFile();
        
        /**
         * Sets the "SuccessFile" attribute
         */
        void setSuccessFile(java.lang.String successFile);
        
        /**
         * Sets (as xml) the "SuccessFile" attribute
         */
        void xsetSuccessFile(io.github.isotes.vs.model.Boolean successFile);
        
        /**
         * Unsets the "SuccessFile" attribute
         */
        void unsetSuccessFile();
        
        /**
         * Gets the "Timeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTimeout();
        
        /**
         * True if has "Timeout" attribute
         */
        boolean isSetTimeout();
        
        /**
         * Sets the "Timeout" attribute
         */
        void setTimeout(org.apache.xmlbeans.XmlAnySimpleType timeout);
        
        /**
         * Appends and returns a new empty "Timeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTimeout();
        
        /**
         * Unsets the "Timeout" attribute
         */
        void unsetTimeout();
        
        /**
         * Gets the "TreatWarningsAsErrors" attribute
         */
        java.lang.String getTreatWarningsAsErrors();
        
        /**
         * Gets (as xml) the "TreatWarningsAsErrors" attribute
         */
        io.github.isotes.vs.model.Boolean xgetTreatWarningsAsErrors();
        
        /**
         * True if has "TreatWarningsAsErrors" attribute
         */
        boolean isSetTreatWarningsAsErrors();
        
        /**
         * Sets the "TreatWarningsAsErrors" attribute
         */
        void setTreatWarningsAsErrors(java.lang.String treatWarningsAsErrors);
        
        /**
         * Sets (as xml) the "TreatWarningsAsErrors" attribute
         */
        void xsetTreatWarningsAsErrors(io.github.isotes.vs.model.Boolean treatWarningsAsErrors);
        
        /**
         * Unsets the "TreatWarningsAsErrors" attribute
         */
        void unsetTreatWarningsAsErrors();
        
        /**
         * Gets the "ToolPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getToolPath();
        
        /**
         * True if has "ToolPath" attribute
         */
        boolean isSetToolPath();
        
        /**
         * Sets the "ToolPath" attribute
         */
        void setToolPath(org.apache.xmlbeans.XmlAnySimpleType toolPath);
        
        /**
         * Appends and returns a new empty "ToolPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewToolPath();
        
        /**
         * Unsets the "ToolPath" attribute
         */
        void unsetToolPath();
        
        /**
         * Gets the "UpdateProject" attribute
         */
        java.lang.String getUpdateProject();
        
        /**
         * Gets (as xml) the "UpdateProject" attribute
         */
        io.github.isotes.vs.model.Boolean xgetUpdateProject();
        
        /**
         * True if has "UpdateProject" attribute
         */
        boolean isSetUpdateProject();
        
        /**
         * Sets the "UpdateProject" attribute
         */
        void setUpdateProject(java.lang.String updateProject);
        
        /**
         * Sets (as xml) the "UpdateProject" attribute
         */
        void xsetUpdateProject(io.github.isotes.vs.model.Boolean updateProject);
        
        /**
         * Unsets the "UpdateProject" attribute
         */
        void unsetUpdateProject();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.CodeAnalysisDocument.CodeAnalysis newInstance() {
              return (io.github.isotes.vs.model.CodeAnalysisDocument.CodeAnalysis) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.CodeAnalysisDocument.CodeAnalysis newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.CodeAnalysisDocument.CodeAnalysis) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static io.github.isotes.vs.model.CodeAnalysisDocument newInstance() {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static io.github.isotes.vs.model.CodeAnalysisDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (io.github.isotes.vs.model.CodeAnalysisDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy