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

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


/**
 * A document containing one VCBuild(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface VCBuildDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VCBuildDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("vcbuild92d1doctype");
    
    /**
     * Gets the "VCBuild" element
     */
    io.github.isotes.vs.model.VCBuildDocument.VCBuild getVCBuild();
    
    /**
     * Sets the "VCBuild" element
     */
    void setVCBuild(io.github.isotes.vs.model.VCBuildDocument.VCBuild vcBuild);
    
    /**
     * Appends and returns a new empty "VCBuild" element
     */
    io.github.isotes.vs.model.VCBuildDocument.VCBuild addNewVCBuild();
    
    /**
     * An XML VCBuild(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface VCBuild extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VCBuild.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("vcbuildde3eelemtype");
        
        /**
         * Gets the "AdditionalLibPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAdditionalLibPaths();
        
        /**
         * True if has "AdditionalLibPaths" attribute
         */
        boolean isSetAdditionalLibPaths();
        
        /**
         * Sets the "AdditionalLibPaths" attribute
         */
        void setAdditionalLibPaths(org.apache.xmlbeans.XmlAnySimpleType additionalLibPaths);
        
        /**
         * Appends and returns a new empty "AdditionalLibPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalLibPaths();
        
        /**
         * Unsets the "AdditionalLibPaths" attribute
         */
        void unsetAdditionalLibPaths();
        
        /**
         * Gets the "AdditionalLinkLibraryPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAdditionalLinkLibraryPaths();
        
        /**
         * True if has "AdditionalLinkLibraryPaths" attribute
         */
        boolean isSetAdditionalLinkLibraryPaths();
        
        /**
         * Sets the "AdditionalLinkLibraryPaths" attribute
         */
        void setAdditionalLinkLibraryPaths(org.apache.xmlbeans.XmlAnySimpleType additionalLinkLibraryPaths);
        
        /**
         * Appends and returns a new empty "AdditionalLinkLibraryPaths" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalLinkLibraryPaths();
        
        /**
         * Unsets the "AdditionalLinkLibraryPaths" attribute
         */
        void unsetAdditionalLinkLibraryPaths();
        
        /**
         * Gets the "AdditionalOptions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAdditionalOptions();
        
        /**
         * True if has "AdditionalOptions" attribute
         */
        boolean isSetAdditionalOptions();
        
        /**
         * Sets the "AdditionalOptions" attribute
         */
        void setAdditionalOptions(org.apache.xmlbeans.XmlAnySimpleType additionalOptions);
        
        /**
         * Appends and returns a new empty "AdditionalOptions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalOptions();
        
        /**
         * Unsets the "AdditionalOptions" attribute
         */
        void unsetAdditionalOptions();
        
        /**
         * Gets the "Clean" attribute
         */
        java.lang.String getClean();
        
        /**
         * Gets (as xml) the "Clean" attribute
         */
        io.github.isotes.vs.model.Boolean xgetClean();
        
        /**
         * True if has "Clean" attribute
         */
        boolean isSetClean();
        
        /**
         * Sets the "Clean" attribute
         */
        void setClean(java.lang.String clean);
        
        /**
         * Sets (as xml) the "Clean" attribute
         */
        void xsetClean(io.github.isotes.vs.model.Boolean clean);
        
        /**
         * Unsets the "Clean" attribute
         */
        void unsetClean();
        
        /**
         * Gets the "Configuration" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getConfiguration();
        
        /**
         * True if has "Configuration" attribute
         */
        boolean isSetConfiguration();
        
        /**
         * Sets the "Configuration" attribute
         */
        void setConfiguration(org.apache.xmlbeans.XmlAnySimpleType configuration);
        
        /**
         * Appends and returns a new empty "Configuration" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewConfiguration();
        
        /**
         * Unsets the "Configuration" attribute
         */
        void unsetConfiguration();
        
        /**
         * Gets the "Override" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOverride();
        
        /**
         * True if has "Override" attribute
         */
        boolean isSetOverride();
        
        /**
         * Sets the "Override" attribute
         */
        void setOverride(org.apache.xmlbeans.XmlAnySimpleType override);
        
        /**
         * Appends and returns a new empty "Override" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOverride();
        
        /**
         * Unsets the "Override" attribute
         */
        void unsetOverride();
        
        /**
         * Gets the "Platform" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPlatform();
        
        /**
         * True if has "Platform" attribute
         */
        boolean isSetPlatform();
        
        /**
         * Sets the "Platform" attribute
         */
        void setPlatform(org.apache.xmlbeans.XmlAnySimpleType platform);
        
        /**
         * Appends and returns a new empty "Platform" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPlatform();
        
        /**
         * Unsets the "Platform" attribute
         */
        void unsetPlatform();
        
        /**
         * Gets the "Projects" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProjects();
        
        /**
         * Sets the "Projects" attribute
         */
        void setProjects(org.apache.xmlbeans.XmlAnySimpleType projects);
        
        /**
         * Appends and returns a new empty "Projects" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProjects();
        
        /**
         * Gets the "Rebuild" attribute
         */
        java.lang.String getRebuild();
        
        /**
         * Gets (as xml) the "Rebuild" attribute
         */
        io.github.isotes.vs.model.Boolean xgetRebuild();
        
        /**
         * True if has "Rebuild" attribute
         */
        boolean isSetRebuild();
        
        /**
         * Sets the "Rebuild" attribute
         */
        void setRebuild(java.lang.String rebuild);
        
        /**
         * Sets (as xml) the "Rebuild" attribute
         */
        void xsetRebuild(io.github.isotes.vs.model.Boolean rebuild);
        
        /**
         * Unsets the "Rebuild" attribute
         */
        void unsetRebuild();
        
        /**
         * Gets the "SolutionFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSolutionFile();
        
        /**
         * True if has "SolutionFile" attribute
         */
        boolean isSetSolutionFile();
        
        /**
         * Sets the "SolutionFile" attribute
         */
        void setSolutionFile(org.apache.xmlbeans.XmlAnySimpleType solutionFile);
        
        /**
         * Appends and returns a new empty "SolutionFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSolutionFile();
        
        /**
         * Unsets the "SolutionFile" attribute
         */
        void unsetSolutionFile();
        
        /**
         * Gets the "Timeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTimeout();
        
        /**
         * True if has "Timeout" attribute
         */
        boolean isSetTimeout();
        
        /**
         * Sets the "Timeout" attribute
         */
        void setTimeout(org.apache.xmlbeans.XmlAnySimpleType timeout);
        
        /**
         * Appends and returns a new empty "Timeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTimeout();
        
        /**
         * Unsets the "Timeout" attribute
         */
        void unsetTimeout();
        
        /**
         * Gets the "ToolPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getToolPath();
        
        /**
         * True if has "ToolPath" attribute
         */
        boolean isSetToolPath();
        
        /**
         * Sets the "ToolPath" attribute
         */
        void setToolPath(org.apache.xmlbeans.XmlAnySimpleType toolPath);
        
        /**
         * Appends and returns a new empty "ToolPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewToolPath();
        
        /**
         * Unsets the "ToolPath" attribute
         */
        void unsetToolPath();
        
        /**
         * Gets the "UseEnvironment" attribute
         */
        java.lang.String getUseEnvironment();
        
        /**
         * Gets (as xml) the "UseEnvironment" attribute
         */
        io.github.isotes.vs.model.Boolean xgetUseEnvironment();
        
        /**
         * True if has "UseEnvironment" attribute
         */
        boolean isSetUseEnvironment();
        
        /**
         * Sets the "UseEnvironment" attribute
         */
        void setUseEnvironment(java.lang.String useEnvironment);
        
        /**
         * Sets (as xml) the "UseEnvironment" attribute
         */
        void xsetUseEnvironment(io.github.isotes.vs.model.Boolean useEnvironment);
        
        /**
         * Unsets the "UseEnvironment" attribute
         */
        void unsetUseEnvironment();
        
        /**
         * Gets the "UserEnvironment" attribute
         */
        java.lang.String getUserEnvironment();
        
        /**
         * Gets (as xml) the "UserEnvironment" attribute
         */
        io.github.isotes.vs.model.Boolean xgetUserEnvironment();
        
        /**
         * True if has "UserEnvironment" attribute
         */
        boolean isSetUserEnvironment();
        
        /**
         * Sets the "UserEnvironment" attribute
         */
        void setUserEnvironment(java.lang.String userEnvironment);
        
        /**
         * Sets (as xml) the "UserEnvironment" attribute
         */
        void xsetUserEnvironment(io.github.isotes.vs.model.Boolean userEnvironment);
        
        /**
         * Unsets the "UserEnvironment" attribute
         */
        void unsetUserEnvironment();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.VCBuildDocument.VCBuild newInstance() {
              return (io.github.isotes.vs.model.VCBuildDocument.VCBuild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.VCBuildDocument.VCBuild newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.VCBuildDocument.VCBuild) 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.VCBuildDocument newInstance() {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.VCBuildDocument) 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.VCBuildDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.VCBuildDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.VCBuildDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.VCBuildDocument) 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.VCBuildDocument 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.VCBuildDocument) 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.VCBuildDocument 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.VCBuildDocument) 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