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

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


/**
 * A document containing one RequiresFramework35SP1Assembly(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface RequiresFramework35SP1AssemblyDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RequiresFramework35SP1AssemblyDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("requiresframework35sp1assemblyf9eadoctype");
    
    /**
     * Gets the "RequiresFramework35SP1Assembly" element
     */
    io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument.RequiresFramework35SP1Assembly getRequiresFramework35SP1Assembly();
    
    /**
     * Sets the "RequiresFramework35SP1Assembly" element
     */
    void setRequiresFramework35SP1Assembly(io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument.RequiresFramework35SP1Assembly requiresFramework35SP1Assembly);
    
    /**
     * Appends and returns a new empty "RequiresFramework35SP1Assembly" element
     */
    io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument.RequiresFramework35SP1Assembly addNewRequiresFramework35SP1Assembly();
    
    /**
     * An XML RequiresFramework35SP1Assembly(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface RequiresFramework35SP1Assembly extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RequiresFramework35SP1Assembly.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("requiresframework35sp1assemblyb9c6elemtype");
        
        /**
         * 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 "CreateDesktopShortcut" attribute
         */
        java.lang.String getCreateDesktopShortcut();
        
        /**
         * Gets (as xml) the "CreateDesktopShortcut" attribute
         */
        io.github.isotes.vs.model.Boolean xgetCreateDesktopShortcut();
        
        /**
         * True if has "CreateDesktopShortcut" attribute
         */
        boolean isSetCreateDesktopShortcut();
        
        /**
         * Sets the "CreateDesktopShortcut" attribute
         */
        void setCreateDesktopShortcut(java.lang.String createDesktopShortcut);
        
        /**
         * Sets (as xml) the "CreateDesktopShortcut" attribute
         */
        void xsetCreateDesktopShortcut(io.github.isotes.vs.model.Boolean createDesktopShortcut);
        
        /**
         * Unsets the "CreateDesktopShortcut" attribute
         */
        void unsetCreateDesktopShortcut();
        
        /**
         * Gets the "DeploymentManifestEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getDeploymentManifestEntryPoint();
        
        /**
         * True if has "DeploymentManifestEntryPoint" attribute
         */
        boolean isSetDeploymentManifestEntryPoint();
        
        /**
         * Sets the "DeploymentManifestEntryPoint" attribute
         */
        void setDeploymentManifestEntryPoint(org.apache.xmlbeans.XmlAnySimpleType deploymentManifestEntryPoint);
        
        /**
         * Appends and returns a new empty "DeploymentManifestEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewDeploymentManifestEntryPoint();
        
        /**
         * Unsets the "DeploymentManifestEntryPoint" attribute
         */
        void unsetDeploymentManifestEntryPoint();
        
        /**
         * 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 "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 "ReferencedAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getReferencedAssemblies();
        
        /**
         * True if has "ReferencedAssemblies" attribute
         */
        boolean isSetReferencedAssemblies();
        
        /**
         * Sets the "ReferencedAssemblies" attribute
         */
        void setReferencedAssemblies(org.apache.xmlbeans.XmlAnySimpleType referencedAssemblies);
        
        /**
         * Appends and returns a new empty "ReferencedAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewReferencedAssemblies();
        
        /**
         * Unsets the "ReferencedAssemblies" attribute
         */
        void unsetReferencedAssemblies();
        
        /**
         * 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 "SigningManifests" attribute
         */
        java.lang.String getSigningManifests();
        
        /**
         * Gets (as xml) the "SigningManifests" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSigningManifests();
        
        /**
         * True if has "SigningManifests" attribute
         */
        boolean isSetSigningManifests();
        
        /**
         * Sets the "SigningManifests" attribute
         */
        void setSigningManifests(java.lang.String signingManifests);
        
        /**
         * Sets (as xml) the "SigningManifests" attribute
         */
        void xsetSigningManifests(io.github.isotes.vs.model.Boolean signingManifests);
        
        /**
         * Unsets the "SigningManifests" attribute
         */
        void unsetSigningManifests();
        
        /**
         * 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 "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();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument.RequiresFramework35SP1Assembly newInstance() {
              return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument.RequiresFramework35SP1Assembly) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument.RequiresFramework35SP1Assembly newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument.RequiresFramework35SP1Assembly) 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.RequiresFramework35SP1AssemblyDocument newInstance() {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) 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.RequiresFramework35SP1AssemblyDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.RequiresFramework35SP1AssemblyDocument) 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.RequiresFramework35SP1AssemblyDocument 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.RequiresFramework35SP1AssemblyDocument) 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.RequiresFramework35SP1AssemblyDocument 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.RequiresFramework35SP1AssemblyDocument) 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