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

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

Go to download

Generated XMLBeans Java classes for the XML schema of MSBuild project files

The newest version!
/*
 * XML Type:  ResourceCompile
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ResourceCompile
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * An XML ResourceCompile(@http://schemas.microsoft.com/developer/msbuild/2003).
 *
 * This is a complex type.
 */
public interface ResourceCompile extends io.github.isotes.vs.model.SimpleItemType
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResourceCompile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("resourcecompile7445type");
    
    /**
     * Gets a List of "Culture" elements
     */
    java.util.List getCultureList();
    
    /**
     * Gets array of all "Culture" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getCultureArray();
    
    /**
     * Gets ith "Culture" element
     */
    org.apache.xmlbeans.XmlObject getCultureArray(int i);
    
    /**
     * Returns number of "Culture" element
     */
    int sizeOfCultureArray();
    
    /**
     * Sets array of all "Culture" element
     */
    void setCultureArray(org.apache.xmlbeans.XmlObject[] cultureArray);
    
    /**
     * Sets ith "Culture" element
     */
    void setCultureArray(int i, org.apache.xmlbeans.XmlObject culture);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "Culture" element
     */
    org.apache.xmlbeans.XmlObject insertNewCulture(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "Culture" element
     */
    org.apache.xmlbeans.XmlObject addNewCulture();
    
    /**
     * Removes the ith "Culture" element
     */
    void removeCulture(int i);
    
    /**
     * Gets a List of "PreprocessorDefinitions" elements
     */
    java.util.List getPreprocessorDefinitionsList();
    
    /**
     * Gets array of all "PreprocessorDefinitions" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getPreprocessorDefinitionsArray();
    
    /**
     * Gets ith "PreprocessorDefinitions" element
     */
    org.apache.xmlbeans.XmlObject getPreprocessorDefinitionsArray(int i);
    
    /**
     * Returns number of "PreprocessorDefinitions" element
     */
    int sizeOfPreprocessorDefinitionsArray();
    
    /**
     * Sets array of all "PreprocessorDefinitions" element
     */
    void setPreprocessorDefinitionsArray(org.apache.xmlbeans.XmlObject[] preprocessorDefinitionsArray);
    
    /**
     * Sets ith "PreprocessorDefinitions" element
     */
    void setPreprocessorDefinitionsArray(int i, org.apache.xmlbeans.XmlObject preprocessorDefinitions);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "PreprocessorDefinitions" element
     */
    org.apache.xmlbeans.XmlObject insertNewPreprocessorDefinitions(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "PreprocessorDefinitions" element
     */
    org.apache.xmlbeans.XmlObject addNewPreprocessorDefinitions();
    
    /**
     * Removes the ith "PreprocessorDefinitions" element
     */
    void removePreprocessorDefinitions(int i);
    
    /**
     * Gets a List of "UndefinePreprocessorDefinitions" elements
     */
    java.util.List getUndefinePreprocessorDefinitionsList();
    
    /**
     * Gets array of all "UndefinePreprocessorDefinitions" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getUndefinePreprocessorDefinitionsArray();
    
    /**
     * Gets ith "UndefinePreprocessorDefinitions" element
     */
    org.apache.xmlbeans.XmlObject getUndefinePreprocessorDefinitionsArray(int i);
    
    /**
     * Returns number of "UndefinePreprocessorDefinitions" element
     */
    int sizeOfUndefinePreprocessorDefinitionsArray();
    
    /**
     * Sets array of all "UndefinePreprocessorDefinitions" element
     */
    void setUndefinePreprocessorDefinitionsArray(org.apache.xmlbeans.XmlObject[] undefinePreprocessorDefinitionsArray);
    
    /**
     * Sets ith "UndefinePreprocessorDefinitions" element
     */
    void setUndefinePreprocessorDefinitionsArray(int i, org.apache.xmlbeans.XmlObject undefinePreprocessorDefinitions);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "UndefinePreprocessorDefinitions" element
     */
    org.apache.xmlbeans.XmlObject insertNewUndefinePreprocessorDefinitions(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "UndefinePreprocessorDefinitions" element
     */
    org.apache.xmlbeans.XmlObject addNewUndefinePreprocessorDefinitions();
    
    /**
     * Removes the ith "UndefinePreprocessorDefinitions" element
     */
    void removeUndefinePreprocessorDefinitions(int i);
    
    /**
     * Gets a List of "AdditionalIncludeDirectories" elements
     */
    java.util.List getAdditionalIncludeDirectoriesList();
    
    /**
     * Gets array of all "AdditionalIncludeDirectories" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getAdditionalIncludeDirectoriesArray();
    
    /**
     * Gets ith "AdditionalIncludeDirectories" element
     */
    org.apache.xmlbeans.XmlObject getAdditionalIncludeDirectoriesArray(int i);
    
    /**
     * Returns number of "AdditionalIncludeDirectories" element
     */
    int sizeOfAdditionalIncludeDirectoriesArray();
    
    /**
     * Sets array of all "AdditionalIncludeDirectories" element
     */
    void setAdditionalIncludeDirectoriesArray(org.apache.xmlbeans.XmlObject[] additionalIncludeDirectoriesArray);
    
    /**
     * Sets ith "AdditionalIncludeDirectories" element
     */
    void setAdditionalIncludeDirectoriesArray(int i, org.apache.xmlbeans.XmlObject additionalIncludeDirectories);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "AdditionalIncludeDirectories" element
     */
    org.apache.xmlbeans.XmlObject insertNewAdditionalIncludeDirectories(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "AdditionalIncludeDirectories" element
     */
    org.apache.xmlbeans.XmlObject addNewAdditionalIncludeDirectories();
    
    /**
     * Removes the ith "AdditionalIncludeDirectories" element
     */
    void removeAdditionalIncludeDirectories(int i);
    
    /**
     * Gets a List of "IgnoreStandardIncludePath" elements
     */
    java.util.List getIgnoreStandardIncludePathList();
    
    /**
     * Gets array of all "IgnoreStandardIncludePath" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getIgnoreStandardIncludePathArray();
    
    /**
     * Gets ith "IgnoreStandardIncludePath" element
     */
    org.apache.xmlbeans.XmlObject getIgnoreStandardIncludePathArray(int i);
    
    /**
     * Returns number of "IgnoreStandardIncludePath" element
     */
    int sizeOfIgnoreStandardIncludePathArray();
    
    /**
     * Sets array of all "IgnoreStandardIncludePath" element
     */
    void setIgnoreStandardIncludePathArray(org.apache.xmlbeans.XmlObject[] ignoreStandardIncludePathArray);
    
    /**
     * Sets ith "IgnoreStandardIncludePath" element
     */
    void setIgnoreStandardIncludePathArray(int i, org.apache.xmlbeans.XmlObject ignoreStandardIncludePath);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "IgnoreStandardIncludePath" element
     */
    org.apache.xmlbeans.XmlObject insertNewIgnoreStandardIncludePath(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "IgnoreStandardIncludePath" element
     */
    org.apache.xmlbeans.XmlObject addNewIgnoreStandardIncludePath();
    
    /**
     * Removes the ith "IgnoreStandardIncludePath" element
     */
    void removeIgnoreStandardIncludePath(int i);
    
    /**
     * Gets a List of "ShowProgress" elements
     */
    java.util.List getShowProgressList();
    
    /**
     * Gets array of all "ShowProgress" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getShowProgressArray();
    
    /**
     * Gets ith "ShowProgress" element
     */
    org.apache.xmlbeans.XmlObject getShowProgressArray(int i);
    
    /**
     * Returns number of "ShowProgress" element
     */
    int sizeOfShowProgressArray();
    
    /**
     * Sets array of all "ShowProgress" element
     */
    void setShowProgressArray(org.apache.xmlbeans.XmlObject[] showProgressArray);
    
    /**
     * Sets ith "ShowProgress" element
     */
    void setShowProgressArray(int i, org.apache.xmlbeans.XmlObject showProgress);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "ShowProgress" element
     */
    org.apache.xmlbeans.XmlObject insertNewShowProgress(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "ShowProgress" element
     */
    org.apache.xmlbeans.XmlObject addNewShowProgress();
    
    /**
     * Removes the ith "ShowProgress" element
     */
    void removeShowProgress(int i);
    
    /**
     * Gets a List of "NullTerminateStrings" elements
     */
    java.util.List getNullTerminateStringsList();
    
    /**
     * Gets array of all "NullTerminateStrings" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getNullTerminateStringsArray();
    
    /**
     * Gets ith "NullTerminateStrings" element
     */
    org.apache.xmlbeans.XmlObject getNullTerminateStringsArray(int i);
    
    /**
     * Returns number of "NullTerminateStrings" element
     */
    int sizeOfNullTerminateStringsArray();
    
    /**
     * Sets array of all "NullTerminateStrings" element
     */
    void setNullTerminateStringsArray(org.apache.xmlbeans.XmlObject[] nullTerminateStringsArray);
    
    /**
     * Sets ith "NullTerminateStrings" element
     */
    void setNullTerminateStringsArray(int i, org.apache.xmlbeans.XmlObject nullTerminateStrings);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "NullTerminateStrings" element
     */
    org.apache.xmlbeans.XmlObject insertNewNullTerminateStrings(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "NullTerminateStrings" element
     */
    org.apache.xmlbeans.XmlObject addNewNullTerminateStrings();
    
    /**
     * Removes the ith "NullTerminateStrings" element
     */
    void removeNullTerminateStrings(int i);
    
    /**
     * Gets a List of "SuppressStartupBanner" elements
     */
    java.util.List getSuppressStartupBannerList();
    
    /**
     * Gets array of all "SuppressStartupBanner" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getSuppressStartupBannerArray();
    
    /**
     * Gets ith "SuppressStartupBanner" element
     */
    org.apache.xmlbeans.XmlObject getSuppressStartupBannerArray(int i);
    
    /**
     * Returns number of "SuppressStartupBanner" element
     */
    int sizeOfSuppressStartupBannerArray();
    
    /**
     * Sets array of all "SuppressStartupBanner" element
     */
    void setSuppressStartupBannerArray(org.apache.xmlbeans.XmlObject[] suppressStartupBannerArray);
    
    /**
     * Sets ith "SuppressStartupBanner" element
     */
    void setSuppressStartupBannerArray(int i, org.apache.xmlbeans.XmlObject suppressStartupBanner);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "SuppressStartupBanner" element
     */
    org.apache.xmlbeans.XmlObject insertNewSuppressStartupBanner(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "SuppressStartupBanner" element
     */
    org.apache.xmlbeans.XmlObject addNewSuppressStartupBanner();
    
    /**
     * Removes the ith "SuppressStartupBanner" element
     */
    void removeSuppressStartupBanner(int i);
    
    /**
     * Gets a List of "ResourceOutputFileName" elements
     */
    java.util.List getResourceOutputFileNameList();
    
    /**
     * Gets array of all "ResourceOutputFileName" elements
     * @deprecated
     */
    @Deprecated
    org.apache.xmlbeans.XmlObject[] getResourceOutputFileNameArray();
    
    /**
     * Gets ith "ResourceOutputFileName" element
     */
    org.apache.xmlbeans.XmlObject getResourceOutputFileNameArray(int i);
    
    /**
     * Returns number of "ResourceOutputFileName" element
     */
    int sizeOfResourceOutputFileNameArray();
    
    /**
     * Sets array of all "ResourceOutputFileName" element
     */
    void setResourceOutputFileNameArray(org.apache.xmlbeans.XmlObject[] resourceOutputFileNameArray);
    
    /**
     * Sets ith "ResourceOutputFileName" element
     */
    void setResourceOutputFileNameArray(int i, org.apache.xmlbeans.XmlObject resourceOutputFileName);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "ResourceOutputFileName" element
     */
    org.apache.xmlbeans.XmlObject insertNewResourceOutputFileName(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "ResourceOutputFileName" element
     */
    org.apache.xmlbeans.XmlObject addNewResourceOutputFileName();
    
    /**
     * Removes the ith "ResourceOutputFileName" element
     */
    void removeResourceOutputFileName(int i);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static io.github.isotes.vs.model.ResourceCompile newInstance() {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.ResourceCompile parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResourceCompile) 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.ResourceCompile parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResourceCompile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.ResourceCompile parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResourceCompile) 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.ResourceCompile 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.ResourceCompile) 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.ResourceCompile 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.ResourceCompile) 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