io.github.isotes.vs.model.CscDocument 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: Csc
* Namespace: http://schemas.microsoft.com/developer/msbuild/2003
* Java type: io.github.isotes.vs.model.CscDocument
*
* Automatically generated - do not modify.
*/
package io.github.isotes.vs.model;
/**
* A document containing one Csc(@http://schemas.microsoft.com/developer/msbuild/2003) element.
*
* This is a complex type.
*/
public interface CscDocument extends io.github.isotes.vs.model.TaskDocument
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CscDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("cscb363doctype");
/**
* Gets the "Csc" element
*/
io.github.isotes.vs.model.CscDocument.Csc getCsc();
/**
* Sets the "Csc" element
*/
void setCsc(io.github.isotes.vs.model.CscDocument.Csc csc);
/**
* Appends and returns a new empty "Csc" element
*/
io.github.isotes.vs.model.CscDocument.Csc addNewCsc();
/**
* An XML Csc(@http://schemas.microsoft.com/developer/msbuild/2003).
*
* This is a complex type.
*/
public interface Csc extends io.github.isotes.vs.model.TaskType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Csc.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("cscb0e2elemtype");
/**
* Gets the "AdditionalLibPaths" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getAdditionalLibPaths();
/**
* True if has "AdditionalLibPaths" attribute
*/
boolean isSetAdditionalLibPaths();
/**
* Sets the "AdditionalLibPaths" attribute
*/
void setAdditionalLibPaths(org.apache.xmlbeans.XmlAnySimpleType additionalLibPaths);
/**
* Appends and returns a new empty "AdditionalLibPaths" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalLibPaths();
/**
* Unsets the "AdditionalLibPaths" attribute
*/
void unsetAdditionalLibPaths();
/**
* Gets the "AddModules" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getAddModules();
/**
* True if has "AddModules" attribute
*/
boolean isSetAddModules();
/**
* Sets the "AddModules" attribute
*/
void setAddModules(org.apache.xmlbeans.XmlAnySimpleType addModules);
/**
* Appends and returns a new empty "AddModules" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewAddModules();
/**
* Unsets the "AddModules" attribute
*/
void unsetAddModules();
/**
* Gets the "AllowUnsafeBlocks" attribute
*/
java.lang.String getAllowUnsafeBlocks();
/**
* Gets (as xml) the "AllowUnsafeBlocks" attribute
*/
io.github.isotes.vs.model.Boolean xgetAllowUnsafeBlocks();
/**
* True if has "AllowUnsafeBlocks" attribute
*/
boolean isSetAllowUnsafeBlocks();
/**
* Sets the "AllowUnsafeBlocks" attribute
*/
void setAllowUnsafeBlocks(java.lang.String allowUnsafeBlocks);
/**
* Sets (as xml) the "AllowUnsafeBlocks" attribute
*/
void xsetAllowUnsafeBlocks(io.github.isotes.vs.model.Boolean allowUnsafeBlocks);
/**
* Unsets the "AllowUnsafeBlocks" attribute
*/
void unsetAllowUnsafeBlocks();
/**
* Gets the "BaseAddress" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getBaseAddress();
/**
* True if has "BaseAddress" attribute
*/
boolean isSetBaseAddress();
/**
* Sets the "BaseAddress" attribute
*/
void setBaseAddress(org.apache.xmlbeans.XmlAnySimpleType baseAddress);
/**
* Appends and returns a new empty "BaseAddress" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewBaseAddress();
/**
* Unsets the "BaseAddress" attribute
*/
void unsetBaseAddress();
/**
* Gets the "CheckForOverflowUnderflow" attribute
*/
java.lang.String getCheckForOverflowUnderflow();
/**
* Gets (as xml) the "CheckForOverflowUnderflow" attribute
*/
io.github.isotes.vs.model.Boolean xgetCheckForOverflowUnderflow();
/**
* True if has "CheckForOverflowUnderflow" attribute
*/
boolean isSetCheckForOverflowUnderflow();
/**
* Sets the "CheckForOverflowUnderflow" attribute
*/
void setCheckForOverflowUnderflow(java.lang.String checkForOverflowUnderflow);
/**
* Sets (as xml) the "CheckForOverflowUnderflow" attribute
*/
void xsetCheckForOverflowUnderflow(io.github.isotes.vs.model.Boolean checkForOverflowUnderflow);
/**
* Unsets the "CheckForOverflowUnderflow" attribute
*/
void unsetCheckForOverflowUnderflow();
/**
* Gets the "CodePage" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getCodePage();
/**
* True if has "CodePage" attribute
*/
boolean isSetCodePage();
/**
* Sets the "CodePage" attribute
*/
void setCodePage(org.apache.xmlbeans.XmlAnySimpleType codePage);
/**
* Appends and returns a new empty "CodePage" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewCodePage();
/**
* Unsets the "CodePage" attribute
*/
void unsetCodePage();
/**
* Gets the "DebugType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getDebugType();
/**
* True if has "DebugType" attribute
*/
boolean isSetDebugType();
/**
* Sets the "DebugType" attribute
*/
void setDebugType(org.apache.xmlbeans.XmlAnySimpleType debugType);
/**
* Appends and returns a new empty "DebugType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewDebugType();
/**
* Unsets the "DebugType" attribute
*/
void unsetDebugType();
/**
* Gets the "DefineConstants" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getDefineConstants();
/**
* True if has "DefineConstants" attribute
*/
boolean isSetDefineConstants();
/**
* Sets the "DefineConstants" attribute
*/
void setDefineConstants(org.apache.xmlbeans.XmlAnySimpleType defineConstants);
/**
* Appends and returns a new empty "DefineConstants" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewDefineConstants();
/**
* Unsets the "DefineConstants" attribute
*/
void unsetDefineConstants();
/**
* Gets the "DelaySign" attribute
*/
java.lang.String getDelaySign();
/**
* Gets (as xml) the "DelaySign" attribute
*/
io.github.isotes.vs.model.Boolean xgetDelaySign();
/**
* True if has "DelaySign" attribute
*/
boolean isSetDelaySign();
/**
* Sets the "DelaySign" attribute
*/
void setDelaySign(java.lang.String delaySign);
/**
* Sets (as xml) the "DelaySign" attribute
*/
void xsetDelaySign(io.github.isotes.vs.model.Boolean delaySign);
/**
* Unsets the "DelaySign" attribute
*/
void unsetDelaySign();
/**
* Gets the "DisabledWarnings" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getDisabledWarnings();
/**
* True if has "DisabledWarnings" attribute
*/
boolean isSetDisabledWarnings();
/**
* Sets the "DisabledWarnings" attribute
*/
void setDisabledWarnings(org.apache.xmlbeans.XmlAnySimpleType disabledWarnings);
/**
* Appends and returns a new empty "DisabledWarnings" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewDisabledWarnings();
/**
* Unsets the "DisabledWarnings" attribute
*/
void unsetDisabledWarnings();
/**
* Gets the "DocumentationFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getDocumentationFile();
/**
* True if has "DocumentationFile" attribute
*/
boolean isSetDocumentationFile();
/**
* Sets the "DocumentationFile" attribute
*/
void setDocumentationFile(org.apache.xmlbeans.XmlAnySimpleType documentationFile);
/**
* Appends and returns a new empty "DocumentationFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewDocumentationFile();
/**
* Unsets the "DocumentationFile" attribute
*/
void unsetDocumentationFile();
/**
* Gets the "EmitDebugInformation" attribute
*/
java.lang.String getEmitDebugInformation();
/**
* Gets (as xml) the "EmitDebugInformation" attribute
*/
io.github.isotes.vs.model.Boolean xgetEmitDebugInformation();
/**
* True if has "EmitDebugInformation" attribute
*/
boolean isSetEmitDebugInformation();
/**
* Sets the "EmitDebugInformation" attribute
*/
void setEmitDebugInformation(java.lang.String emitDebugInformation);
/**
* Sets (as xml) the "EmitDebugInformation" attribute
*/
void xsetEmitDebugInformation(io.github.isotes.vs.model.Boolean emitDebugInformation);
/**
* Unsets the "EmitDebugInformation" attribute
*/
void unsetEmitDebugInformation();
/**
* 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 "ErrorReport" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getErrorReport();
/**
* True if has "ErrorReport" attribute
*/
boolean isSetErrorReport();
/**
* Sets the "ErrorReport" attribute
*/
void setErrorReport(org.apache.xmlbeans.XmlAnySimpleType errorReport);
/**
* Appends and returns a new empty "ErrorReport" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewErrorReport();
/**
* Unsets the "ErrorReport" attribute
*/
void unsetErrorReport();
/**
* Gets the "FileAlignment" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getFileAlignment();
/**
* True if has "FileAlignment" attribute
*/
boolean isSetFileAlignment();
/**
* Sets the "FileAlignment" attribute
*/
void setFileAlignment(org.apache.xmlbeans.XmlAnySimpleType fileAlignment);
/**
* Appends and returns a new empty "FileAlignment" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewFileAlignment();
/**
* Unsets the "FileAlignment" attribute
*/
void unsetFileAlignment();
/**
* Gets the "GenerateFullPaths" attribute
*/
java.lang.String getGenerateFullPaths();
/**
* Gets (as xml) the "GenerateFullPaths" attribute
*/
io.github.isotes.vs.model.Boolean xgetGenerateFullPaths();
/**
* True if has "GenerateFullPaths" attribute
*/
boolean isSetGenerateFullPaths();
/**
* Sets the "GenerateFullPaths" attribute
*/
void setGenerateFullPaths(java.lang.String generateFullPaths);
/**
* Sets (as xml) the "GenerateFullPaths" attribute
*/
void xsetGenerateFullPaths(io.github.isotes.vs.model.Boolean generateFullPaths);
/**
* Unsets the "GenerateFullPaths" attribute
*/
void unsetGenerateFullPaths();
/**
* Gets the "KeyContainer" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getKeyContainer();
/**
* True if has "KeyContainer" attribute
*/
boolean isSetKeyContainer();
/**
* Sets the "KeyContainer" attribute
*/
void setKeyContainer(org.apache.xmlbeans.XmlAnySimpleType keyContainer);
/**
* Appends and returns a new empty "KeyContainer" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewKeyContainer();
/**
* Unsets the "KeyContainer" attribute
*/
void unsetKeyContainer();
/**
* Gets the "KeyFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getKeyFile();
/**
* True if has "KeyFile" attribute
*/
boolean isSetKeyFile();
/**
* Sets the "KeyFile" attribute
*/
void setKeyFile(org.apache.xmlbeans.XmlAnySimpleType keyFile);
/**
* Appends and returns a new empty "KeyFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewKeyFile();
/**
* Unsets the "KeyFile" attribute
*/
void unsetKeyFile();
/**
* Gets the "LangVersion" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getLangVersion();
/**
* True if has "LangVersion" attribute
*/
boolean isSetLangVersion();
/**
* Sets the "LangVersion" attribute
*/
void setLangVersion(org.apache.xmlbeans.XmlAnySimpleType langVersion);
/**
* Appends and returns a new empty "LangVersion" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewLangVersion();
/**
* Unsets the "LangVersion" attribute
*/
void unsetLangVersion();
/**
* Gets the "LinkResources" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getLinkResources();
/**
* True if has "LinkResources" attribute
*/
boolean isSetLinkResources();
/**
* Sets the "LinkResources" attribute
*/
void setLinkResources(org.apache.xmlbeans.XmlAnySimpleType linkResources);
/**
* Appends and returns a new empty "LinkResources" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewLinkResources();
/**
* Unsets the "LinkResources" attribute
*/
void unsetLinkResources();
/**
* 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 "MainEntryPoint" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getMainEntryPoint();
/**
* True if has "MainEntryPoint" attribute
*/
boolean isSetMainEntryPoint();
/**
* Sets the "MainEntryPoint" attribute
*/
void setMainEntryPoint(org.apache.xmlbeans.XmlAnySimpleType mainEntryPoint);
/**
* Appends and returns a new empty "MainEntryPoint" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewMainEntryPoint();
/**
* Unsets the "MainEntryPoint" attribute
*/
void unsetMainEntryPoint();
/**
* Gets the "ModuleAssemblyName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getModuleAssemblyName();
/**
* True if has "ModuleAssemblyName" attribute
*/
boolean isSetModuleAssemblyName();
/**
* Sets the "ModuleAssemblyName" attribute
*/
void setModuleAssemblyName(org.apache.xmlbeans.XmlAnySimpleType moduleAssemblyName);
/**
* Appends and returns a new empty "ModuleAssemblyName" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewModuleAssemblyName();
/**
* Unsets the "ModuleAssemblyName" attribute
*/
void unsetModuleAssemblyName();
/**
* Gets the "NoConfig" attribute
*/
java.lang.String getNoConfig();
/**
* Gets (as xml) the "NoConfig" attribute
*/
io.github.isotes.vs.model.Boolean xgetNoConfig();
/**
* True if has "NoConfig" attribute
*/
boolean isSetNoConfig();
/**
* Sets the "NoConfig" attribute
*/
void setNoConfig(java.lang.String noConfig);
/**
* Sets (as xml) the "NoConfig" attribute
*/
void xsetNoConfig(io.github.isotes.vs.model.Boolean noConfig);
/**
* Unsets the "NoConfig" attribute
*/
void unsetNoConfig();
/**
* Gets the "NoLogo" attribute
*/
java.lang.String getNoLogo();
/**
* Gets (as xml) the "NoLogo" attribute
*/
io.github.isotes.vs.model.Boolean xgetNoLogo();
/**
* True if has "NoLogo" attribute
*/
boolean isSetNoLogo();
/**
* Sets the "NoLogo" attribute
*/
void setNoLogo(java.lang.String noLogo);
/**
* Sets (as xml) the "NoLogo" attribute
*/
void xsetNoLogo(io.github.isotes.vs.model.Boolean noLogo);
/**
* Unsets the "NoLogo" attribute
*/
void unsetNoLogo();
/**
* Gets the "NoStandardLib" attribute
*/
java.lang.String getNoStandardLib();
/**
* Gets (as xml) the "NoStandardLib" attribute
*/
io.github.isotes.vs.model.Boolean xgetNoStandardLib();
/**
* True if has "NoStandardLib" attribute
*/
boolean isSetNoStandardLib();
/**
* Sets the "NoStandardLib" attribute
*/
void setNoStandardLib(java.lang.String noStandardLib);
/**
* Sets (as xml) the "NoStandardLib" attribute
*/
void xsetNoStandardLib(io.github.isotes.vs.model.Boolean noStandardLib);
/**
* Unsets the "NoStandardLib" attribute
*/
void unsetNoStandardLib();
/**
* Gets the "NoWin32Manifest" attribute
*/
java.lang.String getNoWin32Manifest();
/**
* Gets (as xml) the "NoWin32Manifest" attribute
*/
io.github.isotes.vs.model.Boolean xgetNoWin32Manifest();
/**
* True if has "NoWin32Manifest" attribute
*/
boolean isSetNoWin32Manifest();
/**
* Sets the "NoWin32Manifest" attribute
*/
void setNoWin32Manifest(java.lang.String noWin32Manifest);
/**
* Sets (as xml) the "NoWin32Manifest" attribute
*/
void xsetNoWin32Manifest(io.github.isotes.vs.model.Boolean noWin32Manifest);
/**
* Unsets the "NoWin32Manifest" attribute
*/
void unsetNoWin32Manifest();
/**
* Gets the "Optimize" attribute
*/
java.lang.String getOptimize();
/**
* Gets (as xml) the "Optimize" attribute
*/
io.github.isotes.vs.model.Boolean xgetOptimize();
/**
* True if has "Optimize" attribute
*/
boolean isSetOptimize();
/**
* Sets the "Optimize" attribute
*/
void setOptimize(java.lang.String optimize);
/**
* Sets (as xml) the "Optimize" attribute
*/
void xsetOptimize(io.github.isotes.vs.model.Boolean optimize);
/**
* Unsets the "Optimize" attribute
*/
void unsetOptimize();
/**
* Gets the "OutputAssembly" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getOutputAssembly();
/**
* True if has "OutputAssembly" attribute
*/
boolean isSetOutputAssembly();
/**
* Sets the "OutputAssembly" attribute
*/
void setOutputAssembly(org.apache.xmlbeans.XmlAnySimpleType outputAssembly);
/**
* Appends and returns a new empty "OutputAssembly" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewOutputAssembly();
/**
* Unsets the "OutputAssembly" attribute
*/
void unsetOutputAssembly();
/**
* Gets the "PdbFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getPdbFile();
/**
* True if has "PdbFile" attribute
*/
boolean isSetPdbFile();
/**
* Sets the "PdbFile" attribute
*/
void setPdbFile(org.apache.xmlbeans.XmlAnySimpleType pdbFile);
/**
* Appends and returns a new empty "PdbFile" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewPdbFile();
/**
* Unsets the "PdbFile" attribute
*/
void unsetPdbFile();
/**
* Gets the "Platform" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getPlatform();
/**
* True if has "Platform" attribute
*/
boolean isSetPlatform();
/**
* Sets the "Platform" attribute
*/
void setPlatform(org.apache.xmlbeans.XmlAnySimpleType platform);
/**
* Appends and returns a new empty "Platform" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewPlatform();
/**
* Unsets the "Platform" attribute
*/
void unsetPlatform();
/**
* Gets the "References" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getReferences();
/**
* True if has "References" attribute
*/
boolean isSetReferences();
/**
* Sets the "References" attribute
*/
void setReferences(org.apache.xmlbeans.XmlAnySimpleType references);
/**
* Appends and returns a new empty "References" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewReferences();
/**
* Unsets the "References" attribute
*/
void unsetReferences();
/**
* Gets the "Resources" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getResources();
/**
* True if has "Resources" attribute
*/
boolean isSetResources();
/**
* Sets the "Resources" attribute
*/
void setResources(org.apache.xmlbeans.XmlAnySimpleType resources);
/**
* Appends and returns a new empty "Resources" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewResources();
/**
* Unsets the "Resources" attribute
*/
void unsetResources();
/**
* Gets the "ResponseFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getResponseFiles();
/**
* True if has "ResponseFiles" attribute
*/
boolean isSetResponseFiles();
/**
* Sets the "ResponseFiles" attribute
*/
void setResponseFiles(org.apache.xmlbeans.XmlAnySimpleType responseFiles);
/**
* Appends and returns a new empty "ResponseFiles" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewResponseFiles();
/**
* Unsets the "ResponseFiles" attribute
*/
void unsetResponseFiles();
/**
* 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 "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 "TargetType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getTargetType();
/**
* True if has "TargetType" attribute
*/
boolean isSetTargetType();
/**
* Sets the "TargetType" attribute
*/
void setTargetType(org.apache.xmlbeans.XmlAnySimpleType targetType);
/**
* Appends and returns a new empty "TargetType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewTargetType();
/**
* Unsets the "TargetType" attribute
*/
void unsetTargetType();
/**
* 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 "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 "TreatWarningsAsErrors" attribute
*/
java.lang.String getTreatWarningsAsErrors();
/**
* Gets (as xml) the "TreatWarningsAsErrors" attribute
*/
io.github.isotes.vs.model.Boolean xgetTreatWarningsAsErrors();
/**
* True if has "TreatWarningsAsErrors" attribute
*/
boolean isSetTreatWarningsAsErrors();
/**
* Sets the "TreatWarningsAsErrors" attribute
*/
void setTreatWarningsAsErrors(java.lang.String treatWarningsAsErrors);
/**
* Sets (as xml) the "TreatWarningsAsErrors" attribute
*/
void xsetTreatWarningsAsErrors(io.github.isotes.vs.model.Boolean treatWarningsAsErrors);
/**
* Unsets the "TreatWarningsAsErrors" attribute
*/
void unsetTreatWarningsAsErrors();
/**
* Gets the "UseHostCompilerIfAvailable" attribute
*/
java.lang.String getUseHostCompilerIfAvailable();
/**
* Gets (as xml) the "UseHostCompilerIfAvailable" attribute
*/
io.github.isotes.vs.model.Boolean xgetUseHostCompilerIfAvailable();
/**
* True if has "UseHostCompilerIfAvailable" attribute
*/
boolean isSetUseHostCompilerIfAvailable();
/**
* Sets the "UseHostCompilerIfAvailable" attribute
*/
void setUseHostCompilerIfAvailable(java.lang.String useHostCompilerIfAvailable);
/**
* Sets (as xml) the "UseHostCompilerIfAvailable" attribute
*/
void xsetUseHostCompilerIfAvailable(io.github.isotes.vs.model.Boolean useHostCompilerIfAvailable);
/**
* Unsets the "UseHostCompilerIfAvailable" attribute
*/
void unsetUseHostCompilerIfAvailable();
/**
* Gets the "Utf8Output" attribute
*/
java.lang.String getUtf8Output();
/**
* Gets (as xml) the "Utf8Output" attribute
*/
io.github.isotes.vs.model.Boolean xgetUtf8Output();
/**
* True if has "Utf8Output" attribute
*/
boolean isSetUtf8Output();
/**
* Sets the "Utf8Output" attribute
*/
void setUtf8Output(java.lang.String utf8Output);
/**
* Sets (as xml) the "Utf8Output" attribute
*/
void xsetUtf8Output(io.github.isotes.vs.model.Boolean utf8Output);
/**
* Unsets the "Utf8Output" attribute
*/
void unsetUtf8Output();
/**
* 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();
/**
* Gets the "WarningsAsErrors" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getWarningsAsErrors();
/**
* True if has "WarningsAsErrors" attribute
*/
boolean isSetWarningsAsErrors();
/**
* Sets the "WarningsAsErrors" attribute
*/
void setWarningsAsErrors(org.apache.xmlbeans.XmlAnySimpleType warningsAsErrors);
/**
* Appends and returns a new empty "WarningsAsErrors" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewWarningsAsErrors();
/**
* Unsets the "WarningsAsErrors" attribute
*/
void unsetWarningsAsErrors();
/**
* Gets the "WarningsNotAsErrors" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getWarningsNotAsErrors();
/**
* True if has "WarningsNotAsErrors" attribute
*/
boolean isSetWarningsNotAsErrors();
/**
* Sets the "WarningsNotAsErrors" attribute
*/
void setWarningsNotAsErrors(org.apache.xmlbeans.XmlAnySimpleType warningsNotAsErrors);
/**
* Appends and returns a new empty "WarningsNotAsErrors" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewWarningsNotAsErrors();
/**
* Unsets the "WarningsNotAsErrors" attribute
*/
void unsetWarningsNotAsErrors();
/**
* Gets the "Win32Icon" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getWin32Icon();
/**
* True if has "Win32Icon" attribute
*/
boolean isSetWin32Icon();
/**
* Sets the "Win32Icon" attribute
*/
void setWin32Icon(org.apache.xmlbeans.XmlAnySimpleType win32Icon);
/**
* Appends and returns a new empty "Win32Icon" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewWin32Icon();
/**
* Unsets the "Win32Icon" attribute
*/
void unsetWin32Icon();
/**
* Gets the "Win32Manifest" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getWin32Manifest();
/**
* True if has "Win32Manifest" attribute
*/
boolean isSetWin32Manifest();
/**
* Sets the "Win32Manifest" attribute
*/
void setWin32Manifest(org.apache.xmlbeans.XmlAnySimpleType win32Manifest);
/**
* Appends and returns a new empty "Win32Manifest" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewWin32Manifest();
/**
* Unsets the "Win32Manifest" attribute
*/
void unsetWin32Manifest();
/**
* Gets the "Win32Resource" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getWin32Resource();
/**
* True if has "Win32Resource" attribute
*/
boolean isSetWin32Resource();
/**
* Sets the "Win32Resource" attribute
*/
void setWin32Resource(org.apache.xmlbeans.XmlAnySimpleType win32Resource);
/**
* Appends and returns a new empty "Win32Resource" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewWin32Resource();
/**
* Unsets the "Win32Resource" attribute
*/
void unsetWin32Resource();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static io.github.isotes.vs.model.CscDocument.Csc newInstance() {
return (io.github.isotes.vs.model.CscDocument.Csc) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.CscDocument.Csc newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.CscDocument.Csc) 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.CscDocument newInstance() {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.CscDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static io.github.isotes.vs.model.CscDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static io.github.isotes.vs.model.CscDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CscDocument) 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.CscDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static io.github.isotes.vs.model.CscDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static io.github.isotes.vs.model.CscDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static io.github.isotes.vs.model.CscDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static io.github.isotes.vs.model.CscDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static io.github.isotes.vs.model.CscDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static io.github.isotes.vs.model.CscDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static io.github.isotes.vs.model.CscDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static io.github.isotes.vs.model.CscDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static io.github.isotes.vs.model.CscDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static io.github.isotes.vs.model.CscDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CscDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static io.github.isotes.vs.model.CscDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CscDocument) 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.CscDocument 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.CscDocument) 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.CscDocument 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.CscDocument) 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