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

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


/**
 * A document containing one RC(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface RCDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RCDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("rc1113doctype");
    
    /**
     * Gets the "RC" element
     */
    io.github.isotes.vs.model.RCDocument.RC getRC();
    
    /**
     * Sets the "RC" element
     */
    void setRC(io.github.isotes.vs.model.RCDocument.RC rc);
    
    /**
     * Appends and returns a new empty "RC" element
     */
    io.github.isotes.vs.model.RCDocument.RC addNewRC();
    
    /**
     * An XML RC(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface RC extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RC.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("rcc8e6elemtype");
        
        /**
         * Gets the "AcceptableNonZeroExitCodes" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAcceptableNonZeroExitCodes();
        
        /**
         * True if has "AcceptableNonZeroExitCodes" attribute
         */
        boolean isSetAcceptableNonZeroExitCodes();
        
        /**
         * Sets the "AcceptableNonZeroExitCodes" attribute
         */
        void setAcceptableNonZeroExitCodes(org.apache.xmlbeans.XmlAnySimpleType acceptableNonZeroExitCodes);
        
        /**
         * Appends and returns a new empty "AcceptableNonZeroExitCodes" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAcceptableNonZeroExitCodes();
        
        /**
         * Unsets the "AcceptableNonZeroExitCodes" attribute
         */
        void unsetAcceptableNonZeroExitCodes();
        
        /**
         * Gets the "ActiveToolSwitchesValues" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getActiveToolSwitchesValues();
        
        /**
         * True if has "ActiveToolSwitchesValues" attribute
         */
        boolean isSetActiveToolSwitchesValues();
        
        /**
         * Sets the "ActiveToolSwitchesValues" attribute
         */
        void setActiveToolSwitchesValues(org.apache.xmlbeans.XmlAnySimpleType activeToolSwitchesValues);
        
        /**
         * Appends and returns a new empty "ActiveToolSwitchesValues" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewActiveToolSwitchesValues();
        
        /**
         * Unsets the "ActiveToolSwitchesValues" attribute
         */
        void unsetActiveToolSwitchesValues();
        
        /**
         * Gets the "AdditionalIncludeDirectories" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAdditionalIncludeDirectories();
        
        /**
         * True if has "AdditionalIncludeDirectories" attribute
         */
        boolean isSetAdditionalIncludeDirectories();
        
        /**
         * Sets the "AdditionalIncludeDirectories" attribute
         */
        void setAdditionalIncludeDirectories(org.apache.xmlbeans.XmlAnySimpleType additionalIncludeDirectories);
        
        /**
         * Appends and returns a new empty "AdditionalIncludeDirectories" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalIncludeDirectories();
        
        /**
         * Unsets the "AdditionalIncludeDirectories" attribute
         */
        void unsetAdditionalIncludeDirectories();
        
        /**
         * Gets the "AdditionalOptions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAdditionalOptions();
        
        /**
         * True if has "AdditionalOptions" attribute
         */
        boolean isSetAdditionalOptions();
        
        /**
         * Sets the "AdditionalOptions" attribute
         */
        void setAdditionalOptions(org.apache.xmlbeans.XmlAnySimpleType additionalOptions);
        
        /**
         * Appends and returns a new empty "AdditionalOptions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalOptions();
        
        /**
         * Unsets the "AdditionalOptions" attribute
         */
        void unsetAdditionalOptions();
        
        /**
         * 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 "EnvironmentVariables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getEnvironmentVariables();
        
        /**
         * True if has "EnvironmentVariables" attribute
         */
        boolean isSetEnvironmentVariables();
        
        /**
         * Sets the "EnvironmentVariables" attribute
         */
        void setEnvironmentVariables(org.apache.xmlbeans.XmlAnySimpleType environmentVariables);
        
        /**
         * Appends and returns a new empty "EnvironmentVariables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewEnvironmentVariables();
        
        /**
         * Unsets the "EnvironmentVariables" attribute
         */
        void unsetEnvironmentVariables();
        
        /**
         * Gets the "ExcludedInputPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getExcludedInputPaths();
        
        /**
         * True if has "ExcludedInputPaths" attribute
         */
        boolean isSetExcludedInputPaths();
        
        /**
         * Sets the "ExcludedInputPaths" attribute
         */
        void setExcludedInputPaths(org.apache.xmlbeans.XmlAnySimpleType excludedInputPaths);
        
        /**
         * Appends and returns a new empty "ExcludedInputPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewExcludedInputPaths();
        
        /**
         * Unsets the "ExcludedInputPaths" attribute
         */
        void unsetExcludedInputPaths();
        
        /**
         * Gets the "IgnoreStandardIncludePath" attribute
         */
        java.lang.String getIgnoreStandardIncludePath();
        
        /**
         * Gets (as xml) the "IgnoreStandardIncludePath" attribute
         */
        io.github.isotes.vs.model.Boolean xgetIgnoreStandardIncludePath();
        
        /**
         * True if has "IgnoreStandardIncludePath" attribute
         */
        boolean isSetIgnoreStandardIncludePath();
        
        /**
         * Sets the "IgnoreStandardIncludePath" attribute
         */
        void setIgnoreStandardIncludePath(java.lang.String ignoreStandardIncludePath);
        
        /**
         * Sets (as xml) the "IgnoreStandardIncludePath" attribute
         */
        void xsetIgnoreStandardIncludePath(io.github.isotes.vs.model.Boolean ignoreStandardIncludePath);
        
        /**
         * Unsets the "IgnoreStandardIncludePath" attribute
         */
        void unsetIgnoreStandardIncludePath();
        
        /**
         * Gets the "LogStandardErrorAsError" attribute
         */
        java.lang.String getLogStandardErrorAsError();
        
        /**
         * Gets (as xml) the "LogStandardErrorAsError" attribute
         */
        io.github.isotes.vs.model.Boolean xgetLogStandardErrorAsError();
        
        /**
         * True if has "LogStandardErrorAsError" attribute
         */
        boolean isSetLogStandardErrorAsError();
        
        /**
         * Sets the "LogStandardErrorAsError" attribute
         */
        void setLogStandardErrorAsError(java.lang.String logStandardErrorAsError);
        
        /**
         * Sets (as xml) the "LogStandardErrorAsError" attribute
         */
        void xsetLogStandardErrorAsError(io.github.isotes.vs.model.Boolean logStandardErrorAsError);
        
        /**
         * Unsets the "LogStandardErrorAsError" attribute
         */
        void unsetLogStandardErrorAsError();
        
        /**
         * Gets the "MinimalRebuildFromTracking" attribute
         */
        java.lang.String getMinimalRebuildFromTracking();
        
        /**
         * Gets (as xml) the "MinimalRebuildFromTracking" attribute
         */
        io.github.isotes.vs.model.Boolean xgetMinimalRebuildFromTracking();
        
        /**
         * True if has "MinimalRebuildFromTracking" attribute
         */
        boolean isSetMinimalRebuildFromTracking();
        
        /**
         * Sets the "MinimalRebuildFromTracking" attribute
         */
        void setMinimalRebuildFromTracking(java.lang.String minimalRebuildFromTracking);
        
        /**
         * Sets (as xml) the "MinimalRebuildFromTracking" attribute
         */
        void xsetMinimalRebuildFromTracking(io.github.isotes.vs.model.Boolean minimalRebuildFromTracking);
        
        /**
         * Unsets the "MinimalRebuildFromTracking" attribute
         */
        void unsetMinimalRebuildFromTracking();
        
        /**
         * Gets the "NullTerminateStrings" attribute
         */
        java.lang.String getNullTerminateStrings();
        
        /**
         * Gets (as xml) the "NullTerminateStrings" attribute
         */
        io.github.isotes.vs.model.Boolean xgetNullTerminateStrings();
        
        /**
         * True if has "NullTerminateStrings" attribute
         */
        boolean isSetNullTerminateStrings();
        
        /**
         * Sets the "NullTerminateStrings" attribute
         */
        void setNullTerminateStrings(java.lang.String nullTerminateStrings);
        
        /**
         * Sets (as xml) the "NullTerminateStrings" attribute
         */
        void xsetNullTerminateStrings(io.github.isotes.vs.model.Boolean nullTerminateStrings);
        
        /**
         * Unsets the "NullTerminateStrings" attribute
         */
        void unsetNullTerminateStrings();
        
        /**
         * Gets the "PathOverride" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPathOverride();
        
        /**
         * True if has "PathOverride" attribute
         */
        boolean isSetPathOverride();
        
        /**
         * Sets the "PathOverride" attribute
         */
        void setPathOverride(org.apache.xmlbeans.XmlAnySimpleType pathOverride);
        
        /**
         * Appends and returns a new empty "PathOverride" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPathOverride();
        
        /**
         * Unsets the "PathOverride" attribute
         */
        void unsetPathOverride();
        
        /**
         * Gets the "PreprocessorDefinitions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPreprocessorDefinitions();
        
        /**
         * True if has "PreprocessorDefinitions" attribute
         */
        boolean isSetPreprocessorDefinitions();
        
        /**
         * Sets the "PreprocessorDefinitions" attribute
         */
        void setPreprocessorDefinitions(org.apache.xmlbeans.XmlAnySimpleType preprocessorDefinitions);
        
        /**
         * Appends and returns a new empty "PreprocessorDefinitions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPreprocessorDefinitions();
        
        /**
         * Unsets the "PreprocessorDefinitions" attribute
         */
        void unsetPreprocessorDefinitions();
        
        /**
         * Gets the "ResourceOutputFileName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getResourceOutputFileName();
        
        /**
         * True if has "ResourceOutputFileName" attribute
         */
        boolean isSetResourceOutputFileName();
        
        /**
         * Sets the "ResourceOutputFileName" attribute
         */
        void setResourceOutputFileName(org.apache.xmlbeans.XmlAnySimpleType resourceOutputFileName);
        
        /**
         * Appends and returns a new empty "ResourceOutputFileName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewResourceOutputFileName();
        
        /**
         * Unsets the "ResourceOutputFileName" attribute
         */
        void unsetResourceOutputFileName();
        
        /**
         * Gets the "ShowProgress" attribute
         */
        java.lang.String getShowProgress();
        
        /**
         * Gets (as xml) the "ShowProgress" attribute
         */
        io.github.isotes.vs.model.Boolean xgetShowProgress();
        
        /**
         * True if has "ShowProgress" attribute
         */
        boolean isSetShowProgress();
        
        /**
         * Sets the "ShowProgress" attribute
         */
        void setShowProgress(java.lang.String showProgress);
        
        /**
         * Sets (as xml) the "ShowProgress" attribute
         */
        void xsetShowProgress(io.github.isotes.vs.model.Boolean showProgress);
        
        /**
         * Unsets the "ShowProgress" attribute
         */
        void unsetShowProgress();
        
        /**
         * Gets the "SkippedExecution" attribute
         */
        java.lang.String getSkippedExecution();
        
        /**
         * Gets (as xml) the "SkippedExecution" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSkippedExecution();
        
        /**
         * True if has "SkippedExecution" attribute
         */
        boolean isSetSkippedExecution();
        
        /**
         * Sets the "SkippedExecution" attribute
         */
        void setSkippedExecution(java.lang.String skippedExecution);
        
        /**
         * Sets (as xml) the "SkippedExecution" attribute
         */
        void xsetSkippedExecution(io.github.isotes.vs.model.Boolean skippedExecution);
        
        /**
         * Unsets the "SkippedExecution" attribute
         */
        void unsetSkippedExecution();
        
        /**
         * Gets the "Source" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSource();
        
        /**
         * Sets the "Source" attribute
         */
        void setSource(org.apache.xmlbeans.XmlAnySimpleType source);
        
        /**
         * Appends and returns a new empty "Source" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSource();
        
        /**
         * Gets the "SourcesCompiled" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSourcesCompiled();
        
        /**
         * True if has "SourcesCompiled" attribute
         */
        boolean isSetSourcesCompiled();
        
        /**
         * Sets the "SourcesCompiled" attribute
         */
        void setSourcesCompiled(org.apache.xmlbeans.XmlAnySimpleType sourcesCompiled);
        
        /**
         * Appends and returns a new empty "SourcesCompiled" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSourcesCompiled();
        
        /**
         * Unsets the "SourcesCompiled" attribute
         */
        void unsetSourcesCompiled();
        
        /**
         * Gets the "StandardErrorImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getStandardErrorImportance();
        
        /**
         * True if has "StandardErrorImportance" attribute
         */
        boolean isSetStandardErrorImportance();
        
        /**
         * Sets the "StandardErrorImportance" attribute
         */
        void setStandardErrorImportance(org.apache.xmlbeans.XmlAnySimpleType standardErrorImportance);
        
        /**
         * Appends and returns a new empty "StandardErrorImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewStandardErrorImportance();
        
        /**
         * Unsets the "StandardErrorImportance" attribute
         */
        void unsetStandardErrorImportance();
        
        /**
         * Gets the "StandardOutputImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getStandardOutputImportance();
        
        /**
         * True if has "StandardOutputImportance" attribute
         */
        boolean isSetStandardOutputImportance();
        
        /**
         * Sets the "StandardOutputImportance" attribute
         */
        void setStandardOutputImportance(org.apache.xmlbeans.XmlAnySimpleType standardOutputImportance);
        
        /**
         * Appends and returns a new empty "StandardOutputImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewStandardOutputImportance();
        
        /**
         * Unsets the "StandardOutputImportance" attribute
         */
        void unsetStandardOutputImportance();
        
        /**
         * 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 "TLogReadFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTLogReadFiles();
        
        /**
         * True if has "TLogReadFiles" attribute
         */
        boolean isSetTLogReadFiles();
        
        /**
         * Sets the "TLogReadFiles" attribute
         */
        void setTLogReadFiles(org.apache.xmlbeans.XmlAnySimpleType tLogReadFiles);
        
        /**
         * Appends and returns a new empty "TLogReadFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTLogReadFiles();
        
        /**
         * Unsets the "TLogReadFiles" attribute
         */
        void unsetTLogReadFiles();
        
        /**
         * Gets the "TLogWriteFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTLogWriteFiles();
        
        /**
         * True if has "TLogWriteFiles" attribute
         */
        boolean isSetTLogWriteFiles();
        
        /**
         * Sets the "TLogWriteFiles" attribute
         */
        void setTLogWriteFiles(org.apache.xmlbeans.XmlAnySimpleType tLogWriteFiles);
        
        /**
         * Appends and returns a new empty "TLogWriteFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTLogWriteFiles();
        
        /**
         * Unsets the "TLogWriteFiles" attribute
         */
        void unsetTLogWriteFiles();
        
        /**
         * Gets the "ToolExe" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getToolExe();
        
        /**
         * True if has "ToolExe" attribute
         */
        boolean isSetToolExe();
        
        /**
         * Sets the "ToolExe" attribute
         */
        void setToolExe(org.apache.xmlbeans.XmlAnySimpleType toolExe);
        
        /**
         * Appends and returns a new empty "ToolExe" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewToolExe();
        
        /**
         * Unsets the "ToolExe" attribute
         */
        void unsetToolExe();
        
        /**
         * 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 "TrackedInputFilesToIgnore" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTrackedInputFilesToIgnore();
        
        /**
         * True if has "TrackedInputFilesToIgnore" attribute
         */
        boolean isSetTrackedInputFilesToIgnore();
        
        /**
         * Sets the "TrackedInputFilesToIgnore" attribute
         */
        void setTrackedInputFilesToIgnore(org.apache.xmlbeans.XmlAnySimpleType trackedInputFilesToIgnore);
        
        /**
         * Appends and returns a new empty "TrackedInputFilesToIgnore" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTrackedInputFilesToIgnore();
        
        /**
         * Unsets the "TrackedInputFilesToIgnore" attribute
         */
        void unsetTrackedInputFilesToIgnore();
        
        /**
         * Gets the "TrackedOutputFilesToIgnore" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTrackedOutputFilesToIgnore();
        
        /**
         * True if has "TrackedOutputFilesToIgnore" attribute
         */
        boolean isSetTrackedOutputFilesToIgnore();
        
        /**
         * Sets the "TrackedOutputFilesToIgnore" attribute
         */
        void setTrackedOutputFilesToIgnore(org.apache.xmlbeans.XmlAnySimpleType trackedOutputFilesToIgnore);
        
        /**
         * Appends and returns a new empty "TrackedOutputFilesToIgnore" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTrackedOutputFilesToIgnore();
        
        /**
         * Unsets the "TrackedOutputFilesToIgnore" attribute
         */
        void unsetTrackedOutputFilesToIgnore();
        
        /**
         * Gets the "TrackerLogDirectory" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTrackerLogDirectory();
        
        /**
         * True if has "TrackerLogDirectory" attribute
         */
        boolean isSetTrackerLogDirectory();
        
        /**
         * Sets the "TrackerLogDirectory" attribute
         */
        void setTrackerLogDirectory(org.apache.xmlbeans.XmlAnySimpleType trackerLogDirectory);
        
        /**
         * Appends and returns a new empty "TrackerLogDirectory" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTrackerLogDirectory();
        
        /**
         * Unsets the "TrackerLogDirectory" attribute
         */
        void unsetTrackerLogDirectory();
        
        /**
         * Gets the "TrackFileAccess" attribute
         */
        java.lang.String getTrackFileAccess();
        
        /**
         * Gets (as xml) the "TrackFileAccess" attribute
         */
        io.github.isotes.vs.model.Boolean xgetTrackFileAccess();
        
        /**
         * True if has "TrackFileAccess" attribute
         */
        boolean isSetTrackFileAccess();
        
        /**
         * Sets the "TrackFileAccess" attribute
         */
        void setTrackFileAccess(java.lang.String trackFileAccess);
        
        /**
         * Sets (as xml) the "TrackFileAccess" attribute
         */
        void xsetTrackFileAccess(io.github.isotes.vs.model.Boolean trackFileAccess);
        
        /**
         * Unsets the "TrackFileAccess" attribute
         */
        void unsetTrackFileAccess();
        
        /**
         * Gets the "UndefinePreprocessorDefinitions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getUndefinePreprocessorDefinitions();
        
        /**
         * True if has "UndefinePreprocessorDefinitions" attribute
         */
        boolean isSetUndefinePreprocessorDefinitions();
        
        /**
         * Sets the "UndefinePreprocessorDefinitions" attribute
         */
        void setUndefinePreprocessorDefinitions(org.apache.xmlbeans.XmlAnySimpleType undefinePreprocessorDefinitions);
        
        /**
         * Appends and returns a new empty "UndefinePreprocessorDefinitions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewUndefinePreprocessorDefinitions();
        
        /**
         * Unsets the "UndefinePreprocessorDefinitions" attribute
         */
        void unsetUndefinePreprocessorDefinitions();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.RCDocument.RC newInstance() {
              return (io.github.isotes.vs.model.RCDocument.RC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.RCDocument.RC newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.RCDocument.RC) 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.RCDocument newInstance() {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.RCDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RCDocument) 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.RCDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RCDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.RCDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RCDocument) 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.RCDocument 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.RCDocument) 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.RCDocument 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.RCDocument) 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 - 2024 Weber Informatics LLC | Privacy Policy