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

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


/**
 * A document containing one ResolveAssemblyReference(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface ResolveAssemblyReferenceDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResolveAssemblyReferenceDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("resolveassemblyreferencefdbbdoctype");
    
    /**
     * Gets the "ResolveAssemblyReference" element
     */
    io.github.isotes.vs.model.ResolveAssemblyReferenceDocument.ResolveAssemblyReference getResolveAssemblyReference();
    
    /**
     * Sets the "ResolveAssemblyReference" element
     */
    void setResolveAssemblyReference(io.github.isotes.vs.model.ResolveAssemblyReferenceDocument.ResolveAssemblyReference resolveAssemblyReference);
    
    /**
     * Appends and returns a new empty "ResolveAssemblyReference" element
     */
    io.github.isotes.vs.model.ResolveAssemblyReferenceDocument.ResolveAssemblyReference addNewResolveAssemblyReference();
    
    /**
     * An XML ResolveAssemblyReference(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface ResolveAssemblyReference extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResolveAssemblyReference.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("resolveassemblyreferencef8e6elemtype");
        
        /**
         * Gets the "AllowedAssemblyExtensions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAllowedAssemblyExtensions();
        
        /**
         * True if has "AllowedAssemblyExtensions" attribute
         */
        boolean isSetAllowedAssemblyExtensions();
        
        /**
         * Sets the "AllowedAssemblyExtensions" attribute
         */
        void setAllowedAssemblyExtensions(org.apache.xmlbeans.XmlAnySimpleType allowedAssemblyExtensions);
        
        /**
         * Appends and returns a new empty "AllowedAssemblyExtensions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAllowedAssemblyExtensions();
        
        /**
         * Unsets the "AllowedAssemblyExtensions" attribute
         */
        void unsetAllowedAssemblyExtensions();
        
        /**
         * Gets the "AllowedGlobalAssemblyNamePrefix" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAllowedGlobalAssemblyNamePrefix();
        
        /**
         * True if has "AllowedGlobalAssemblyNamePrefix" attribute
         */
        boolean isSetAllowedGlobalAssemblyNamePrefix();
        
        /**
         * Sets the "AllowedGlobalAssemblyNamePrefix" attribute
         */
        void setAllowedGlobalAssemblyNamePrefix(org.apache.xmlbeans.XmlAnySimpleType allowedGlobalAssemblyNamePrefix);
        
        /**
         * Appends and returns a new empty "AllowedGlobalAssemblyNamePrefix" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAllowedGlobalAssemblyNamePrefix();
        
        /**
         * Unsets the "AllowedGlobalAssemblyNamePrefix" attribute
         */
        void unsetAllowedGlobalAssemblyNamePrefix();
        
        /**
         * Gets the "AllowedRelatedFileExtensions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAllowedRelatedFileExtensions();
        
        /**
         * True if has "AllowedRelatedFileExtensions" attribute
         */
        boolean isSetAllowedRelatedFileExtensions();
        
        /**
         * Sets the "AllowedRelatedFileExtensions" attribute
         */
        void setAllowedRelatedFileExtensions(org.apache.xmlbeans.XmlAnySimpleType allowedRelatedFileExtensions);
        
        /**
         * Appends and returns a new empty "AllowedRelatedFileExtensions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAllowedRelatedFileExtensions();
        
        /**
         * Unsets the "AllowedRelatedFileExtensions" attribute
         */
        void unsetAllowedRelatedFileExtensions();
        
        /**
         * Gets the "AppConfigFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAppConfigFile();
        
        /**
         * True if has "AppConfigFile" attribute
         */
        boolean isSetAppConfigFile();
        
        /**
         * Sets the "AppConfigFile" attribute
         */
        void setAppConfigFile(org.apache.xmlbeans.XmlAnySimpleType appConfigFile);
        
        /**
         * Appends and returns a new empty "AppConfigFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAppConfigFile();
        
        /**
         * Unsets the "AppConfigFile" attribute
         */
        void unsetAppConfigFile();
        
        /**
         * Gets the "Assemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAssemblies();
        
        /**
         * True if has "Assemblies" attribute
         */
        boolean isSetAssemblies();
        
        /**
         * Sets the "Assemblies" attribute
         */
        void setAssemblies(org.apache.xmlbeans.XmlAnySimpleType assemblies);
        
        /**
         * Appends and returns a new empty "Assemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAssemblies();
        
        /**
         * Unsets the "Assemblies" attribute
         */
        void unsetAssemblies();
        
        /**
         * Gets the "AssemblyFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAssemblyFiles();
        
        /**
         * True if has "AssemblyFiles" attribute
         */
        boolean isSetAssemblyFiles();
        
        /**
         * Sets the "AssemblyFiles" attribute
         */
        void setAssemblyFiles(org.apache.xmlbeans.XmlAnySimpleType assemblyFiles);
        
        /**
         * Appends and returns a new empty "AssemblyFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAssemblyFiles();
        
        /**
         * Unsets the "AssemblyFiles" attribute
         */
        void unsetAssemblyFiles();
        
        /**
         * Gets the "AutoUnify" attribute
         */
        java.lang.String getAutoUnify();
        
        /**
         * Gets (as xml) the "AutoUnify" attribute
         */
        io.github.isotes.vs.model.Boolean xgetAutoUnify();
        
        /**
         * True if has "AutoUnify" attribute
         */
        boolean isSetAutoUnify();
        
        /**
         * Sets the "AutoUnify" attribute
         */
        void setAutoUnify(java.lang.String autoUnify);
        
        /**
         * Sets (as xml) the "AutoUnify" attribute
         */
        void xsetAutoUnify(io.github.isotes.vs.model.Boolean autoUnify);
        
        /**
         * Unsets the "AutoUnify" attribute
         */
        void unsetAutoUnify();
        
        /**
         * Gets the "CandidateAssemblyFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCandidateAssemblyFiles();
        
        /**
         * True if has "CandidateAssemblyFiles" attribute
         */
        boolean isSetCandidateAssemblyFiles();
        
        /**
         * Sets the "CandidateAssemblyFiles" attribute
         */
        void setCandidateAssemblyFiles(org.apache.xmlbeans.XmlAnySimpleType candidateAssemblyFiles);
        
        /**
         * Appends and returns a new empty "CandidateAssemblyFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCandidateAssemblyFiles();
        
        /**
         * Unsets the "CandidateAssemblyFiles" attribute
         */
        void unsetCandidateAssemblyFiles();
        
        /**
         * Gets the "FilesWritten" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFilesWritten();
        
        /**
         * True if has "FilesWritten" attribute
         */
        boolean isSetFilesWritten();
        
        /**
         * Sets the "FilesWritten" attribute
         */
        void setFilesWritten(org.apache.xmlbeans.XmlAnySimpleType filesWritten);
        
        /**
         * Appends and returns a new empty "FilesWritten" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFilesWritten();
        
        /**
         * Unsets the "FilesWritten" attribute
         */
        void unsetFilesWritten();
        
        /**
         * Gets the "FindDependencies" attribute
         */
        java.lang.String getFindDependencies();
        
        /**
         * Gets (as xml) the "FindDependencies" attribute
         */
        io.github.isotes.vs.model.Boolean xgetFindDependencies();
        
        /**
         * True if has "FindDependencies" attribute
         */
        boolean isSetFindDependencies();
        
        /**
         * Sets the "FindDependencies" attribute
         */
        void setFindDependencies(java.lang.String findDependencies);
        
        /**
         * Sets (as xml) the "FindDependencies" attribute
         */
        void xsetFindDependencies(io.github.isotes.vs.model.Boolean findDependencies);
        
        /**
         * Unsets the "FindDependencies" attribute
         */
        void unsetFindDependencies();
        
        /**
         * Gets the "FindRelatedFiles" attribute
         */
        java.lang.String getFindRelatedFiles();
        
        /**
         * Gets (as xml) the "FindRelatedFiles" attribute
         */
        io.github.isotes.vs.model.Boolean xgetFindRelatedFiles();
        
        /**
         * True if has "FindRelatedFiles" attribute
         */
        boolean isSetFindRelatedFiles();
        
        /**
         * Sets the "FindRelatedFiles" attribute
         */
        void setFindRelatedFiles(java.lang.String findRelatedFiles);
        
        /**
         * Sets (as xml) the "FindRelatedFiles" attribute
         */
        void xsetFindRelatedFiles(io.github.isotes.vs.model.Boolean findRelatedFiles);
        
        /**
         * Unsets the "FindRelatedFiles" attribute
         */
        void unsetFindRelatedFiles();
        
        /**
         * Gets the "FindSatellites" attribute
         */
        java.lang.String getFindSatellites();
        
        /**
         * Gets (as xml) the "FindSatellites" attribute
         */
        io.github.isotes.vs.model.Boolean xgetFindSatellites();
        
        /**
         * True if has "FindSatellites" attribute
         */
        boolean isSetFindSatellites();
        
        /**
         * Sets the "FindSatellites" attribute
         */
        void setFindSatellites(java.lang.String findSatellites);
        
        /**
         * Sets (as xml) the "FindSatellites" attribute
         */
        void xsetFindSatellites(io.github.isotes.vs.model.Boolean findSatellites);
        
        /**
         * Unsets the "FindSatellites" attribute
         */
        void unsetFindSatellites();
        
        /**
         * Gets the "FindSerializationAssemblies" attribute
         */
        java.lang.String getFindSerializationAssemblies();
        
        /**
         * Gets (as xml) the "FindSerializationAssemblies" attribute
         */
        io.github.isotes.vs.model.Boolean xgetFindSerializationAssemblies();
        
        /**
         * True if has "FindSerializationAssemblies" attribute
         */
        boolean isSetFindSerializationAssemblies();
        
        /**
         * Sets the "FindSerializationAssemblies" attribute
         */
        void setFindSerializationAssemblies(java.lang.String findSerializationAssemblies);
        
        /**
         * Sets (as xml) the "FindSerializationAssemblies" attribute
         */
        void xsetFindSerializationAssemblies(io.github.isotes.vs.model.Boolean findSerializationAssemblies);
        
        /**
         * Unsets the "FindSerializationAssemblies" attribute
         */
        void unsetFindSerializationAssemblies();
        
        /**
         * Gets the "FullFrameworkAssemblyTables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFullFrameworkAssemblyTables();
        
        /**
         * True if has "FullFrameworkAssemblyTables" attribute
         */
        boolean isSetFullFrameworkAssemblyTables();
        
        /**
         * Sets the "FullFrameworkAssemblyTables" attribute
         */
        void setFullFrameworkAssemblyTables(org.apache.xmlbeans.XmlAnySimpleType fullFrameworkAssemblyTables);
        
        /**
         * Appends and returns a new empty "FullFrameworkAssemblyTables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFullFrameworkAssemblyTables();
        
        /**
         * Unsets the "FullFrameworkAssemblyTables" attribute
         */
        void unsetFullFrameworkAssemblyTables();
        
        /**
         * Gets the "FullFrameworkFolders" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFullFrameworkFolders();
        
        /**
         * True if has "FullFrameworkFolders" attribute
         */
        boolean isSetFullFrameworkFolders();
        
        /**
         * Sets the "FullFrameworkFolders" attribute
         */
        void setFullFrameworkFolders(org.apache.xmlbeans.XmlAnySimpleType fullFrameworkFolders);
        
        /**
         * Appends and returns a new empty "FullFrameworkFolders" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFullFrameworkFolders();
        
        /**
         * Unsets the "FullFrameworkFolders" attribute
         */
        void unsetFullFrameworkFolders();
        
        /**
         * Gets the "FullTargetFrameworkSubsetNames" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFullTargetFrameworkSubsetNames();
        
        /**
         * True if has "FullTargetFrameworkSubsetNames" attribute
         */
        boolean isSetFullTargetFrameworkSubsetNames();
        
        /**
         * Sets the "FullTargetFrameworkSubsetNames" attribute
         */
        void setFullTargetFrameworkSubsetNames(org.apache.xmlbeans.XmlAnySimpleType fullTargetFrameworkSubsetNames);
        
        /**
         * Appends and returns a new empty "FullTargetFrameworkSubsetNames" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFullTargetFrameworkSubsetNames();
        
        /**
         * Unsets the "FullTargetFrameworkSubsetNames" attribute
         */
        void unsetFullTargetFrameworkSubsetNames();
        
        /**
         * Gets the "IgnoreDefaultInstalledAssemblySubsetTables" attribute
         */
        java.lang.String getIgnoreDefaultInstalledAssemblySubsetTables();
        
        /**
         * Gets (as xml) the "IgnoreDefaultInstalledAssemblySubsetTables" attribute
         */
        io.github.isotes.vs.model.Boolean xgetIgnoreDefaultInstalledAssemblySubsetTables();
        
        /**
         * True if has "IgnoreDefaultInstalledAssemblySubsetTables" attribute
         */
        boolean isSetIgnoreDefaultInstalledAssemblySubsetTables();
        
        /**
         * Sets the "IgnoreDefaultInstalledAssemblySubsetTables" attribute
         */
        void setIgnoreDefaultInstalledAssemblySubsetTables(java.lang.String ignoreDefaultInstalledAssemblySubsetTables);
        
        /**
         * Sets (as xml) the "IgnoreDefaultInstalledAssemblySubsetTables" attribute
         */
        void xsetIgnoreDefaultInstalledAssemblySubsetTables(io.github.isotes.vs.model.Boolean ignoreDefaultInstalledAssemblySubsetTables);
        
        /**
         * Unsets the "IgnoreDefaultInstalledAssemblySubsetTables" attribute
         */
        void unsetIgnoreDefaultInstalledAssemblySubsetTables();
        
        /**
         * Gets the "IgnoreDefaultInstalledAssemblyTables" attribute
         */
        java.lang.String getIgnoreDefaultInstalledAssemblyTables();
        
        /**
         * Gets (as xml) the "IgnoreDefaultInstalledAssemblyTables" attribute
         */
        io.github.isotes.vs.model.Boolean xgetIgnoreDefaultInstalledAssemblyTables();
        
        /**
         * True if has "IgnoreDefaultInstalledAssemblyTables" attribute
         */
        boolean isSetIgnoreDefaultInstalledAssemblyTables();
        
        /**
         * Sets the "IgnoreDefaultInstalledAssemblyTables" attribute
         */
        void setIgnoreDefaultInstalledAssemblyTables(java.lang.String ignoreDefaultInstalledAssemblyTables);
        
        /**
         * Sets (as xml) the "IgnoreDefaultInstalledAssemblyTables" attribute
         */
        void xsetIgnoreDefaultInstalledAssemblyTables(io.github.isotes.vs.model.Boolean ignoreDefaultInstalledAssemblyTables);
        
        /**
         * Unsets the "IgnoreDefaultInstalledAssemblyTables" attribute
         */
        void unsetIgnoreDefaultInstalledAssemblyTables();
        
        /**
         * Gets the "InstalledAssemblySubsetTables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getInstalledAssemblySubsetTables();
        
        /**
         * True if has "InstalledAssemblySubsetTables" attribute
         */
        boolean isSetInstalledAssemblySubsetTables();
        
        /**
         * Sets the "InstalledAssemblySubsetTables" attribute
         */
        void setInstalledAssemblySubsetTables(org.apache.xmlbeans.XmlAnySimpleType installedAssemblySubsetTables);
        
        /**
         * Appends and returns a new empty "InstalledAssemblySubsetTables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewInstalledAssemblySubsetTables();
        
        /**
         * Unsets the "InstalledAssemblySubsetTables" attribute
         */
        void unsetInstalledAssemblySubsetTables();
        
        /**
         * Gets the "InstalledAssemblyTables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getInstalledAssemblyTables();
        
        /**
         * True if has "InstalledAssemblyTables" attribute
         */
        boolean isSetInstalledAssemblyTables();
        
        /**
         * Sets the "InstalledAssemblyTables" attribute
         */
        void setInstalledAssemblyTables(org.apache.xmlbeans.XmlAnySimpleType installedAssemblyTables);
        
        /**
         * Appends and returns a new empty "InstalledAssemblyTables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewInstalledAssemblyTables();
        
        /**
         * Unsets the "InstalledAssemblyTables" attribute
         */
        void unsetInstalledAssemblyTables();
        
        /**
         * Gets the "ProfileName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProfileName();
        
        /**
         * True if has "ProfileName" attribute
         */
        boolean isSetProfileName();
        
        /**
         * Sets the "ProfileName" attribute
         */
        void setProfileName(org.apache.xmlbeans.XmlAnySimpleType profileName);
        
        /**
         * Appends and returns a new empty "ProfileName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProfileName();
        
        /**
         * Unsets the "ProfileName" attribute
         */
        void unsetProfileName();
        
        /**
         * Gets the "PublicKeysRestrictedForGlobalLocation" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPublicKeysRestrictedForGlobalLocation();
        
        /**
         * True if has "PublicKeysRestrictedForGlobalLocation" attribute
         */
        boolean isSetPublicKeysRestrictedForGlobalLocation();
        
        /**
         * Sets the "PublicKeysRestrictedForGlobalLocation" attribute
         */
        void setPublicKeysRestrictedForGlobalLocation(org.apache.xmlbeans.XmlAnySimpleType publicKeysRestrictedForGlobalLocation);
        
        /**
         * Appends and returns a new empty "PublicKeysRestrictedForGlobalLocation" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPublicKeysRestrictedForGlobalLocation();
        
        /**
         * Unsets the "PublicKeysRestrictedForGlobalLocation" attribute
         */
        void unsetPublicKeysRestrictedForGlobalLocation();
        
        /**
         * Gets the "SearchPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSearchPaths();
        
        /**
         * Sets the "SearchPaths" attribute
         */
        void setSearchPaths(org.apache.xmlbeans.XmlAnySimpleType searchPaths);
        
        /**
         * Appends and returns a new empty "SearchPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSearchPaths();
        
        /**
         * Gets the "Silent" attribute
         */
        java.lang.String getSilent();
        
        /**
         * Gets (as xml) the "Silent" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSilent();
        
        /**
         * True if has "Silent" attribute
         */
        boolean isSetSilent();
        
        /**
         * Sets the "Silent" attribute
         */
        void setSilent(java.lang.String silent);
        
        /**
         * Sets (as xml) the "Silent" attribute
         */
        void xsetSilent(io.github.isotes.vs.model.Boolean silent);
        
        /**
         * Unsets the "Silent" attribute
         */
        void unsetSilent();
        
        /**
         * Gets the "StateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getStateFile();
        
        /**
         * True if has "StateFile" attribute
         */
        boolean isSetStateFile();
        
        /**
         * Sets the "StateFile" attribute
         */
        void setStateFile(org.apache.xmlbeans.XmlAnySimpleType stateFile);
        
        /**
         * Appends and returns a new empty "StateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewStateFile();
        
        /**
         * Unsets the "StateFile" attribute
         */
        void unsetStateFile();
        
        /**
         * Gets the "TargetedRuntimeVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetedRuntimeVersion();
        
        /**
         * True if has "TargetedRuntimeVersion" attribute
         */
        boolean isSetTargetedRuntimeVersion();
        
        /**
         * Sets the "TargetedRuntimeVersion" attribute
         */
        void setTargetedRuntimeVersion(org.apache.xmlbeans.XmlAnySimpleType targetedRuntimeVersion);
        
        /**
         * Appends and returns a new empty "TargetedRuntimeVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetedRuntimeVersion();
        
        /**
         * Unsets the "TargetedRuntimeVersion" attribute
         */
        void unsetTargetedRuntimeVersion();
        
        /**
         * Gets the "TargetFrameworkDirectories" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkDirectories();
        
        /**
         * True if has "TargetFrameworkDirectories" attribute
         */
        boolean isSetTargetFrameworkDirectories();
        
        /**
         * Sets the "TargetFrameworkDirectories" attribute
         */
        void setTargetFrameworkDirectories(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkDirectories);
        
        /**
         * Appends and returns a new empty "TargetFrameworkDirectories" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkDirectories();
        
        /**
         * Unsets the "TargetFrameworkDirectories" attribute
         */
        void unsetTargetFrameworkDirectories();
        
        /**
         * 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 "TargetFrameworkMonikerDisplayName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkMonikerDisplayName();
        
        /**
         * True if has "TargetFrameworkMonikerDisplayName" attribute
         */
        boolean isSetTargetFrameworkMonikerDisplayName();
        
        /**
         * Sets the "TargetFrameworkMonikerDisplayName" attribute
         */
        void setTargetFrameworkMonikerDisplayName(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkMonikerDisplayName);
        
        /**
         * Appends and returns a new empty "TargetFrameworkMonikerDisplayName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkMonikerDisplayName();
        
        /**
         * Unsets the "TargetFrameworkMonikerDisplayName" attribute
         */
        void unsetTargetFrameworkMonikerDisplayName();
        
        /**
         * Gets the "TargetFrameworkSubsets" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkSubsets();
        
        /**
         * True if has "TargetFrameworkSubsets" attribute
         */
        boolean isSetTargetFrameworkSubsets();
        
        /**
         * Sets the "TargetFrameworkSubsets" attribute
         */
        void setTargetFrameworkSubsets(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkSubsets);
        
        /**
         * Appends and returns a new empty "TargetFrameworkSubsets" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkSubsets();
        
        /**
         * Unsets the "TargetFrameworkSubsets" attribute
         */
        void unsetTargetFrameworkSubsets();
        
        /**
         * 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 "TargetProcessorArchitecture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetProcessorArchitecture();
        
        /**
         * True if has "TargetProcessorArchitecture" attribute
         */
        boolean isSetTargetProcessorArchitecture();
        
        /**
         * Sets the "TargetProcessorArchitecture" attribute
         */
        void setTargetProcessorArchitecture(org.apache.xmlbeans.XmlAnySimpleType targetProcessorArchitecture);
        
        /**
         * Appends and returns a new empty "TargetProcessorArchitecture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetProcessorArchitecture();
        
        /**
         * Unsets the "TargetProcessorArchitecture" attribute
         */
        void unsetTargetProcessorArchitecture();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument.ResolveAssemblyReference newInstance() {
              return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument.ResolveAssemblyReference) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument.ResolveAssemblyReference newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument.ResolveAssemblyReference) 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.ResolveAssemblyReferenceDocument newInstance() {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) 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.ResolveAssemblyReferenceDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveAssemblyReferenceDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveAssemblyReferenceDocument) 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.ResolveAssemblyReferenceDocument 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.ResolveAssemblyReferenceDocument) 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.ResolveAssemblyReferenceDocument 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.ResolveAssemblyReferenceDocument) 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