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

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

/*
 * An XML document type.
 * Localname: GenerateApplicationManifest
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.GenerateApplicationManifestDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one GenerateApplicationManifest(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface GenerateApplicationManifestDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateApplicationManifestDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generateapplicationmanifest22dadoctype");
    
    /**
     * Gets the "GenerateApplicationManifest" element
     */
    io.github.isotes.vs.model.GenerateApplicationManifestDocument.GenerateApplicationManifest getGenerateApplicationManifest();
    
    /**
     * Sets the "GenerateApplicationManifest" element
     */
    void setGenerateApplicationManifest(io.github.isotes.vs.model.GenerateApplicationManifestDocument.GenerateApplicationManifest generateApplicationManifest);
    
    /**
     * Appends and returns a new empty "GenerateApplicationManifest" element
     */
    io.github.isotes.vs.model.GenerateApplicationManifestDocument.GenerateApplicationManifest addNewGenerateApplicationManifest();
    
    /**
     * An XML GenerateApplicationManifest(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface GenerateApplicationManifest extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateApplicationManifest.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generateapplicationmanifest2590elemtype");
        
        /**
         * Gets the "AssemblyName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAssemblyName();
        
        /**
         * True if has "AssemblyName" attribute
         */
        boolean isSetAssemblyName();
        
        /**
         * Sets the "AssemblyName" attribute
         */
        void setAssemblyName(org.apache.xmlbeans.XmlAnySimpleType assemblyName);
        
        /**
         * Appends and returns a new empty "AssemblyName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAssemblyName();
        
        /**
         * Unsets the "AssemblyName" attribute
         */
        void unsetAssemblyName();
        
        /**
         * Gets the "AssemblyVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAssemblyVersion();
        
        /**
         * True if has "AssemblyVersion" attribute
         */
        boolean isSetAssemblyVersion();
        
        /**
         * Sets the "AssemblyVersion" attribute
         */
        void setAssemblyVersion(org.apache.xmlbeans.XmlAnySimpleType assemblyVersion);
        
        /**
         * Appends and returns a new empty "AssemblyVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAssemblyVersion();
        
        /**
         * Unsets the "AssemblyVersion" attribute
         */
        void unsetAssemblyVersion();
        
        /**
         * Gets the "ClrVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getClrVersion();
        
        /**
         * True if has "ClrVersion" attribute
         */
        boolean isSetClrVersion();
        
        /**
         * Sets the "ClrVersion" attribute
         */
        void setClrVersion(org.apache.xmlbeans.XmlAnySimpleType clrVersion);
        
        /**
         * Appends and returns a new empty "ClrVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewClrVersion();
        
        /**
         * Unsets the "ClrVersion" attribute
         */
        void unsetClrVersion();
        
        /**
         * Gets the "ConfigFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getConfigFile();
        
        /**
         * True if has "ConfigFile" attribute
         */
        boolean isSetConfigFile();
        
        /**
         * Sets the "ConfigFile" attribute
         */
        void setConfigFile(org.apache.xmlbeans.XmlAnySimpleType configFile);
        
        /**
         * Appends and returns a new empty "ConfigFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewConfigFile();
        
        /**
         * Unsets the "ConfigFile" attribute
         */
        void unsetConfigFile();
        
        /**
         * Gets the "Dependencies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getDependencies();
        
        /**
         * True if has "Dependencies" attribute
         */
        boolean isSetDependencies();
        
        /**
         * Sets the "Dependencies" attribute
         */
        void setDependencies(org.apache.xmlbeans.XmlAnySimpleType dependencies);
        
        /**
         * Appends and returns a new empty "Dependencies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewDependencies();
        
        /**
         * Unsets the "Dependencies" attribute
         */
        void unsetDependencies();
        
        /**
         * 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 "EntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getEntryPoint();
        
        /**
         * True if has "EntryPoint" attribute
         */
        boolean isSetEntryPoint();
        
        /**
         * Sets the "EntryPoint" attribute
         */
        void setEntryPoint(org.apache.xmlbeans.XmlAnySimpleType entryPoint);
        
        /**
         * Appends and returns a new empty "EntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewEntryPoint();
        
        /**
         * Unsets the "EntryPoint" attribute
         */
        void unsetEntryPoint();
        
        /**
         * Gets the "ErrorReportUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getErrorReportUrl();
        
        /**
         * True if has "ErrorReportUrl" attribute
         */
        boolean isSetErrorReportUrl();
        
        /**
         * Sets the "ErrorReportUrl" attribute
         */
        void setErrorReportUrl(org.apache.xmlbeans.XmlAnySimpleType errorReportUrl);
        
        /**
         * Appends and returns a new empty "ErrorReportUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewErrorReportUrl();
        
        /**
         * Unsets the "ErrorReportUrl" attribute
         */
        void unsetErrorReportUrl();
        
        /**
         * Gets the "FileAssociations" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFileAssociations();
        
        /**
         * True if has "FileAssociations" attribute
         */
        boolean isSetFileAssociations();
        
        /**
         * Sets the "FileAssociations" attribute
         */
        void setFileAssociations(org.apache.xmlbeans.XmlAnySimpleType fileAssociations);
        
        /**
         * Appends and returns a new empty "FileAssociations" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFileAssociations();
        
        /**
         * Unsets the "FileAssociations" attribute
         */
        void unsetFileAssociations();
        
        /**
         * Gets the "Files" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFiles();
        
        /**
         * True if has "Files" attribute
         */
        boolean isSetFiles();
        
        /**
         * Sets the "Files" attribute
         */
        void setFiles(org.apache.xmlbeans.XmlAnySimpleType files);
        
        /**
         * Appends and returns a new empty "Files" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFiles();
        
        /**
         * Unsets the "Files" attribute
         */
        void unsetFiles();
        
        /**
         * Gets the "HostInBrowser" attribute
         */
        java.lang.String getHostInBrowser();
        
        /**
         * Gets (as xml) the "HostInBrowser" attribute
         */
        io.github.isotes.vs.model.Boolean xgetHostInBrowser();
        
        /**
         * True if has "HostInBrowser" attribute
         */
        boolean isSetHostInBrowser();
        
        /**
         * Sets the "HostInBrowser" attribute
         */
        void setHostInBrowser(java.lang.String hostInBrowser);
        
        /**
         * Sets (as xml) the "HostInBrowser" attribute
         */
        void xsetHostInBrowser(io.github.isotes.vs.model.Boolean hostInBrowser);
        
        /**
         * Unsets the "HostInBrowser" attribute
         */
        void unsetHostInBrowser();
        
        /**
         * Gets the "IconFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getIconFile();
        
        /**
         * True if has "IconFile" attribute
         */
        boolean isSetIconFile();
        
        /**
         * Sets the "IconFile" attribute
         */
        void setIconFile(org.apache.xmlbeans.XmlAnySimpleType iconFile);
        
        /**
         * Appends and returns a new empty "IconFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewIconFile();
        
        /**
         * Unsets the "IconFile" attribute
         */
        void unsetIconFile();
        
        /**
         * Gets the "InputManifest" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getInputManifest();
        
        /**
         * True if has "InputManifest" attribute
         */
        boolean isSetInputManifest();
        
        /**
         * Sets the "InputManifest" attribute
         */
        void setInputManifest(org.apache.xmlbeans.XmlAnySimpleType inputManifest);
        
        /**
         * Appends and returns a new empty "InputManifest" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewInputManifest();
        
        /**
         * Unsets the "InputManifest" attribute
         */
        void unsetInputManifest();
        
        /**
         * Gets the "IsolatedComReferences" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getIsolatedComReferences();
        
        /**
         * True if has "IsolatedComReferences" attribute
         */
        boolean isSetIsolatedComReferences();
        
        /**
         * Sets the "IsolatedComReferences" attribute
         */
        void setIsolatedComReferences(org.apache.xmlbeans.XmlAnySimpleType isolatedComReferences);
        
        /**
         * Appends and returns a new empty "IsolatedComReferences" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewIsolatedComReferences();
        
        /**
         * Unsets the "IsolatedComReferences" attribute
         */
        void unsetIsolatedComReferences();
        
        /**
         * Gets the "ManifestType" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getManifestType();
        
        /**
         * True if has "ManifestType" attribute
         */
        boolean isSetManifestType();
        
        /**
         * Sets the "ManifestType" attribute
         */
        void setManifestType(org.apache.xmlbeans.XmlAnySimpleType manifestType);
        
        /**
         * Appends and returns a new empty "ManifestType" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewManifestType();
        
        /**
         * Unsets the "ManifestType" attribute
         */
        void unsetManifestType();
        
        /**
         * Gets the "MaxTargetPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getMaxTargetPath();
        
        /**
         * True if has "MaxTargetPath" attribute
         */
        boolean isSetMaxTargetPath();
        
        /**
         * Sets the "MaxTargetPath" attribute
         */
        void setMaxTargetPath(org.apache.xmlbeans.XmlAnySimpleType maxTargetPath);
        
        /**
         * Appends and returns a new empty "MaxTargetPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewMaxTargetPath();
        
        /**
         * Unsets the "MaxTargetPath" attribute
         */
        void unsetMaxTargetPath();
        
        /**
         * Gets the "OSVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOSVersion();
        
        /**
         * True if has "OSVersion" attribute
         */
        boolean isSetOSVersion();
        
        /**
         * Sets the "OSVersion" attribute
         */
        void setOSVersion(org.apache.xmlbeans.XmlAnySimpleType osVersion);
        
        /**
         * Appends and returns a new empty "OSVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOSVersion();
        
        /**
         * Unsets the "OSVersion" attribute
         */
        void unsetOSVersion();
        
        /**
         * Gets the "OutputManifest" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputManifest();
        
        /**
         * True if has "OutputManifest" attribute
         */
        boolean isSetOutputManifest();
        
        /**
         * Sets the "OutputManifest" attribute
         */
        void setOutputManifest(org.apache.xmlbeans.XmlAnySimpleType outputManifest);
        
        /**
         * Appends and returns a new empty "OutputManifest" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputManifest();
        
        /**
         * Unsets the "OutputManifest" attribute
         */
        void unsetOutputManifest();
        
        /**
         * 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 "Product" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProduct();
        
        /**
         * True if has "Product" attribute
         */
        boolean isSetProduct();
        
        /**
         * Sets the "Product" attribute
         */
        void setProduct(org.apache.xmlbeans.XmlAnySimpleType product);
        
        /**
         * Appends and returns a new empty "Product" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProduct();
        
        /**
         * Unsets the "Product" attribute
         */
        void unsetProduct();
        
        /**
         * Gets the "Publisher" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPublisher();
        
        /**
         * True if has "Publisher" attribute
         */
        boolean isSetPublisher();
        
        /**
         * Sets the "Publisher" attribute
         */
        void setPublisher(org.apache.xmlbeans.XmlAnySimpleType publisher);
        
        /**
         * Appends and returns a new empty "Publisher" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPublisher();
        
        /**
         * Unsets the "Publisher" attribute
         */
        void unsetPublisher();
        
        /**
         * Gets the "RequiresMinimumFramework35SP1" attribute
         */
        java.lang.String getRequiresMinimumFramework35SP1();
        
        /**
         * Gets (as xml) the "RequiresMinimumFramework35SP1" attribute
         */
        io.github.isotes.vs.model.Boolean xgetRequiresMinimumFramework35SP1();
        
        /**
         * True if has "RequiresMinimumFramework35SP1" attribute
         */
        boolean isSetRequiresMinimumFramework35SP1();
        
        /**
         * Sets the "RequiresMinimumFramework35SP1" attribute
         */
        void setRequiresMinimumFramework35SP1(java.lang.String requiresMinimumFramework35SP1);
        
        /**
         * Sets (as xml) the "RequiresMinimumFramework35SP1" attribute
         */
        void xsetRequiresMinimumFramework35SP1(io.github.isotes.vs.model.Boolean requiresMinimumFramework35SP1);
        
        /**
         * Unsets the "RequiresMinimumFramework35SP1" attribute
         */
        void unsetRequiresMinimumFramework35SP1();
        
        /**
         * Gets the "SuiteName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSuiteName();
        
        /**
         * True if has "SuiteName" attribute
         */
        boolean isSetSuiteName();
        
        /**
         * Sets the "SuiteName" attribute
         */
        void setSuiteName(org.apache.xmlbeans.XmlAnySimpleType suiteName);
        
        /**
         * Appends and returns a new empty "SuiteName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSuiteName();
        
        /**
         * Unsets the "SuiteName" attribute
         */
        void unsetSuiteName();
        
        /**
         * Gets the "SupportUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSupportUrl();
        
        /**
         * True if has "SupportUrl" attribute
         */
        boolean isSetSupportUrl();
        
        /**
         * Sets the "SupportUrl" attribute
         */
        void setSupportUrl(org.apache.xmlbeans.XmlAnySimpleType supportUrl);
        
        /**
         * Appends and returns a new empty "SupportUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSupportUrl();
        
        /**
         * Unsets the "SupportUrl" attribute
         */
        void unsetSupportUrl();
        
        /**
         * Gets the "TargetCulture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetCulture();
        
        /**
         * True if has "TargetCulture" attribute
         */
        boolean isSetTargetCulture();
        
        /**
         * Sets the "TargetCulture" attribute
         */
        void setTargetCulture(org.apache.xmlbeans.XmlAnySimpleType targetCulture);
        
        /**
         * Appends and returns a new empty "TargetCulture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetCulture();
        
        /**
         * Unsets the "TargetCulture" attribute
         */
        void unsetTargetCulture();
        
        /**
         * Gets the "TargetFrameworkMoniker" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkMoniker();
        
        /**
         * True if has "TargetFrameworkMoniker" attribute
         */
        boolean isSetTargetFrameworkMoniker();
        
        /**
         * Sets the "TargetFrameworkMoniker" attribute
         */
        void setTargetFrameworkMoniker(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkMoniker);
        
        /**
         * Appends and returns a new empty "TargetFrameworkMoniker" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkMoniker();
        
        /**
         * Unsets the "TargetFrameworkMoniker" attribute
         */
        void unsetTargetFrameworkMoniker();
        
        /**
         * Gets the "TargetFrameworkProfile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkProfile();
        
        /**
         * True if has "TargetFrameworkProfile" attribute
         */
        boolean isSetTargetFrameworkProfile();
        
        /**
         * Sets the "TargetFrameworkProfile" attribute
         */
        void setTargetFrameworkProfile(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkProfile);
        
        /**
         * Appends and returns a new empty "TargetFrameworkProfile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkProfile();
        
        /**
         * Unsets the "TargetFrameworkProfile" attribute
         */
        void unsetTargetFrameworkProfile();
        
        /**
         * Gets the "TargetFrameworkSubset" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkSubset();
        
        /**
         * True if has "TargetFrameworkSubset" attribute
         */
        boolean isSetTargetFrameworkSubset();
        
        /**
         * Sets the "TargetFrameworkSubset" attribute
         */
        void setTargetFrameworkSubset(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkSubset);
        
        /**
         * Appends and returns a new empty "TargetFrameworkSubset" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkSubset();
        
        /**
         * Unsets the "TargetFrameworkSubset" attribute
         */
        void unsetTargetFrameworkSubset();
        
        /**
         * Gets the "TargetFrameworkVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkVersion();
        
        /**
         * True if has "TargetFrameworkVersion" attribute
         */
        boolean isSetTargetFrameworkVersion();
        
        /**
         * Sets the "TargetFrameworkVersion" attribute
         */
        void setTargetFrameworkVersion(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkVersion);
        
        /**
         * Appends and returns a new empty "TargetFrameworkVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkVersion();
        
        /**
         * Unsets the "TargetFrameworkVersion" attribute
         */
        void unsetTargetFrameworkVersion();
        
        /**
         * Gets the "TrustInfoFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTrustInfoFile();
        
        /**
         * True if has "TrustInfoFile" attribute
         */
        boolean isSetTrustInfoFile();
        
        /**
         * Sets the "TrustInfoFile" attribute
         */
        void setTrustInfoFile(org.apache.xmlbeans.XmlAnySimpleType trustInfoFile);
        
        /**
         * Appends and returns a new empty "TrustInfoFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTrustInfoFile();
        
        /**
         * Unsets the "TrustInfoFile" attribute
         */
        void unsetTrustInfoFile();
        
        /**
         * Gets the "UseApplicationTrust" attribute
         */
        java.lang.String getUseApplicationTrust();
        
        /**
         * Gets (as xml) the "UseApplicationTrust" attribute
         */
        io.github.isotes.vs.model.Boolean xgetUseApplicationTrust();
        
        /**
         * True if has "UseApplicationTrust" attribute
         */
        boolean isSetUseApplicationTrust();
        
        /**
         * Sets the "UseApplicationTrust" attribute
         */
        void setUseApplicationTrust(java.lang.String useApplicationTrust);
        
        /**
         * Sets (as xml) the "UseApplicationTrust" attribute
         */
        void xsetUseApplicationTrust(io.github.isotes.vs.model.Boolean useApplicationTrust);
        
        /**
         * Unsets the "UseApplicationTrust" attribute
         */
        void unsetUseApplicationTrust();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.GenerateApplicationManifestDocument.GenerateApplicationManifest newInstance() {
              return (io.github.isotes.vs.model.GenerateApplicationManifestDocument.GenerateApplicationManifest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.GenerateApplicationManifestDocument.GenerateApplicationManifest newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.GenerateApplicationManifestDocument.GenerateApplicationManifest) 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.GenerateApplicationManifestDocument newInstance() {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) 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.GenerateApplicationManifestDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateApplicationManifestDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateApplicationManifestDocument) 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.GenerateApplicationManifestDocument 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.GenerateApplicationManifestDocument) 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.GenerateApplicationManifestDocument 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.GenerateApplicationManifestDocument) 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