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

io.github.isotes.vs.model.ManifestDocument 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: Manifest
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ManifestDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one Manifest(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface ManifestDocument extends io.github.isotes.vs.model.ItemDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ManifestDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("manifestf771doctype");
    
    /**
     * Gets the "Manifest" element
     */
    io.github.isotes.vs.model.ManifestDocument.Manifest getManifest();
    
    /**
     * Sets the "Manifest" element
     */
    void setManifest(io.github.isotes.vs.model.ManifestDocument.Manifest manifest);
    
    /**
     * Appends and returns a new empty "Manifest" element
     */
    io.github.isotes.vs.model.ManifestDocument.Manifest addNewManifest();
    
    /**
     * An XML Manifest(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface Manifest extends io.github.isotes.vs.model.SimpleItemType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Manifest.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("manifestc326elemtype");
        
        /**
         * Gets a List of "AssemblyIdentity" elements
         */
        java.util.List getAssemblyIdentityList();
        
        /**
         * Gets array of all "AssemblyIdentity" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getAssemblyIdentityArray();
        
        /**
         * Gets ith "AssemblyIdentity" element
         */
        org.apache.xmlbeans.XmlObject getAssemblyIdentityArray(int i);
        
        /**
         * Returns number of "AssemblyIdentity" element
         */
        int sizeOfAssemblyIdentityArray();
        
        /**
         * Sets array of all "AssemblyIdentity" element
         */
        void setAssemblyIdentityArray(org.apache.xmlbeans.XmlObject[] assemblyIdentityArray);
        
        /**
         * Sets ith "AssemblyIdentity" element
         */
        void setAssemblyIdentityArray(int i, org.apache.xmlbeans.XmlObject assemblyIdentity);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "AssemblyIdentity" element
         */
        org.apache.xmlbeans.XmlObject insertNewAssemblyIdentity(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "AssemblyIdentity" element
         */
        org.apache.xmlbeans.XmlObject addNewAssemblyIdentity();
        
        /**
         * Removes the ith "AssemblyIdentity" element
         */
        void removeAssemblyIdentity(int i);
        
        /**
         * Gets a List of "AdditionalManifestFiles" elements
         */
        java.util.List getAdditionalManifestFilesList();
        
        /**
         * Gets array of all "AdditionalManifestFiles" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getAdditionalManifestFilesArray();
        
        /**
         * Gets ith "AdditionalManifestFiles" element
         */
        org.apache.xmlbeans.XmlObject getAdditionalManifestFilesArray(int i);
        
        /**
         * Returns number of "AdditionalManifestFiles" element
         */
        int sizeOfAdditionalManifestFilesArray();
        
        /**
         * Sets array of all "AdditionalManifestFiles" element
         */
        void setAdditionalManifestFilesArray(org.apache.xmlbeans.XmlObject[] additionalManifestFilesArray);
        
        /**
         * Sets ith "AdditionalManifestFiles" element
         */
        void setAdditionalManifestFilesArray(int i, org.apache.xmlbeans.XmlObject additionalManifestFiles);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "AdditionalManifestFiles" element
         */
        org.apache.xmlbeans.XmlObject insertNewAdditionalManifestFiles(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "AdditionalManifestFiles" element
         */
        org.apache.xmlbeans.XmlObject addNewAdditionalManifestFiles();
        
        /**
         * Removes the ith "AdditionalManifestFiles" element
         */
        void removeAdditionalManifestFiles(int i);
        
        /**
         * Gets a List of "InputResourceManifests" elements
         */
        java.util.List getInputResourceManifestsList();
        
        /**
         * Gets array of all "InputResourceManifests" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getInputResourceManifestsArray();
        
        /**
         * Gets ith "InputResourceManifests" element
         */
        org.apache.xmlbeans.XmlObject getInputResourceManifestsArray(int i);
        
        /**
         * Returns number of "InputResourceManifests" element
         */
        int sizeOfInputResourceManifestsArray();
        
        /**
         * Sets array of all "InputResourceManifests" element
         */
        void setInputResourceManifestsArray(org.apache.xmlbeans.XmlObject[] inputResourceManifestsArray);
        
        /**
         * Sets ith "InputResourceManifests" element
         */
        void setInputResourceManifestsArray(int i, org.apache.xmlbeans.XmlObject inputResourceManifests);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "InputResourceManifests" element
         */
        org.apache.xmlbeans.XmlObject insertNewInputResourceManifests(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "InputResourceManifests" element
         */
        org.apache.xmlbeans.XmlObject addNewInputResourceManifests();
        
        /**
         * Removes the ith "InputResourceManifests" element
         */
        void removeInputResourceManifests(int i);
        
        /**
         * Gets a List of "EnableDPIAwareness" elements
         */
        java.util.List getEnableDPIAwarenessList();
        
        /**
         * Gets array of all "EnableDPIAwareness" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getEnableDPIAwarenessArray();
        
        /**
         * Gets ith "EnableDPIAwareness" element
         */
        org.apache.xmlbeans.XmlObject getEnableDPIAwarenessArray(int i);
        
        /**
         * Returns number of "EnableDPIAwareness" element
         */
        int sizeOfEnableDPIAwarenessArray();
        
        /**
         * Sets array of all "EnableDPIAwareness" element
         */
        void setEnableDPIAwarenessArray(org.apache.xmlbeans.XmlObject[] enableDPIAwarenessArray);
        
        /**
         * Sets ith "EnableDPIAwareness" element
         */
        void setEnableDPIAwarenessArray(int i, org.apache.xmlbeans.XmlObject enableDPIAwareness);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "EnableDPIAwareness" element
         */
        org.apache.xmlbeans.XmlObject insertNewEnableDPIAwareness(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "EnableDPIAwareness" element
         */
        org.apache.xmlbeans.XmlObject addNewEnableDPIAwareness();
        
        /**
         * Removes the ith "EnableDPIAwareness" element
         */
        void removeEnableDPIAwareness(int i);
        
        /**
         * Gets a List of "TypeLibraryFile" elements
         */
        java.util.List getTypeLibraryFileList();
        
        /**
         * Gets array of all "TypeLibraryFile" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getTypeLibraryFileArray();
        
        /**
         * Gets ith "TypeLibraryFile" element
         */
        org.apache.xmlbeans.XmlObject getTypeLibraryFileArray(int i);
        
        /**
         * Returns number of "TypeLibraryFile" element
         */
        int sizeOfTypeLibraryFileArray();
        
        /**
         * Sets array of all "TypeLibraryFile" element
         */
        void setTypeLibraryFileArray(org.apache.xmlbeans.XmlObject[] typeLibraryFileArray);
        
        /**
         * Sets ith "TypeLibraryFile" element
         */
        void setTypeLibraryFileArray(int i, org.apache.xmlbeans.XmlObject typeLibraryFile);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "TypeLibraryFile" element
         */
        org.apache.xmlbeans.XmlObject insertNewTypeLibraryFile(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "TypeLibraryFile" element
         */
        org.apache.xmlbeans.XmlObject addNewTypeLibraryFile();
        
        /**
         * Removes the ith "TypeLibraryFile" element
         */
        void removeTypeLibraryFile(int i);
        
        /**
         * Gets a List of "OutputManifestFile" elements
         */
        java.util.List getOutputManifestFileList();
        
        /**
         * Gets array of all "OutputManifestFile" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getOutputManifestFileArray();
        
        /**
         * Gets ith "OutputManifestFile" element
         */
        org.apache.xmlbeans.XmlObject getOutputManifestFileArray(int i);
        
        /**
         * Returns number of "OutputManifestFile" element
         */
        int sizeOfOutputManifestFileArray();
        
        /**
         * Sets array of all "OutputManifestFile" element
         */
        void setOutputManifestFileArray(org.apache.xmlbeans.XmlObject[] outputManifestFileArray);
        
        /**
         * Sets ith "OutputManifestFile" element
         */
        void setOutputManifestFileArray(int i, org.apache.xmlbeans.XmlObject outputManifestFile);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "OutputManifestFile" element
         */
        org.apache.xmlbeans.XmlObject insertNewOutputManifestFile(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "OutputManifestFile" element
         */
        org.apache.xmlbeans.XmlObject addNewOutputManifestFile();
        
        /**
         * Removes the ith "OutputManifestFile" element
         */
        void removeOutputManifestFile(int i);
        
        /**
         * Gets a List of "SuppressStartupBanner" elements
         */
        java.util.List getSuppressStartupBannerList();
        
        /**
         * Gets array of all "SuppressStartupBanner" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getSuppressStartupBannerArray();
        
        /**
         * Gets ith "SuppressStartupBanner" element
         */
        org.apache.xmlbeans.XmlObject getSuppressStartupBannerArray(int i);
        
        /**
         * Returns number of "SuppressStartupBanner" element
         */
        int sizeOfSuppressStartupBannerArray();
        
        /**
         * Sets array of all "SuppressStartupBanner" element
         */
        void setSuppressStartupBannerArray(org.apache.xmlbeans.XmlObject[] suppressStartupBannerArray);
        
        /**
         * Sets ith "SuppressStartupBanner" element
         */
        void setSuppressStartupBannerArray(int i, org.apache.xmlbeans.XmlObject suppressStartupBanner);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "SuppressStartupBanner" element
         */
        org.apache.xmlbeans.XmlObject insertNewSuppressStartupBanner(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "SuppressStartupBanner" element
         */
        org.apache.xmlbeans.XmlObject addNewSuppressStartupBanner();
        
        /**
         * Removes the ith "SuppressStartupBanner" element
         */
        void removeSuppressStartupBanner(int i);
        
        /**
         * Gets a List of "VerboseOutput" elements
         */
        java.util.List getVerboseOutputList();
        
        /**
         * Gets array of all "VerboseOutput" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getVerboseOutputArray();
        
        /**
         * Gets ith "VerboseOutput" element
         */
        org.apache.xmlbeans.XmlObject getVerboseOutputArray(int i);
        
        /**
         * Returns number of "VerboseOutput" element
         */
        int sizeOfVerboseOutputArray();
        
        /**
         * Sets array of all "VerboseOutput" element
         */
        void setVerboseOutputArray(org.apache.xmlbeans.XmlObject[] verboseOutputArray);
        
        /**
         * Sets ith "VerboseOutput" element
         */
        void setVerboseOutputArray(int i, org.apache.xmlbeans.XmlObject verboseOutput);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "VerboseOutput" element
         */
        org.apache.xmlbeans.XmlObject insertNewVerboseOutput(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "VerboseOutput" element
         */
        org.apache.xmlbeans.XmlObject addNewVerboseOutput();
        
        /**
         * Removes the ith "VerboseOutput" element
         */
        void removeVerboseOutput(int i);
        
        /**
         * Gets a List of "ResourceOutputFileName" elements
         */
        java.util.List getResourceOutputFileNameList();
        
        /**
         * Gets array of all "ResourceOutputFileName" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getResourceOutputFileNameArray();
        
        /**
         * Gets ith "ResourceOutputFileName" element
         */
        org.apache.xmlbeans.XmlObject getResourceOutputFileNameArray(int i);
        
        /**
         * Returns number of "ResourceOutputFileName" element
         */
        int sizeOfResourceOutputFileNameArray();
        
        /**
         * Sets array of all "ResourceOutputFileName" element
         */
        void setResourceOutputFileNameArray(org.apache.xmlbeans.XmlObject[] resourceOutputFileNameArray);
        
        /**
         * Sets ith "ResourceOutputFileName" element
         */
        void setResourceOutputFileNameArray(int i, org.apache.xmlbeans.XmlObject resourceOutputFileName);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "ResourceOutputFileName" element
         */
        org.apache.xmlbeans.XmlObject insertNewResourceOutputFileName(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "ResourceOutputFileName" element
         */
        org.apache.xmlbeans.XmlObject addNewResourceOutputFileName();
        
        /**
         * Removes the ith "ResourceOutputFileName" element
         */
        void removeResourceOutputFileName(int i);
        
        /**
         * Gets a List of "GenerateCatalogFiles" elements
         */
        java.util.List getGenerateCatalogFilesList();
        
        /**
         * Gets array of all "GenerateCatalogFiles" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getGenerateCatalogFilesArray();
        
        /**
         * Gets ith "GenerateCatalogFiles" element
         */
        org.apache.xmlbeans.XmlObject getGenerateCatalogFilesArray(int i);
        
        /**
         * Returns number of "GenerateCatalogFiles" element
         */
        int sizeOfGenerateCatalogFilesArray();
        
        /**
         * Sets array of all "GenerateCatalogFiles" element
         */
        void setGenerateCatalogFilesArray(org.apache.xmlbeans.XmlObject[] generateCatalogFilesArray);
        
        /**
         * Sets ith "GenerateCatalogFiles" element
         */
        void setGenerateCatalogFilesArray(int i, org.apache.xmlbeans.XmlObject generateCatalogFiles);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "GenerateCatalogFiles" element
         */
        org.apache.xmlbeans.XmlObject insertNewGenerateCatalogFiles(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "GenerateCatalogFiles" element
         */
        org.apache.xmlbeans.XmlObject addNewGenerateCatalogFiles();
        
        /**
         * Removes the ith "GenerateCatalogFiles" element
         */
        void removeGenerateCatalogFiles(int i);
        
        /**
         * Gets a List of "DependencyInformationFile" elements
         */
        java.util.List getDependencyInformationFileList();
        
        /**
         * Gets array of all "DependencyInformationFile" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getDependencyInformationFileArray();
        
        /**
         * Gets ith "DependencyInformationFile" element
         */
        org.apache.xmlbeans.XmlObject getDependencyInformationFileArray(int i);
        
        /**
         * Returns number of "DependencyInformationFile" element
         */
        int sizeOfDependencyInformationFileArray();
        
        /**
         * Sets array of all "DependencyInformationFile" element
         */
        void setDependencyInformationFileArray(org.apache.xmlbeans.XmlObject[] dependencyInformationFileArray);
        
        /**
         * Sets ith "DependencyInformationFile" element
         */
        void setDependencyInformationFileArray(int i, org.apache.xmlbeans.XmlObject dependencyInformationFile);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "DependencyInformationFile" element
         */
        org.apache.xmlbeans.XmlObject insertNewDependencyInformationFile(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "DependencyInformationFile" element
         */
        org.apache.xmlbeans.XmlObject addNewDependencyInformationFile();
        
        /**
         * Removes the ith "DependencyInformationFile" element
         */
        void removeDependencyInformationFile(int i);
        
        /**
         * Gets a List of "ManifestFromManagedAssembly" elements
         */
        java.util.List getManifestFromManagedAssemblyList();
        
        /**
         * Gets array of all "ManifestFromManagedAssembly" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getManifestFromManagedAssemblyArray();
        
        /**
         * Gets ith "ManifestFromManagedAssembly" element
         */
        org.apache.xmlbeans.XmlObject getManifestFromManagedAssemblyArray(int i);
        
        /**
         * Returns number of "ManifestFromManagedAssembly" element
         */
        int sizeOfManifestFromManagedAssemblyArray();
        
        /**
         * Sets array of all "ManifestFromManagedAssembly" element
         */
        void setManifestFromManagedAssemblyArray(org.apache.xmlbeans.XmlObject[] manifestFromManagedAssemblyArray);
        
        /**
         * Sets ith "ManifestFromManagedAssembly" element
         */
        void setManifestFromManagedAssemblyArray(int i, org.apache.xmlbeans.XmlObject manifestFromManagedAssembly);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "ManifestFromManagedAssembly" element
         */
        org.apache.xmlbeans.XmlObject insertNewManifestFromManagedAssembly(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "ManifestFromManagedAssembly" element
         */
        org.apache.xmlbeans.XmlObject addNewManifestFromManagedAssembly();
        
        /**
         * Removes the ith "ManifestFromManagedAssembly" element
         */
        void removeManifestFromManagedAssembly(int i);
        
        /**
         * Gets a List of "SuppressDependencyElement" elements
         */
        java.util.List getSuppressDependencyElementList();
        
        /**
         * Gets array of all "SuppressDependencyElement" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getSuppressDependencyElementArray();
        
        /**
         * Gets ith "SuppressDependencyElement" element
         */
        org.apache.xmlbeans.XmlObject getSuppressDependencyElementArray(int i);
        
        /**
         * Returns number of "SuppressDependencyElement" element
         */
        int sizeOfSuppressDependencyElementArray();
        
        /**
         * Sets array of all "SuppressDependencyElement" element
         */
        void setSuppressDependencyElementArray(org.apache.xmlbeans.XmlObject[] suppressDependencyElementArray);
        
        /**
         * Sets ith "SuppressDependencyElement" element
         */
        void setSuppressDependencyElementArray(int i, org.apache.xmlbeans.XmlObject suppressDependencyElement);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "SuppressDependencyElement" element
         */
        org.apache.xmlbeans.XmlObject insertNewSuppressDependencyElement(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "SuppressDependencyElement" element
         */
        org.apache.xmlbeans.XmlObject addNewSuppressDependencyElement();
        
        /**
         * Removes the ith "SuppressDependencyElement" element
         */
        void removeSuppressDependencyElement(int i);
        
        /**
         * Gets a List of "GenerateCategoryTags" elements
         */
        java.util.List getGenerateCategoryTagsList();
        
        /**
         * Gets array of all "GenerateCategoryTags" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getGenerateCategoryTagsArray();
        
        /**
         * Gets ith "GenerateCategoryTags" element
         */
        org.apache.xmlbeans.XmlObject getGenerateCategoryTagsArray(int i);
        
        /**
         * Returns number of "GenerateCategoryTags" element
         */
        int sizeOfGenerateCategoryTagsArray();
        
        /**
         * Sets array of all "GenerateCategoryTags" element
         */
        void setGenerateCategoryTagsArray(org.apache.xmlbeans.XmlObject[] generateCategoryTagsArray);
        
        /**
         * Sets ith "GenerateCategoryTags" element
         */
        void setGenerateCategoryTagsArray(int i, org.apache.xmlbeans.XmlObject generateCategoryTags);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "GenerateCategoryTags" element
         */
        org.apache.xmlbeans.XmlObject insertNewGenerateCategoryTags(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "GenerateCategoryTags" element
         */
        org.apache.xmlbeans.XmlObject addNewGenerateCategoryTags();
        
        /**
         * Removes the ith "GenerateCategoryTags" element
         */
        void removeGenerateCategoryTags(int i);
        
        /**
         * Gets a List of "RegistrarScriptFile" elements
         */
        java.util.List getRegistrarScriptFileList();
        
        /**
         * Gets array of all "RegistrarScriptFile" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getRegistrarScriptFileArray();
        
        /**
         * Gets ith "RegistrarScriptFile" element
         */
        org.apache.xmlbeans.XmlObject getRegistrarScriptFileArray(int i);
        
        /**
         * Returns number of "RegistrarScriptFile" element
         */
        int sizeOfRegistrarScriptFileArray();
        
        /**
         * Sets array of all "RegistrarScriptFile" element
         */
        void setRegistrarScriptFileArray(org.apache.xmlbeans.XmlObject[] registrarScriptFileArray);
        
        /**
         * Sets ith "RegistrarScriptFile" element
         */
        void setRegistrarScriptFileArray(int i, org.apache.xmlbeans.XmlObject registrarScriptFile);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "RegistrarScriptFile" element
         */
        org.apache.xmlbeans.XmlObject insertNewRegistrarScriptFile(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "RegistrarScriptFile" element
         */
        org.apache.xmlbeans.XmlObject addNewRegistrarScriptFile();
        
        /**
         * Removes the ith "RegistrarScriptFile" element
         */
        void removeRegistrarScriptFile(int i);
        
        /**
         * Gets a List of "ComponentFileName" elements
         */
        java.util.List getComponentFileNameList();
        
        /**
         * Gets array of all "ComponentFileName" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getComponentFileNameArray();
        
        /**
         * Gets ith "ComponentFileName" element
         */
        org.apache.xmlbeans.XmlObject getComponentFileNameArray(int i);
        
        /**
         * Returns number of "ComponentFileName" element
         */
        int sizeOfComponentFileNameArray();
        
        /**
         * Sets array of all "ComponentFileName" element
         */
        void setComponentFileNameArray(org.apache.xmlbeans.XmlObject[] componentFileNameArray);
        
        /**
         * Sets ith "ComponentFileName" element
         */
        void setComponentFileNameArray(int i, org.apache.xmlbeans.XmlObject componentFileName);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "ComponentFileName" element
         */
        org.apache.xmlbeans.XmlObject insertNewComponentFileName(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "ComponentFileName" element
         */
        org.apache.xmlbeans.XmlObject addNewComponentFileName();
        
        /**
         * Removes the ith "ComponentFileName" element
         */
        void removeComponentFileName(int i);
        
        /**
         * Gets a List of "ReplacementsFile" elements
         */
        java.util.List getReplacementsFileList();
        
        /**
         * Gets array of all "ReplacementsFile" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getReplacementsFileArray();
        
        /**
         * Gets ith "ReplacementsFile" element
         */
        org.apache.xmlbeans.XmlObject getReplacementsFileArray(int i);
        
        /**
         * Returns number of "ReplacementsFile" element
         */
        int sizeOfReplacementsFileArray();
        
        /**
         * Sets array of all "ReplacementsFile" element
         */
        void setReplacementsFileArray(org.apache.xmlbeans.XmlObject[] replacementsFileArray);
        
        /**
         * Sets ith "ReplacementsFile" element
         */
        void setReplacementsFileArray(int i, org.apache.xmlbeans.XmlObject replacementsFile);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "ReplacementsFile" element
         */
        org.apache.xmlbeans.XmlObject insertNewReplacementsFile(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "ReplacementsFile" element
         */
        org.apache.xmlbeans.XmlObject addNewReplacementsFile();
        
        /**
         * Removes the ith "ReplacementsFile" element
         */
        void removeReplacementsFile(int i);
        
        /**
         * Gets a List of "UpdateFileHashesSearchPath" elements
         */
        java.util.List getUpdateFileHashesSearchPathList();
        
        /**
         * Gets array of all "UpdateFileHashesSearchPath" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getUpdateFileHashesSearchPathArray();
        
        /**
         * Gets ith "UpdateFileHashesSearchPath" element
         */
        org.apache.xmlbeans.XmlObject getUpdateFileHashesSearchPathArray(int i);
        
        /**
         * Returns number of "UpdateFileHashesSearchPath" element
         */
        int sizeOfUpdateFileHashesSearchPathArray();
        
        /**
         * Sets array of all "UpdateFileHashesSearchPath" element
         */
        void setUpdateFileHashesSearchPathArray(org.apache.xmlbeans.XmlObject[] updateFileHashesSearchPathArray);
        
        /**
         * Sets ith "UpdateFileHashesSearchPath" element
         */
        void setUpdateFileHashesSearchPathArray(int i, org.apache.xmlbeans.XmlObject updateFileHashesSearchPath);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "UpdateFileHashesSearchPath" element
         */
        org.apache.xmlbeans.XmlObject insertNewUpdateFileHashesSearchPath(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "UpdateFileHashesSearchPath" element
         */
        org.apache.xmlbeans.XmlObject addNewUpdateFileHashesSearchPath();
        
        /**
         * Removes the ith "UpdateFileHashesSearchPath" element
         */
        void removeUpdateFileHashesSearchPath(int i);
        
        /**
         * Gets a List of "AdditionalOptions" elements
         */
        java.util.List getAdditionalOptionsList();
        
        /**
         * Gets array of all "AdditionalOptions" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getAdditionalOptionsArray();
        
        /**
         * Gets ith "AdditionalOptions" element
         */
        org.apache.xmlbeans.XmlObject getAdditionalOptionsArray(int i);
        
        /**
         * Returns number of "AdditionalOptions" element
         */
        int sizeOfAdditionalOptionsArray();
        
        /**
         * Sets array of all "AdditionalOptions" element
         */
        void setAdditionalOptionsArray(org.apache.xmlbeans.XmlObject[] additionalOptionsArray);
        
        /**
         * Sets ith "AdditionalOptions" element
         */
        void setAdditionalOptionsArray(int i, org.apache.xmlbeans.XmlObject additionalOptions);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "AdditionalOptions" element
         */
        org.apache.xmlbeans.XmlObject insertNewAdditionalOptions(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "AdditionalOptions" element
         */
        org.apache.xmlbeans.XmlObject addNewAdditionalOptions();
        
        /**
         * Removes the ith "AdditionalOptions" element
         */
        void removeAdditionalOptions(int i);
        
        /**
         * Gets a List of "OutputResourceManifests" elements
         */
        java.util.List getOutputResourceManifestsList();
        
        /**
         * Gets array of all "OutputResourceManifests" elements
         * @deprecated
         */
        @Deprecated
        io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests[] getOutputResourceManifestsArray();
        
        /**
         * Gets ith "OutputResourceManifests" element
         */
        io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests getOutputResourceManifestsArray(int i);
        
        /**
         * Returns number of "OutputResourceManifests" element
         */
        int sizeOfOutputResourceManifestsArray();
        
        /**
         * Sets array of all "OutputResourceManifests" element
         */
        void setOutputResourceManifestsArray(io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests[] outputResourceManifestsArray);
        
        /**
         * Sets ith "OutputResourceManifests" element
         */
        void setOutputResourceManifestsArray(int i, io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests outputResourceManifests);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "OutputResourceManifests" element
         */
        io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests insertNewOutputResourceManifests(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "OutputResourceManifests" element
         */
        io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests addNewOutputResourceManifests();
        
        /**
         * Removes the ith "OutputResourceManifests" element
         */
        void removeOutputResourceManifests(int i);
        
        /**
         * An XML OutputResourceManifests(@http://schemas.microsoft.com/developer/msbuild/2003).
         *
         * This is an atomic type that is a restriction of io.github.isotes.vs.model.ManifestDocument$Manifest$OutputResourceManifests.
         */
        public interface OutputResourceManifests extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OutputResourceManifests.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("outputresourcemanifests1ee7elemtype");
            
            /**
             * Gets the "Condition" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType getCondition();
            
            /**
             * True if has "Condition" attribute
             */
            boolean isSetCondition();
            
            /**
             * Sets the "Condition" attribute
             */
            void setCondition(org.apache.xmlbeans.XmlAnySimpleType condition);
            
            /**
             * Appends and returns a new empty "Condition" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType addNewCondition();
            
            /**
             * Unsets the "Condition" attribute
             */
            void unsetCondition();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests newInstance() {
                  return (io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (io.github.isotes.vs.model.ManifestDocument.Manifest.OutputResourceManifests) 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.ManifestDocument.Manifest newInstance() {
              return (io.github.isotes.vs.model.ManifestDocument.Manifest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.ManifestDocument.Manifest newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.ManifestDocument.Manifest) 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.ManifestDocument newInstance() {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.ManifestDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ManifestDocument) 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.ManifestDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.ManifestDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ManifestDocument) 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.ManifestDocument 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.ManifestDocument) 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.ManifestDocument 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.ManifestDocument) 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