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

io.github.isotes.vs.model.ALDocument Maven / Gradle / Ivy

Go to download

Generated XMLBeans Java classes for the XML schema of MSBuild project files

The newest version!
/*
 * An XML document type.
 * Localname: AL
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ALDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one AL(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface ALDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ALDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("ale60ddoctype");
    
    /**
     * Gets the "AL" element
     */
    io.github.isotes.vs.model.ALDocument.AL getAL();
    
    /**
     * Sets the "AL" element
     */
    void setAL(io.github.isotes.vs.model.ALDocument.AL al);
    
    /**
     * Appends and returns a new empty "AL" element
     */
    io.github.isotes.vs.model.ALDocument.AL addNewAL();
    
    /**
     * An XML AL(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface AL extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AL.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("ald526elemtype");
        
        /**
         * Gets the "AlgorithmId" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAlgorithmId();
        
        /**
         * True if has "AlgorithmId" attribute
         */
        boolean isSetAlgorithmId();
        
        /**
         * Sets the "AlgorithmId" attribute
         */
        void setAlgorithmId(org.apache.xmlbeans.XmlAnySimpleType algorithmId);
        
        /**
         * Appends and returns a new empty "AlgorithmId" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAlgorithmId();
        
        /**
         * Unsets the "AlgorithmId" attribute
         */
        void unsetAlgorithmId();
        
        /**
         * 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 "CompanyName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCompanyName();
        
        /**
         * True if has "CompanyName" attribute
         */
        boolean isSetCompanyName();
        
        /**
         * Sets the "CompanyName" attribute
         */
        void setCompanyName(org.apache.xmlbeans.XmlAnySimpleType companyName);
        
        /**
         * Appends and returns a new empty "CompanyName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCompanyName();
        
        /**
         * Unsets the "CompanyName" attribute
         */
        void unsetCompanyName();
        
        /**
         * Gets the "Configuration" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getConfiguration();
        
        /**
         * True if has "Configuration" attribute
         */
        boolean isSetConfiguration();
        
        /**
         * Sets the "Configuration" attribute
         */
        void setConfiguration(org.apache.xmlbeans.XmlAnySimpleType configuration);
        
        /**
         * Appends and returns a new empty "Configuration" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewConfiguration();
        
        /**
         * Unsets the "Configuration" attribute
         */
        void unsetConfiguration();
        
        /**
         * Gets the "Copyright" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCopyright();
        
        /**
         * True if has "Copyright" attribute
         */
        boolean isSetCopyright();
        
        /**
         * Sets the "Copyright" attribute
         */
        void setCopyright(org.apache.xmlbeans.XmlAnySimpleType copyright);
        
        /**
         * Appends and returns a new empty "Copyright" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCopyright();
        
        /**
         * Unsets the "Copyright" attribute
         */
        void unsetCopyright();
        
        /**
         * Gets the "Culture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCulture();
        
        /**
         * True if has "Culture" attribute
         */
        boolean isSetCulture();
        
        /**
         * Sets the "Culture" attribute
         */
        void setCulture(org.apache.xmlbeans.XmlAnySimpleType culture);
        
        /**
         * Appends and returns a new empty "Culture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCulture();
        
        /**
         * Unsets the "Culture" attribute
         */
        void unsetCulture();
        
        /**
         * Gets the "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 "Description" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getDescription();
        
        /**
         * True if has "Description" attribute
         */
        boolean isSetDescription();
        
        /**
         * Sets the "Description" attribute
         */
        void setDescription(org.apache.xmlbeans.XmlAnySimpleType description);
        
        /**
         * Appends and returns a new empty "Description" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewDescription();
        
        /**
         * Unsets the "Description" attribute
         */
        void unsetDescription();
        
        /**
         * Gets the "EmbedResources" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getEmbedResources();
        
        /**
         * True if has "EmbedResources" attribute
         */
        boolean isSetEmbedResources();
        
        /**
         * Sets the "EmbedResources" attribute
         */
        void setEmbedResources(org.apache.xmlbeans.XmlAnySimpleType embedResources);
        
        /**
         * Appends and returns a new empty "EmbedResources" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewEmbedResources();
        
        /**
         * Unsets the "EmbedResources" attribute
         */
        void unsetEmbedResources();
        
        /**
         * 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 "EvidenceFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getEvidenceFile();
        
        /**
         * True if has "EvidenceFile" attribute
         */
        boolean isSetEvidenceFile();
        
        /**
         * Sets the "EvidenceFile" attribute
         */
        void setEvidenceFile(org.apache.xmlbeans.XmlAnySimpleType evidenceFile);
        
        /**
         * Appends and returns a new empty "EvidenceFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewEvidenceFile();
        
        /**
         * Unsets the "EvidenceFile" attribute
         */
        void unsetEvidenceFile();
        
        /**
         * Gets the "FileVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFileVersion();
        
        /**
         * True if has "FileVersion" attribute
         */
        boolean isSetFileVersion();
        
        /**
         * Sets the "FileVersion" attribute
         */
        void setFileVersion(org.apache.xmlbeans.XmlAnySimpleType fileVersion);
        
        /**
         * Appends and returns a new empty "FileVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFileVersion();
        
        /**
         * Unsets the "FileVersion" attribute
         */
        void unsetFileVersion();
        
        /**
         * Gets the "Flags" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFlags();
        
        /**
         * True if has "Flags" attribute
         */
        boolean isSetFlags();
        
        /**
         * Sets the "Flags" attribute
         */
        void setFlags(org.apache.xmlbeans.XmlAnySimpleType flags);
        
        /**
         * Appends and returns a new empty "Flags" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFlags();
        
        /**
         * Unsets the "Flags" attribute
         */
        void unsetFlags();
        
        /**
         * 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 "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 "OutputAssembly" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputAssembly();
        
        /**
         * Sets the "OutputAssembly" attribute
         */
        void setOutputAssembly(org.apache.xmlbeans.XmlAnySimpleType outputAssembly);
        
        /**
         * Appends and returns a new empty "OutputAssembly" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputAssembly();
        
        /**
         * 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 "ProductName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProductName();
        
        /**
         * True if has "ProductName" attribute
         */
        boolean isSetProductName();
        
        /**
         * Sets the "ProductName" attribute
         */
        void setProductName(org.apache.xmlbeans.XmlAnySimpleType productName);
        
        /**
         * Appends and returns a new empty "ProductName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProductName();
        
        /**
         * Unsets the "ProductName" attribute
         */
        void unsetProductName();
        
        /**
         * Gets the "ProductVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProductVersion();
        
        /**
         * True if has "ProductVersion" attribute
         */
        boolean isSetProductVersion();
        
        /**
         * Sets the "ProductVersion" attribute
         */
        void setProductVersion(org.apache.xmlbeans.XmlAnySimpleType productVersion);
        
        /**
         * Appends and returns a new empty "ProductVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProductVersion();
        
        /**
         * Unsets the "ProductVersion" attribute
         */
        void unsetProductVersion();
        
        /**
         * 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 "SdkToolsPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSdkToolsPath();
        
        /**
         * True if has "SdkToolsPath" attribute
         */
        boolean isSetSdkToolsPath();
        
        /**
         * Sets the "SdkToolsPath" attribute
         */
        void setSdkToolsPath(org.apache.xmlbeans.XmlAnySimpleType sdkToolsPath);
        
        /**
         * Appends and returns a new empty "SdkToolsPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSdkToolsPath();
        
        /**
         * Unsets the "SdkToolsPath" attribute
         */
        void unsetSdkToolsPath();
        
        /**
         * Gets the "SourceModules" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSourceModules();
        
        /**
         * True if has "SourceModules" attribute
         */
        boolean isSetSourceModules();
        
        /**
         * Sets the "SourceModules" attribute
         */
        void setSourceModules(org.apache.xmlbeans.XmlAnySimpleType sourceModules);
        
        /**
         * Appends and returns a new empty "SourceModules" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSourceModules();
        
        /**
         * Unsets the "SourceModules" attribute
         */
        void unsetSourceModules();
        
        /**
         * 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 "TemplateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTemplateFile();
        
        /**
         * True if has "TemplateFile" attribute
         */
        boolean isSetTemplateFile();
        
        /**
         * Sets the "TemplateFile" attribute
         */
        void setTemplateFile(org.apache.xmlbeans.XmlAnySimpleType templateFile);
        
        /**
         * Appends and returns a new empty "TemplateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTemplateFile();
        
        /**
         * Unsets the "TemplateFile" attribute
         */
        void unsetTemplateFile();
        
        /**
         * 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 "Title" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTitle();
        
        /**
         * True if has "Title" attribute
         */
        boolean isSetTitle();
        
        /**
         * Sets the "Title" attribute
         */
        void setTitle(org.apache.xmlbeans.XmlAnySimpleType title);
        
        /**
         * Appends and returns a new empty "Title" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTitle();
        
        /**
         * Unsets the "Title" attribute
         */
        void unsetTitle();
        
        /**
         * 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 "Trademark" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTrademark();
        
        /**
         * True if has "Trademark" attribute
         */
        boolean isSetTrademark();
        
        /**
         * Sets the "Trademark" attribute
         */
        void setTrademark(org.apache.xmlbeans.XmlAnySimpleType trademark);
        
        /**
         * Appends and returns a new empty "Trademark" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTrademark();
        
        /**
         * Unsets the "Trademark" attribute
         */
        void unsetTrademark();
        
        /**
         * Gets the "Version" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getVersion();
        
        /**
         * True if has "Version" attribute
         */
        boolean isSetVersion();
        
        /**
         * Sets the "Version" attribute
         */
        void setVersion(org.apache.xmlbeans.XmlAnySimpleType version);
        
        /**
         * Appends and returns a new empty "Version" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewVersion();
        
        /**
         * Unsets the "Version" attribute
         */
        void unsetVersion();
        
        /**
         * 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 "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.ALDocument.AL newInstance() {
              return (io.github.isotes.vs.model.ALDocument.AL) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.ALDocument.AL newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.ALDocument.AL) 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.ALDocument newInstance() {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.ALDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ALDocument) 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.ALDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.ALDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ALDocument) 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.ALDocument 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.ALDocument) 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.ALDocument 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.ALDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy