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

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

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


/**
 * A document containing one GenerateBootstrapper(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface GenerateBootstrapperDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateBootstrapperDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generatebootstrapper2146doctype");
    
    /**
     * Gets the "GenerateBootstrapper" element
     */
    io.github.isotes.vs.model.GenerateBootstrapperDocument.GenerateBootstrapper getGenerateBootstrapper();
    
    /**
     * Sets the "GenerateBootstrapper" element
     */
    void setGenerateBootstrapper(io.github.isotes.vs.model.GenerateBootstrapperDocument.GenerateBootstrapper generateBootstrapper);
    
    /**
     * Appends and returns a new empty "GenerateBootstrapper" element
     */
    io.github.isotes.vs.model.GenerateBootstrapperDocument.GenerateBootstrapper addNewGenerateBootstrapper();
    
    /**
     * An XML GenerateBootstrapper(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface GenerateBootstrapper extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateBootstrapper.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generatebootstrapper6286elemtype");
        
        /**
         * Gets the "ApplicationFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getApplicationFile();
        
        /**
         * True if has "ApplicationFile" attribute
         */
        boolean isSetApplicationFile();
        
        /**
         * Sets the "ApplicationFile" attribute
         */
        void setApplicationFile(org.apache.xmlbeans.XmlAnySimpleType applicationFile);
        
        /**
         * Appends and returns a new empty "ApplicationFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewApplicationFile();
        
        /**
         * Unsets the "ApplicationFile" attribute
         */
        void unsetApplicationFile();
        
        /**
         * Gets the "ApplicationName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getApplicationName();
        
        /**
         * True if has "ApplicationName" attribute
         */
        boolean isSetApplicationName();
        
        /**
         * Sets the "ApplicationName" attribute
         */
        void setApplicationName(org.apache.xmlbeans.XmlAnySimpleType applicationName);
        
        /**
         * Appends and returns a new empty "ApplicationName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewApplicationName();
        
        /**
         * Unsets the "ApplicationName" attribute
         */
        void unsetApplicationName();
        
        /**
         * Gets the "ApplicationRequiresElevation" attribute
         */
        java.lang.String getApplicationRequiresElevation();
        
        /**
         * Gets (as xml) the "ApplicationRequiresElevation" attribute
         */
        io.github.isotes.vs.model.Boolean xgetApplicationRequiresElevation();
        
        /**
         * True if has "ApplicationRequiresElevation" attribute
         */
        boolean isSetApplicationRequiresElevation();
        
        /**
         * Sets the "ApplicationRequiresElevation" attribute
         */
        void setApplicationRequiresElevation(java.lang.String applicationRequiresElevation);
        
        /**
         * Sets (as xml) the "ApplicationRequiresElevation" attribute
         */
        void xsetApplicationRequiresElevation(io.github.isotes.vs.model.Boolean applicationRequiresElevation);
        
        /**
         * Unsets the "ApplicationRequiresElevation" attribute
         */
        void unsetApplicationRequiresElevation();
        
        /**
         * Gets the "ApplicationUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getApplicationUrl();
        
        /**
         * True if has "ApplicationUrl" attribute
         */
        boolean isSetApplicationUrl();
        
        /**
         * Sets the "ApplicationUrl" attribute
         */
        void setApplicationUrl(org.apache.xmlbeans.XmlAnySimpleType applicationUrl);
        
        /**
         * Appends and returns a new empty "ApplicationUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewApplicationUrl();
        
        /**
         * Unsets the "ApplicationUrl" attribute
         */
        void unsetApplicationUrl();
        
        /**
         * Gets the "BootstrapperComponentFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getBootstrapperComponentFiles();
        
        /**
         * True if has "BootstrapperComponentFiles" attribute
         */
        boolean isSetBootstrapperComponentFiles();
        
        /**
         * Sets the "BootstrapperComponentFiles" attribute
         */
        void setBootstrapperComponentFiles(org.apache.xmlbeans.XmlAnySimpleType bootstrapperComponentFiles);
        
        /**
         * Appends and returns a new empty "BootstrapperComponentFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewBootstrapperComponentFiles();
        
        /**
         * Unsets the "BootstrapperComponentFiles" attribute
         */
        void unsetBootstrapperComponentFiles();
        
        /**
         * Gets the "BootstrapperItems" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getBootstrapperItems();
        
        /**
         * True if has "BootstrapperItems" attribute
         */
        boolean isSetBootstrapperItems();
        
        /**
         * Sets the "BootstrapperItems" attribute
         */
        void setBootstrapperItems(org.apache.xmlbeans.XmlAnySimpleType bootstrapperItems);
        
        /**
         * Appends and returns a new empty "BootstrapperItems" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewBootstrapperItems();
        
        /**
         * Unsets the "BootstrapperItems" attribute
         */
        void unsetBootstrapperItems();
        
        /**
         * Gets the "BootstrapperKeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getBootstrapperKeyFile();
        
        /**
         * True if has "BootstrapperKeyFile" attribute
         */
        boolean isSetBootstrapperKeyFile();
        
        /**
         * Sets the "BootstrapperKeyFile" attribute
         */
        void setBootstrapperKeyFile(org.apache.xmlbeans.XmlAnySimpleType bootstrapperKeyFile);
        
        /**
         * Appends and returns a new empty "BootstrapperKeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewBootstrapperKeyFile();
        
        /**
         * Unsets the "BootstrapperKeyFile" attribute
         */
        void unsetBootstrapperKeyFile();
        
        /**
         * Gets the "ComponentsLocation" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getComponentsLocation();
        
        /**
         * True if has "ComponentsLocation" attribute
         */
        boolean isSetComponentsLocation();
        
        /**
         * Sets the "ComponentsLocation" attribute
         */
        void setComponentsLocation(org.apache.xmlbeans.XmlAnySimpleType componentsLocation);
        
        /**
         * Appends and returns a new empty "ComponentsLocation" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewComponentsLocation();
        
        /**
         * Unsets the "ComponentsLocation" attribute
         */
        void unsetComponentsLocation();
        
        /**
         * Gets the "ComponentsUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getComponentsUrl();
        
        /**
         * True if has "ComponentsUrl" attribute
         */
        boolean isSetComponentsUrl();
        
        /**
         * Sets the "ComponentsUrl" attribute
         */
        void setComponentsUrl(org.apache.xmlbeans.XmlAnySimpleType componentsUrl);
        
        /**
         * Appends and returns a new empty "ComponentsUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewComponentsUrl();
        
        /**
         * Unsets the "ComponentsUrl" attribute
         */
        void unsetComponentsUrl();
        
        /**
         * Gets the "CopyComponents" attribute
         */
        java.lang.String getCopyComponents();
        
        /**
         * Gets (as xml) the "CopyComponents" attribute
         */
        io.github.isotes.vs.model.Boolean xgetCopyComponents();
        
        /**
         * True if has "CopyComponents" attribute
         */
        boolean isSetCopyComponents();
        
        /**
         * Sets the "CopyComponents" attribute
         */
        void setCopyComponents(java.lang.String copyComponents);
        
        /**
         * Sets (as xml) the "CopyComponents" attribute
         */
        void xsetCopyComponents(io.github.isotes.vs.model.Boolean copyComponents);
        
        /**
         * Unsets the "CopyComponents" attribute
         */
        void unsetCopyComponents();
        
        /**
         * Gets the "Culture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCulture();
        
        /**
         * True if has "Culture" attribute
         */
        boolean isSetCulture();
        
        /**
         * Sets the "Culture" attribute
         */
        void setCulture(org.apache.xmlbeans.XmlAnySimpleType culture);
        
        /**
         * Appends and returns a new empty "Culture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCulture();
        
        /**
         * Unsets the "Culture" attribute
         */
        void unsetCulture();
        
        /**
         * Gets the "FallbackCulture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFallbackCulture();
        
        /**
         * True if has "FallbackCulture" attribute
         */
        boolean isSetFallbackCulture();
        
        /**
         * Sets the "FallbackCulture" attribute
         */
        void setFallbackCulture(org.apache.xmlbeans.XmlAnySimpleType fallbackCulture);
        
        /**
         * Appends and returns a new empty "FallbackCulture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFallbackCulture();
        
        /**
         * Unsets the "FallbackCulture" attribute
         */
        void unsetFallbackCulture();
        
        /**
         * Gets the "OutputPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputPath();
        
        /**
         * True if has "OutputPath" attribute
         */
        boolean isSetOutputPath();
        
        /**
         * Sets the "OutputPath" attribute
         */
        void setOutputPath(org.apache.xmlbeans.XmlAnySimpleType outputPath);
        
        /**
         * Appends and returns a new empty "OutputPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputPath();
        
        /**
         * Unsets the "OutputPath" attribute
         */
        void unsetOutputPath();
        
        /**
         * Gets the "Path" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPath();
        
        /**
         * True if has "Path" attribute
         */
        boolean isSetPath();
        
        /**
         * Sets the "Path" attribute
         */
        void setPath(org.apache.xmlbeans.XmlAnySimpleType path);
        
        /**
         * Appends and returns a new empty "Path" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPath();
        
        /**
         * Unsets the "Path" attribute
         */
        void unsetPath();
        
        /**
         * Gets the "SupportUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSupportUrl();
        
        /**
         * True if has "SupportUrl" attribute
         */
        boolean isSetSupportUrl();
        
        /**
         * Sets the "SupportUrl" attribute
         */
        void setSupportUrl(org.apache.xmlbeans.XmlAnySimpleType supportUrl);
        
        /**
         * Appends and returns a new empty "SupportUrl" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSupportUrl();
        
        /**
         * Unsets the "SupportUrl" attribute
         */
        void unsetSupportUrl();
        
        /**
         * Gets the "Validate" attribute
         */
        java.lang.String getValidate();
        
        /**
         * Gets (as xml) the "Validate" attribute
         */
        io.github.isotes.vs.model.Boolean xgetValidate();
        
        /**
         * True if has "Validate" attribute
         */
        boolean isSetValidate();
        
        /**
         * Sets the "Validate" attribute
         */
        void setValidate(java.lang.String validate);
        
        /**
         * Sets (as xml) the "Validate" attribute
         */
        void xsetValidate(io.github.isotes.vs.model.Boolean validate);
        
        /**
         * Unsets the "Validate" attribute
         */
        void unsetValidate();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.GenerateBootstrapperDocument.GenerateBootstrapper newInstance() {
              return (io.github.isotes.vs.model.GenerateBootstrapperDocument.GenerateBootstrapper) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.GenerateBootstrapperDocument.GenerateBootstrapper newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.GenerateBootstrapperDocument.GenerateBootstrapper) 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.GenerateBootstrapperDocument newInstance() {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) 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.GenerateBootstrapperDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateBootstrapperDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateBootstrapperDocument) 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.GenerateBootstrapperDocument 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.GenerateBootstrapperDocument) 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.GenerateBootstrapperDocument 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.GenerateBootstrapperDocument) 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