
io.github.isotes.vs.model.MtDocument 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: Mt
* Namespace: http://schemas.microsoft.com/developer/msbuild/2003
* Java type: io.github.isotes.vs.model.MtDocument
*
* Automatically generated - do not modify.
*/
package io.github.isotes.vs.model;
/**
* A document containing one Mt(@http://schemas.microsoft.com/developer/msbuild/2003) element.
*
* This is a complex type.
*/
public interface MtDocument extends io.github.isotes.vs.model.TaskDocument
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MtDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("mt91a9doctype");
/**
* Gets the "Mt" element
*/
io.github.isotes.vs.model.MtDocument.Mt getMt();
/**
* Sets the "Mt" element
*/
void setMt(io.github.isotes.vs.model.MtDocument.Mt mt);
/**
* Appends and returns a new empty "Mt" element
*/
io.github.isotes.vs.model.MtDocument.Mt addNewMt();
/**
* An XML Mt(@http://schemas.microsoft.com/developer/msbuild/2003).
*
* This is a complex type.
*/
public interface Mt extends io.github.isotes.vs.model.TaskType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Mt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("mtb6a6elemtype");
/**
* 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 "AdditionalManifestFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getAdditionalManifestFiles();
/**
* True if has "AdditionalManifestFiles" attribute
*/
boolean isSetAdditionalManifestFiles();
/**
* Sets the "AdditionalManifestFiles" attribute
*/
void setAdditionalManifestFiles(org.apache.xmlbeans.XmlAnySimpleType additionalManifestFiles);
/**
* Appends and returns a new empty "AdditionalManifestFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalManifestFiles();
/**
* Unsets the "AdditionalManifestFiles" attribute
*/
void unsetAdditionalManifestFiles();
/**
* 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 "AssemblyIdentity" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getAssemblyIdentity();
/**
* True if has "AssemblyIdentity" attribute
*/
boolean isSetAssemblyIdentity();
/**
* Sets the "AssemblyIdentity" attribute
*/
void setAssemblyIdentity(org.apache.xmlbeans.XmlAnySimpleType assemblyIdentity);
/**
* Appends and returns a new empty "AssemblyIdentity" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewAssemblyIdentity();
/**
* Unsets the "AssemblyIdentity" attribute
*/
void unsetAssemblyIdentity();
/**
* Gets the "ComponentFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getComponentFileName();
/**
* True if has "ComponentFileName" attribute
*/
boolean isSetComponentFileName();
/**
* Sets the "ComponentFileName" attribute
*/
void setComponentFileName(org.apache.xmlbeans.XmlAnySimpleType componentFileName);
/**
* Appends and returns a new empty "ComponentFileName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewComponentFileName();
/**
* Unsets the "ComponentFileName" attribute
*/
void unsetComponentFileName();
/**
* Gets the "EmbedManifest" attribute
*/
java.lang.String getEmbedManifest();
/**
* Gets (as xml) the "EmbedManifest" attribute
*/
io.github.isotes.vs.model.Boolean xgetEmbedManifest();
/**
* True if has "EmbedManifest" attribute
*/
boolean isSetEmbedManifest();
/**
* Sets the "EmbedManifest" attribute
*/
void setEmbedManifest(java.lang.String embedManifest);
/**
* Sets (as xml) the "EmbedManifest" attribute
*/
void xsetEmbedManifest(io.github.isotes.vs.model.Boolean embedManifest);
/**
* Unsets the "EmbedManifest" attribute
*/
void unsetEmbedManifest();
/**
* 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 "GenerateCatalogFiles" attribute
*/
java.lang.String getGenerateCatalogFiles();
/**
* Gets (as xml) the "GenerateCatalogFiles" attribute
*/
io.github.isotes.vs.model.Boolean xgetGenerateCatalogFiles();
/**
* True if has "GenerateCatalogFiles" attribute
*/
boolean isSetGenerateCatalogFiles();
/**
* Sets the "GenerateCatalogFiles" attribute
*/
void setGenerateCatalogFiles(java.lang.String generateCatalogFiles);
/**
* Sets (as xml) the "GenerateCatalogFiles" attribute
*/
void xsetGenerateCatalogFiles(io.github.isotes.vs.model.Boolean generateCatalogFiles);
/**
* Unsets the "GenerateCatalogFiles" attribute
*/
void unsetGenerateCatalogFiles();
/**
* Gets the "GenerateCategoryTags" attribute
*/
java.lang.String getGenerateCategoryTags();
/**
* Gets (as xml) the "GenerateCategoryTags" attribute
*/
io.github.isotes.vs.model.Boolean xgetGenerateCategoryTags();
/**
* True if has "GenerateCategoryTags" attribute
*/
boolean isSetGenerateCategoryTags();
/**
* Sets the "GenerateCategoryTags" attribute
*/
void setGenerateCategoryTags(java.lang.String generateCategoryTags);
/**
* Sets (as xml) the "GenerateCategoryTags" attribute
*/
void xsetGenerateCategoryTags(io.github.isotes.vs.model.Boolean generateCategoryTags);
/**
* Unsets the "GenerateCategoryTags" attribute
*/
void unsetGenerateCategoryTags();
/**
* Gets the "InputResourceManifests" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getInputResourceManifests();
/**
* True if has "InputResourceManifests" attribute
*/
boolean isSetInputResourceManifests();
/**
* Sets the "InputResourceManifests" attribute
*/
void setInputResourceManifests(org.apache.xmlbeans.XmlAnySimpleType inputResourceManifests);
/**
* Appends and returns a new empty "InputResourceManifests" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewInputResourceManifests();
/**
* Unsets the "InputResourceManifests" attribute
*/
void unsetInputResourceManifests();
/**
* 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 "ManifestFromManagedAssembly" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getManifestFromManagedAssembly();
/**
* True if has "ManifestFromManagedAssembly" attribute
*/
boolean isSetManifestFromManagedAssembly();
/**
* Sets the "ManifestFromManagedAssembly" attribute
*/
void setManifestFromManagedAssembly(org.apache.xmlbeans.XmlAnySimpleType manifestFromManagedAssembly);
/**
* Appends and returns a new empty "ManifestFromManagedAssembly" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewManifestFromManagedAssembly();
/**
* Unsets the "ManifestFromManagedAssembly" attribute
*/
void unsetManifestFromManagedAssembly();
/**
* 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 "OutputManifestFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getOutputManifestFile();
/**
* True if has "OutputManifestFile" attribute
*/
boolean isSetOutputManifestFile();
/**
* Sets the "OutputManifestFile" attribute
*/
void setOutputManifestFile(org.apache.xmlbeans.XmlAnySimpleType outputManifestFile);
/**
* Appends and returns a new empty "OutputManifestFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewOutputManifestFile();
/**
* Unsets the "OutputManifestFile" attribute
*/
void unsetOutputManifestFile();
/**
* Gets the "OutputResourceManifests" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getOutputResourceManifests();
/**
* True if has "OutputResourceManifests" attribute
*/
boolean isSetOutputResourceManifests();
/**
* Sets the "OutputResourceManifests" attribute
*/
void setOutputResourceManifests(org.apache.xmlbeans.XmlAnySimpleType outputResourceManifests);
/**
* Appends and returns a new empty "OutputResourceManifests" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewOutputResourceManifests();
/**
* Unsets the "OutputResourceManifests" attribute
*/
void unsetOutputResourceManifests();
/**
* 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 "RegistrarScriptFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getRegistrarScriptFile();
/**
* True if has "RegistrarScriptFile" attribute
*/
boolean isSetRegistrarScriptFile();
/**
* Sets the "RegistrarScriptFile" attribute
*/
void setRegistrarScriptFile(org.apache.xmlbeans.XmlAnySimpleType registrarScriptFile);
/**
* Appends and returns a new empty "RegistrarScriptFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewRegistrarScriptFile();
/**
* Unsets the "RegistrarScriptFile" attribute
*/
void unsetRegistrarScriptFile();
/**
* Gets the "ReplacementsFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getReplacementsFile();
/**
* True if has "ReplacementsFile" attribute
*/
boolean isSetReplacementsFile();
/**
* Sets the "ReplacementsFile" attribute
*/
void setReplacementsFile(org.apache.xmlbeans.XmlAnySimpleType replacementsFile);
/**
* Appends and returns a new empty "ReplacementsFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewReplacementsFile();
/**
* Unsets the "ReplacementsFile" attribute
*/
void unsetReplacementsFile();
/**
* 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 "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 "Sources" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getSources();
/**
* True if has "Sources" attribute
*/
boolean isSetSources();
/**
* Sets the "Sources" attribute
*/
void setSources(org.apache.xmlbeans.XmlAnySimpleType sources);
/**
* Appends and returns a new empty "Sources" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewSources();
/**
* Unsets the "Sources" attribute
*/
void unsetSources();
/**
* 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 "SuppressDependencyElement" attribute
*/
java.lang.String getSuppressDependencyElement();
/**
* Gets (as xml) the "SuppressDependencyElement" attribute
*/
io.github.isotes.vs.model.Boolean xgetSuppressDependencyElement();
/**
* True if has "SuppressDependencyElement" attribute
*/
boolean isSetSuppressDependencyElement();
/**
* Sets the "SuppressDependencyElement" attribute
*/
void setSuppressDependencyElement(java.lang.String suppressDependencyElement);
/**
* Sets (as xml) the "SuppressDependencyElement" attribute
*/
void xsetSuppressDependencyElement(io.github.isotes.vs.model.Boolean suppressDependencyElement);
/**
* Unsets the "SuppressDependencyElement" attribute
*/
void unsetSuppressDependencyElement();
/**
* 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();
/**
* Gets the "TypeLibraryFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getTypeLibraryFile();
/**
* True if has "TypeLibraryFile" attribute
*/
boolean isSetTypeLibraryFile();
/**
* Sets the "TypeLibraryFile" attribute
*/
void setTypeLibraryFile(org.apache.xmlbeans.XmlAnySimpleType typeLibraryFile);
/**
* Appends and returns a new empty "TypeLibraryFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewTypeLibraryFile();
/**
* Unsets the "TypeLibraryFile" attribute
*/
void unsetTypeLibraryFile();
/**
* Gets the "UpdateFileHashes" attribute
*/
java.lang.String getUpdateFileHashes();
/**
* Gets (as xml) the "UpdateFileHashes" attribute
*/
io.github.isotes.vs.model.Boolean xgetUpdateFileHashes();
/**
* True if has "UpdateFileHashes" attribute
*/
boolean isSetUpdateFileHashes();
/**
* Sets the "UpdateFileHashes" attribute
*/
void setUpdateFileHashes(java.lang.String updateFileHashes);
/**
* Sets (as xml) the "UpdateFileHashes" attribute
*/
void xsetUpdateFileHashes(io.github.isotes.vs.model.Boolean updateFileHashes);
/**
* Unsets the "UpdateFileHashes" attribute
*/
void unsetUpdateFileHashes();
/**
* Gets the "UpdateFileHashesSearchPath" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getUpdateFileHashesSearchPath();
/**
* True if has "UpdateFileHashesSearchPath" attribute
*/
boolean isSetUpdateFileHashesSearchPath();
/**
* Sets the "UpdateFileHashesSearchPath" attribute
*/
void setUpdateFileHashesSearchPath(org.apache.xmlbeans.XmlAnySimpleType updateFileHashesSearchPath);
/**
* Appends and returns a new empty "UpdateFileHashesSearchPath" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewUpdateFileHashesSearchPath();
/**
* Unsets the "UpdateFileHashesSearchPath" attribute
*/
void unsetUpdateFileHashesSearchPath();
/**
* Gets the "VerboseOutput" attribute
*/
java.lang.String getVerboseOutput();
/**
* Gets (as xml) the "VerboseOutput" attribute
*/
io.github.isotes.vs.model.Boolean xgetVerboseOutput();
/**
* True if has "VerboseOutput" attribute
*/
boolean isSetVerboseOutput();
/**
* Sets the "VerboseOutput" attribute
*/
void setVerboseOutput(java.lang.String verboseOutput);
/**
* Sets (as xml) the "VerboseOutput" attribute
*/
void xsetVerboseOutput(io.github.isotes.vs.model.Boolean verboseOutput);
/**
* Unsets the "VerboseOutput" attribute
*/
void unsetVerboseOutput();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static io.github.isotes.vs.model.MtDocument.Mt newInstance() {
return (io.github.isotes.vs.model.MtDocument.Mt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.MtDocument.Mt newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.MtDocument.Mt) 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.MtDocument newInstance() {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.MtDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static io.github.isotes.vs.model.MtDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static io.github.isotes.vs.model.MtDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MtDocument) 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.MtDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static io.github.isotes.vs.model.MtDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static io.github.isotes.vs.model.MtDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static io.github.isotes.vs.model.MtDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static io.github.isotes.vs.model.MtDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static io.github.isotes.vs.model.MtDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static io.github.isotes.vs.model.MtDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static io.github.isotes.vs.model.MtDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static io.github.isotes.vs.model.MtDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static io.github.isotes.vs.model.MtDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static io.github.isotes.vs.model.MtDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MtDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static io.github.isotes.vs.model.MtDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.MtDocument) 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.MtDocument 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.MtDocument) 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.MtDocument 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.MtDocument) 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