
io.github.isotes.vs.model.MIDLDocument2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vs-model Show documentation
Show all versions of vs-model Show documentation
Generated XMLBeans Java classes for the XML schema of MSBuild project files
The newest version!
/*
* An XML document type.
* Localname: MIDL
* Namespace: http://schemas.microsoft.com/developer/msbuild/2003
* Java type: io.github.isotes.vs.model.MIDLDocument2
*
* Automatically generated - do not modify.
*/
package io.github.isotes.vs.model;
/**
* A document containing one MIDL(@http://schemas.microsoft.com/developer/msbuild/2003) element.
*
* This is a complex type.
*/
public interface MIDLDocument2 extends io.github.isotes.vs.model.TaskDocument
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MIDLDocument2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("midl9446doctype");
/**
* Gets the "MIDL" element
*/
io.github.isotes.vs.model.MIDLDocument2.MIDL getMIDL();
/**
* Sets the "MIDL" element
*/
void setMIDL(io.github.isotes.vs.model.MIDLDocument2.MIDL midl);
/**
* Appends and returns a new empty "MIDL" element
*/
io.github.isotes.vs.model.MIDLDocument2.MIDL addNewMIDL();
/**
* An XML MIDL(@http://schemas.microsoft.com/developer/msbuild/2003).
*
* This is a complex type.
*/
public interface MIDL extends io.github.isotes.vs.model.TaskType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MIDL.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("midla486elemtype");
/**
* 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 "ApplicationConfigurationMode" attribute
*/
java.lang.String getApplicationConfigurationMode();
/**
* Gets (as xml) the "ApplicationConfigurationMode" attribute
*/
io.github.isotes.vs.model.Boolean xgetApplicationConfigurationMode();
/**
* True if has "ApplicationConfigurationMode" attribute
*/
boolean isSetApplicationConfigurationMode();
/**
* Sets the "ApplicationConfigurationMode" attribute
*/
void setApplicationConfigurationMode(java.lang.String applicationConfigurationMode);
/**
* Sets (as xml) the "ApplicationConfigurationMode" attribute
*/
void xsetApplicationConfigurationMode(io.github.isotes.vs.model.Boolean applicationConfigurationMode);
/**
* Unsets the "ApplicationConfigurationMode" attribute
*/
void unsetApplicationConfigurationMode();
/**
* Gets the "ClientStubFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getClientStubFile();
/**
* True if has "ClientStubFile" attribute
*/
boolean isSetClientStubFile();
/**
* Sets the "ClientStubFile" attribute
*/
void setClientStubFile(org.apache.xmlbeans.XmlAnySimpleType clientStubFile);
/**
* Appends and returns a new empty "ClientStubFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewClientStubFile();
/**
* Unsets the "ClientStubFile" attribute
*/
void unsetClientStubFile();
/**
* Gets the "CPreprocessOptions" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getCPreprocessOptions();
/**
* True if has "CPreprocessOptions" attribute
*/
boolean isSetCPreprocessOptions();
/**
* Sets the "CPreprocessOptions" attribute
*/
void setCPreprocessOptions(org.apache.xmlbeans.XmlAnySimpleType cPreprocessOptions);
/**
* Appends and returns a new empty "CPreprocessOptions" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewCPreprocessOptions();
/**
* Unsets the "CPreprocessOptions" attribute
*/
void unsetCPreprocessOptions();
/**
* Gets the "DefaultCharType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getDefaultCharType();
/**
* True if has "DefaultCharType" attribute
*/
boolean isSetDefaultCharType();
/**
* Sets the "DefaultCharType" attribute
*/
void setDefaultCharType(org.apache.xmlbeans.XmlAnySimpleType defaultCharType);
/**
* Appends and returns a new empty "DefaultCharType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewDefaultCharType();
/**
* Unsets the "DefaultCharType" attribute
*/
void unsetDefaultCharType();
/**
* Gets the "DllDataFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getDllDataFileName();
/**
* True if has "DllDataFileName" attribute
*/
boolean isSetDllDataFileName();
/**
* Sets the "DllDataFileName" attribute
*/
void setDllDataFileName(org.apache.xmlbeans.XmlAnySimpleType dllDataFileName);
/**
* Appends and returns a new empty "DllDataFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewDllDataFileName();
/**
* Unsets the "DllDataFileName" attribute
*/
void unsetDllDataFileName();
/**
* Gets the "EnableErrorChecks" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getEnableErrorChecks();
/**
* True if has "EnableErrorChecks" attribute
*/
boolean isSetEnableErrorChecks();
/**
* Sets the "EnableErrorChecks" attribute
*/
void setEnableErrorChecks(org.apache.xmlbeans.XmlAnySimpleType enableErrorChecks);
/**
* Appends and returns a new empty "EnableErrorChecks" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewEnableErrorChecks();
/**
* Unsets the "EnableErrorChecks" attribute
*/
void unsetEnableErrorChecks();
/**
* 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 "ErrorCheckAllocations" attribute
*/
java.lang.String getErrorCheckAllocations();
/**
* Gets (as xml) the "ErrorCheckAllocations" attribute
*/
io.github.isotes.vs.model.Boolean xgetErrorCheckAllocations();
/**
* True if has "ErrorCheckAllocations" attribute
*/
boolean isSetErrorCheckAllocations();
/**
* Sets the "ErrorCheckAllocations" attribute
*/
void setErrorCheckAllocations(java.lang.String errorCheckAllocations);
/**
* Sets (as xml) the "ErrorCheckAllocations" attribute
*/
void xsetErrorCheckAllocations(io.github.isotes.vs.model.Boolean errorCheckAllocations);
/**
* Unsets the "ErrorCheckAllocations" attribute
*/
void unsetErrorCheckAllocations();
/**
* Gets the "ErrorCheckBounds" attribute
*/
java.lang.String getErrorCheckBounds();
/**
* Gets (as xml) the "ErrorCheckBounds" attribute
*/
io.github.isotes.vs.model.Boolean xgetErrorCheckBounds();
/**
* True if has "ErrorCheckBounds" attribute
*/
boolean isSetErrorCheckBounds();
/**
* Sets the "ErrorCheckBounds" attribute
*/
void setErrorCheckBounds(java.lang.String errorCheckBounds);
/**
* Sets (as xml) the "ErrorCheckBounds" attribute
*/
void xsetErrorCheckBounds(io.github.isotes.vs.model.Boolean errorCheckBounds);
/**
* Unsets the "ErrorCheckBounds" attribute
*/
void unsetErrorCheckBounds();
/**
* Gets the "ErrorCheckEnumRange" attribute
*/
java.lang.String getErrorCheckEnumRange();
/**
* Gets (as xml) the "ErrorCheckEnumRange" attribute
*/
io.github.isotes.vs.model.Boolean xgetErrorCheckEnumRange();
/**
* True if has "ErrorCheckEnumRange" attribute
*/
boolean isSetErrorCheckEnumRange();
/**
* Sets the "ErrorCheckEnumRange" attribute
*/
void setErrorCheckEnumRange(java.lang.String errorCheckEnumRange);
/**
* Sets (as xml) the "ErrorCheckEnumRange" attribute
*/
void xsetErrorCheckEnumRange(io.github.isotes.vs.model.Boolean errorCheckEnumRange);
/**
* Unsets the "ErrorCheckEnumRange" attribute
*/
void unsetErrorCheckEnumRange();
/**
* Gets the "ErrorCheckRefPointers" attribute
*/
java.lang.String getErrorCheckRefPointers();
/**
* Gets (as xml) the "ErrorCheckRefPointers" attribute
*/
io.github.isotes.vs.model.Boolean xgetErrorCheckRefPointers();
/**
* True if has "ErrorCheckRefPointers" attribute
*/
boolean isSetErrorCheckRefPointers();
/**
* Sets the "ErrorCheckRefPointers" attribute
*/
void setErrorCheckRefPointers(java.lang.String errorCheckRefPointers);
/**
* Sets (as xml) the "ErrorCheckRefPointers" attribute
*/
void xsetErrorCheckRefPointers(io.github.isotes.vs.model.Boolean errorCheckRefPointers);
/**
* Unsets the "ErrorCheckRefPointers" attribute
*/
void unsetErrorCheckRefPointers();
/**
* Gets the "ErrorCheckStubData" attribute
*/
java.lang.String getErrorCheckStubData();
/**
* Gets (as xml) the "ErrorCheckStubData" attribute
*/
io.github.isotes.vs.model.Boolean xgetErrorCheckStubData();
/**
* True if has "ErrorCheckStubData" attribute
*/
boolean isSetErrorCheckStubData();
/**
* Sets the "ErrorCheckStubData" attribute
*/
void setErrorCheckStubData(java.lang.String errorCheckStubData);
/**
* Sets (as xml) the "ErrorCheckStubData" attribute
*/
void xsetErrorCheckStubData(io.github.isotes.vs.model.Boolean errorCheckStubData);
/**
* Unsets the "ErrorCheckStubData" attribute
*/
void unsetErrorCheckStubData();
/**
* 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 "GenerateClientFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getGenerateClientFiles();
/**
* True if has "GenerateClientFiles" attribute
*/
boolean isSetGenerateClientFiles();
/**
* Sets the "GenerateClientFiles" attribute
*/
void setGenerateClientFiles(org.apache.xmlbeans.XmlAnySimpleType generateClientFiles);
/**
* Appends and returns a new empty "GenerateClientFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewGenerateClientFiles();
/**
* Unsets the "GenerateClientFiles" attribute
*/
void unsetGenerateClientFiles();
/**
* Gets the "GenerateServerFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getGenerateServerFiles();
/**
* True if has "GenerateServerFiles" attribute
*/
boolean isSetGenerateServerFiles();
/**
* Sets the "GenerateServerFiles" attribute
*/
void setGenerateServerFiles(org.apache.xmlbeans.XmlAnySimpleType generateServerFiles);
/**
* Appends and returns a new empty "GenerateServerFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewGenerateServerFiles();
/**
* Unsets the "GenerateServerFiles" attribute
*/
void unsetGenerateServerFiles();
/**
* Gets the "GenerateStublessProxies" attribute
*/
java.lang.String getGenerateStublessProxies();
/**
* Gets (as xml) the "GenerateStublessProxies" attribute
*/
io.github.isotes.vs.model.Boolean xgetGenerateStublessProxies();
/**
* True if has "GenerateStublessProxies" attribute
*/
boolean isSetGenerateStublessProxies();
/**
* Sets the "GenerateStublessProxies" attribute
*/
void setGenerateStublessProxies(java.lang.String generateStublessProxies);
/**
* Sets (as xml) the "GenerateStublessProxies" attribute
*/
void xsetGenerateStublessProxies(io.github.isotes.vs.model.Boolean generateStublessProxies);
/**
* Unsets the "GenerateStublessProxies" attribute
*/
void unsetGenerateStublessProxies();
/**
* Gets the "GenerateTypeLibrary" attribute
*/
java.lang.String getGenerateTypeLibrary();
/**
* Gets (as xml) the "GenerateTypeLibrary" attribute
*/
io.github.isotes.vs.model.Boolean xgetGenerateTypeLibrary();
/**
* True if has "GenerateTypeLibrary" attribute
*/
boolean isSetGenerateTypeLibrary();
/**
* Sets the "GenerateTypeLibrary" attribute
*/
void setGenerateTypeLibrary(java.lang.String generateTypeLibrary);
/**
* Sets (as xml) the "GenerateTypeLibrary" attribute
*/
void xsetGenerateTypeLibrary(io.github.isotes.vs.model.Boolean generateTypeLibrary);
/**
* Unsets the "GenerateTypeLibrary" attribute
*/
void unsetGenerateTypeLibrary();
/**
* Gets the "HeaderFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getHeaderFileName();
/**
* True if has "HeaderFileName" attribute
*/
boolean isSetHeaderFileName();
/**
* Sets the "HeaderFileName" attribute
*/
void setHeaderFileName(org.apache.xmlbeans.XmlAnySimpleType headerFileName);
/**
* Appends and returns a new empty "HeaderFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewHeaderFileName();
/**
* Unsets the "HeaderFileName" attribute
*/
void unsetHeaderFileName();
/**
* 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 "InterfaceIdentifierFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getInterfaceIdentifierFileName();
/**
* True if has "InterfaceIdentifierFileName" attribute
*/
boolean isSetInterfaceIdentifierFileName();
/**
* Sets the "InterfaceIdentifierFileName" attribute
*/
void setInterfaceIdentifierFileName(org.apache.xmlbeans.XmlAnySimpleType interfaceIdentifierFileName);
/**
* Appends and returns a new empty "InterfaceIdentifierFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewInterfaceIdentifierFileName();
/**
* Unsets the "InterfaceIdentifierFileName" attribute
*/
void unsetInterfaceIdentifierFileName();
/**
* Gets the "LocaleID" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getLocaleID();
/**
* True if has "LocaleID" attribute
*/
boolean isSetLocaleID();
/**
* Sets the "LocaleID" attribute
*/
void setLocaleID(org.apache.xmlbeans.XmlAnySimpleType localeID);
/**
* Appends and returns a new empty "LocaleID" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewLocaleID();
/**
* Unsets the "LocaleID" attribute
*/
void unsetLocaleID();
/**
* 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 "MkTypLibCompatible" attribute
*/
java.lang.String getMkTypLibCompatible();
/**
* Gets (as xml) the "MkTypLibCompatible" attribute
*/
io.github.isotes.vs.model.Boolean xgetMkTypLibCompatible();
/**
* True if has "MkTypLibCompatible" attribute
*/
boolean isSetMkTypLibCompatible();
/**
* Sets the "MkTypLibCompatible" attribute
*/
void setMkTypLibCompatible(java.lang.String mkTypLibCompatible);
/**
* Sets (as xml) the "MkTypLibCompatible" attribute
*/
void xsetMkTypLibCompatible(io.github.isotes.vs.model.Boolean mkTypLibCompatible);
/**
* Unsets the "MkTypLibCompatible" attribute
*/
void unsetMkTypLibCompatible();
/**
* Gets the "OutputDirectory" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getOutputDirectory();
/**
* True if has "OutputDirectory" attribute
*/
boolean isSetOutputDirectory();
/**
* Sets the "OutputDirectory" attribute
*/
void setOutputDirectory(org.apache.xmlbeans.XmlAnySimpleType outputDirectory);
/**
* Appends and returns a new empty "OutputDirectory" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewOutputDirectory();
/**
* Unsets the "OutputDirectory" attribute
*/
void unsetOutputDirectory();
/**
* 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 "ProxyFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getProxyFileName();
/**
* True if has "ProxyFileName" attribute
*/
boolean isSetProxyFileName();
/**
* Sets the "ProxyFileName" attribute
*/
void setProxyFileName(org.apache.xmlbeans.XmlAnySimpleType proxyFileName);
/**
* Appends and returns a new empty "ProxyFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewProxyFileName();
/**
* Unsets the "ProxyFileName" attribute
*/
void unsetProxyFileName();
/**
* Gets the "RedirectOutputAndErrors" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getRedirectOutputAndErrors();
/**
* True if has "RedirectOutputAndErrors" attribute
*/
boolean isSetRedirectOutputAndErrors();
/**
* Sets the "RedirectOutputAndErrors" attribute
*/
void setRedirectOutputAndErrors(org.apache.xmlbeans.XmlAnySimpleType redirectOutputAndErrors);
/**
* Appends and returns a new empty "RedirectOutputAndErrors" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewRedirectOutputAndErrors();
/**
* Unsets the "RedirectOutputAndErrors" attribute
*/
void unsetRedirectOutputAndErrors();
/**
* Gets the "ServerStubFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getServerStubFile();
/**
* True if has "ServerStubFile" attribute
*/
boolean isSetServerStubFile();
/**
* Sets the "ServerStubFile" attribute
*/
void setServerStubFile(org.apache.xmlbeans.XmlAnySimpleType serverStubFile);
/**
* Appends and returns a new empty "ServerStubFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewServerStubFile();
/**
* Unsets the "ServerStubFile" attribute
*/
void unsetServerStubFile();
/**
* 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 "StructMemberAlignment" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getStructMemberAlignment();
/**
* True if has "StructMemberAlignment" attribute
*/
boolean isSetStructMemberAlignment();
/**
* Sets the "StructMemberAlignment" attribute
*/
void setStructMemberAlignment(org.apache.xmlbeans.XmlAnySimpleType structMemberAlignment);
/**
* Appends and returns a new empty "StructMemberAlignment" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewStructMemberAlignment();
/**
* Unsets the "StructMemberAlignment" attribute
*/
void unsetStructMemberAlignment();
/**
* Gets the "SuppressCompilerWarnings" attribute
*/
java.lang.String getSuppressCompilerWarnings();
/**
* Gets (as xml) the "SuppressCompilerWarnings" attribute
*/
io.github.isotes.vs.model.Boolean xgetSuppressCompilerWarnings();
/**
* True if has "SuppressCompilerWarnings" attribute
*/
boolean isSetSuppressCompilerWarnings();
/**
* Sets the "SuppressCompilerWarnings" attribute
*/
void setSuppressCompilerWarnings(java.lang.String suppressCompilerWarnings);
/**
* Sets (as xml) the "SuppressCompilerWarnings" attribute
*/
void xsetSuppressCompilerWarnings(io.github.isotes.vs.model.Boolean suppressCompilerWarnings);
/**
* Unsets the "SuppressCompilerWarnings" attribute
*/
void unsetSuppressCompilerWarnings();
/**
* 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 "TargetEnvironment" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getTargetEnvironment();
/**
* True if has "TargetEnvironment" attribute
*/
boolean isSetTargetEnvironment();
/**
* Sets the "TargetEnvironment" attribute
*/
void setTargetEnvironment(org.apache.xmlbeans.XmlAnySimpleType targetEnvironment);
/**
* Appends and returns a new empty "TargetEnvironment" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewTargetEnvironment();
/**
* Unsets the "TargetEnvironment" attribute
*/
void unsetTargetEnvironment();
/**
* 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 "TypeLibFormat" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getTypeLibFormat();
/**
* True if has "TypeLibFormat" attribute
*/
boolean isSetTypeLibFormat();
/**
* Sets the "TypeLibFormat" attribute
*/
void setTypeLibFormat(org.apache.xmlbeans.XmlAnySimpleType typeLibFormat);
/**
* Appends and returns a new empty "TypeLibFormat" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewTypeLibFormat();
/**
* Unsets the "TypeLibFormat" attribute
*/
void unsetTypeLibFormat();
/**
* Gets the "TypeLibraryName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getTypeLibraryName();
/**
* True if has "TypeLibraryName" attribute
*/
boolean isSetTypeLibraryName();
/**
* Sets the "TypeLibraryName" attribute
*/
void setTypeLibraryName(org.apache.xmlbeans.XmlAnySimpleType typeLibraryName);
/**
* Appends and returns a new empty "TypeLibraryName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewTypeLibraryName();
/**
* Unsets the "TypeLibraryName" attribute
*/
void unsetTypeLibraryName();
/**
* 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();
/**
* Gets the "ValidateAllParameters" attribute
*/
java.lang.String getValidateAllParameters();
/**
* Gets (as xml) the "ValidateAllParameters" attribute
*/
io.github.isotes.vs.model.Boolean xgetValidateAllParameters();
/**
* True if has "ValidateAllParameters" attribute
*/
boolean isSetValidateAllParameters();
/**
* Sets the "ValidateAllParameters" attribute
*/
void setValidateAllParameters(java.lang.String validateAllParameters);
/**
* Sets (as xml) the "ValidateAllParameters" attribute
*/
void xsetValidateAllParameters(io.github.isotes.vs.model.Boolean validateAllParameters);
/**
* Unsets the "ValidateAllParameters" attribute
*/
void unsetValidateAllParameters();
/**
* Gets the "WarnAsError" attribute
*/
java.lang.String getWarnAsError();
/**
* Gets (as xml) the "WarnAsError" attribute
*/
io.github.isotes.vs.model.Boolean xgetWarnAsError();
/**
* True if has "WarnAsError" attribute
*/
boolean isSetWarnAsError();
/**
* Sets the "WarnAsError" attribute
*/
void setWarnAsError(java.lang.String warnAsError);
/**
* Sets (as xml) the "WarnAsError" attribute
*/
void xsetWarnAsError(io.github.isotes.vs.model.Boolean warnAsError);
/**
* Unsets the "WarnAsError" attribute
*/
void unsetWarnAsError();
/**
* Gets the "WarningLevel" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getWarningLevel();
/**
* True if has "WarningLevel" attribute
*/
boolean isSetWarningLevel();
/**
* Sets the "WarningLevel" attribute
*/
void setWarningLevel(org.apache.xmlbeans.XmlAnySimpleType warningLevel);
/**
* Appends and returns a new empty "WarningLevel" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewWarningLevel();
/**
* Unsets the "WarningLevel" attribute
*/
void unsetWarningLevel();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static io.github.isotes.vs.model.MIDLDocument2.MIDL newInstance() {
return (io.github.isotes.vs.model.MIDLDocument2.MIDL) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2.MIDL newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.MIDLDocument2.MIDL) 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.MIDLDocument2 newInstance() {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MIDLDocument2) 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.MIDLDocument2 parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MIDLDocument2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static io.github.isotes.vs.model.MIDLDocument2 parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MIDLDocument2) 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.MIDLDocument2 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.MIDLDocument2) 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.MIDLDocument2 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.MIDLDocument2) 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