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

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


/**
 * A document containing one XDCMake(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface XDCMakeDocument2 extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XDCMakeDocument2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("xdcmakee275doctype");
    
    /**
     * Gets the "XDCMake" element
     */
    io.github.isotes.vs.model.XDCMakeDocument2.XDCMake getXDCMake();
    
    /**
     * Sets the "XDCMake" element
     */
    void setXDCMake(io.github.isotes.vs.model.XDCMakeDocument2.XDCMake xdcMake);
    
    /**
     * Appends and returns a new empty "XDCMake" element
     */
    io.github.isotes.vs.model.XDCMakeDocument2.XDCMake addNewXDCMake();
    
    /**
     * An XML XDCMake(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface XDCMake extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XDCMake.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("xdcmake4086elemtype");
        
        /**
         * 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 "AdditionalDocumentFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAdditionalDocumentFile();
        
        /**
         * True if has "AdditionalDocumentFile" attribute
         */
        boolean isSetAdditionalDocumentFile();
        
        /**
         * Sets the "AdditionalDocumentFile" attribute
         */
        void setAdditionalDocumentFile(org.apache.xmlbeans.XmlAnySimpleType additionalDocumentFile);
        
        /**
         * Appends and returns a new empty "AdditionalDocumentFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalDocumentFile();
        
        /**
         * Unsets the "AdditionalDocumentFile" attribute
         */
        void unsetAdditionalDocumentFile();
        
        /**
         * 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 "DocumentLibraryDependencies" attribute
         */
        java.lang.String getDocumentLibraryDependencies();
        
        /**
         * Gets (as xml) the "DocumentLibraryDependencies" attribute
         */
        io.github.isotes.vs.model.Boolean xgetDocumentLibraryDependencies();
        
        /**
         * True if has "DocumentLibraryDependencies" attribute
         */
        boolean isSetDocumentLibraryDependencies();
        
        /**
         * Sets the "DocumentLibraryDependencies" attribute
         */
        void setDocumentLibraryDependencies(java.lang.String documentLibraryDependencies);
        
        /**
         * Sets (as xml) the "DocumentLibraryDependencies" attribute
         */
        void xsetDocumentLibraryDependencies(io.github.isotes.vs.model.Boolean documentLibraryDependencies);
        
        /**
         * Unsets the "DocumentLibraryDependencies" attribute
         */
        void unsetDocumentLibraryDependencies();
        
        /**
         * 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 "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 "OutputFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputFile();
        
        /**
         * True if has "OutputFile" attribute
         */
        boolean isSetOutputFile();
        
        /**
         * Sets the "OutputFile" attribute
         */
        void setOutputFile(org.apache.xmlbeans.XmlAnySimpleType outputFile);
        
        /**
         * Appends and returns a new empty "OutputFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputFile();
        
        /**
         * Unsets the "OutputFile" attribute
         */
        void unsetOutputFile();
        
        /**
         * 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 "ProjectName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProjectName();
        
        /**
         * True if has "ProjectName" attribute
         */
        boolean isSetProjectName();
        
        /**
         * Sets the "ProjectName" attribute
         */
        void setProjectName(org.apache.xmlbeans.XmlAnySimpleType projectName);
        
        /**
         * Appends and returns a new empty "ProjectName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProjectName();
        
        /**
         * Unsets the "ProjectName" attribute
         */
        void unsetProjectName();
        
        /**
         * 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 "SlashOld" attribute
         */
        java.lang.String getSlashOld();
        
        /**
         * Gets (as xml) the "SlashOld" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSlashOld();
        
        /**
         * True if has "SlashOld" attribute
         */
        boolean isSetSlashOld();
        
        /**
         * Sets the "SlashOld" attribute
         */
        void setSlashOld(java.lang.String slashOld);
        
        /**
         * Sets (as xml) the "SlashOld" attribute
         */
        void xsetSlashOld(io.github.isotes.vs.model.Boolean slashOld);
        
        /**
         * Unsets the "SlashOld" attribute
         */
        void unsetSlashOld();
        
        /**
         * Gets the "Sources" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSources();
        
        /**
         * Sets the "Sources" attribute
         */
        void setSources(org.apache.xmlbeans.XmlAnySimpleType sources);
        
        /**
         * Appends and returns a new empty "Sources" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSources();
        
        /**
         * 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 "SuppressStartupBanner" attribute
         */
        java.lang.String getSuppressStartupBanner();
        
        /**
         * Gets (as xml) the "SuppressStartupBanner" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSuppressStartupBanner();
        
        /**
         * True if has "SuppressStartupBanner" attribute
         */
        boolean isSetSuppressStartupBanner();
        
        /**
         * Sets the "SuppressStartupBanner" attribute
         */
        void setSuppressStartupBanner(java.lang.String suppressStartupBanner);
        
        /**
         * Sets (as xml) the "SuppressStartupBanner" attribute
         */
        void xsetSuppressStartupBanner(io.github.isotes.vs.model.Boolean suppressStartupBanner);
        
        /**
         * Unsets the "SuppressStartupBanner" attribute
         */
        void unsetSuppressStartupBanner();
        
        /**
         * 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();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.XDCMakeDocument2.XDCMake newInstance() {
              return (io.github.isotes.vs.model.XDCMakeDocument2.XDCMake) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.XDCMakeDocument2.XDCMake newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.XDCMakeDocument2.XDCMake) 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.XDCMakeDocument2 newInstance() {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) 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.XDCMakeDocument2 parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.XDCMakeDocument2 parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.XDCMakeDocument2) 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.XDCMakeDocument2 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.XDCMakeDocument2) 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.XDCMakeDocument2 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.XDCMakeDocument2) 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