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

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


/**
 * A document containing one EmbeddedResource(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface EmbeddedResourceDocument extends io.github.isotes.vs.model.ItemDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EmbeddedResourceDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("embeddedresourceb67adoctype");
    
    /**
     * Gets the "EmbeddedResource" element
     */
    io.github.isotes.vs.model.EmbeddedResourceDocument.EmbeddedResource getEmbeddedResource();
    
    /**
     * Sets the "EmbeddedResource" element
     */
    void setEmbeddedResource(io.github.isotes.vs.model.EmbeddedResourceDocument.EmbeddedResource embeddedResource);
    
    /**
     * Appends and returns a new empty "EmbeddedResource" element
     */
    io.github.isotes.vs.model.EmbeddedResourceDocument.EmbeddedResource addNewEmbeddedResource();
    
    /**
     * An XML EmbeddedResource(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface EmbeddedResource extends io.github.isotes.vs.model.SimpleItemType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EmbeddedResource.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("embeddedresourced686elemtype");
        
        /**
         * Gets a List of "DependentUpon" elements
         */
        java.util.List getDependentUponList();
        
        /**
         * Gets array of all "DependentUpon" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getDependentUponArray();
        
        /**
         * Gets ith "DependentUpon" element
         */
        org.apache.xmlbeans.XmlObject getDependentUponArray(int i);
        
        /**
         * Returns number of "DependentUpon" element
         */
        int sizeOfDependentUponArray();
        
        /**
         * Sets array of all "DependentUpon" element
         */
        void setDependentUponArray(org.apache.xmlbeans.XmlObject[] dependentUponArray);
        
        /**
         * Sets ith "DependentUpon" element
         */
        void setDependentUponArray(int i, org.apache.xmlbeans.XmlObject dependentUpon);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "DependentUpon" element
         */
        org.apache.xmlbeans.XmlObject insertNewDependentUpon(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "DependentUpon" element
         */
        org.apache.xmlbeans.XmlObject addNewDependentUpon();
        
        /**
         * Removes the ith "DependentUpon" element
         */
        void removeDependentUpon(int i);
        
        /**
         * Gets a List of "Generator" elements
         */
        java.util.List getGeneratorList();
        
        /**
         * Gets array of all "Generator" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getGeneratorArray();
        
        /**
         * Gets ith "Generator" element
         */
        org.apache.xmlbeans.XmlObject getGeneratorArray(int i);
        
        /**
         * Returns number of "Generator" element
         */
        int sizeOfGeneratorArray();
        
        /**
         * Sets array of all "Generator" element
         */
        void setGeneratorArray(org.apache.xmlbeans.XmlObject[] generatorArray);
        
        /**
         * Sets ith "Generator" element
         */
        void setGeneratorArray(int i, org.apache.xmlbeans.XmlObject generator);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Generator" element
         */
        org.apache.xmlbeans.XmlObject insertNewGenerator(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Generator" element
         */
        org.apache.xmlbeans.XmlObject addNewGenerator();
        
        /**
         * Removes the ith "Generator" element
         */
        void removeGenerator(int i);
        
        /**
         * Gets a List of "LastGenOutput" elements
         */
        java.util.List getLastGenOutputList();
        
        /**
         * Gets array of all "LastGenOutput" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getLastGenOutputArray();
        
        /**
         * Gets ith "LastGenOutput" element
         */
        org.apache.xmlbeans.XmlObject getLastGenOutputArray(int i);
        
        /**
         * Returns number of "LastGenOutput" element
         */
        int sizeOfLastGenOutputArray();
        
        /**
         * Sets array of all "LastGenOutput" element
         */
        void setLastGenOutputArray(org.apache.xmlbeans.XmlObject[] lastGenOutputArray);
        
        /**
         * Sets ith "LastGenOutput" element
         */
        void setLastGenOutputArray(int i, org.apache.xmlbeans.XmlObject lastGenOutput);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "LastGenOutput" element
         */
        org.apache.xmlbeans.XmlObject insertNewLastGenOutput(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "LastGenOutput" element
         */
        org.apache.xmlbeans.XmlObject addNewLastGenOutput();
        
        /**
         * Removes the ith "LastGenOutput" element
         */
        void removeLastGenOutput(int i);
        
        /**
         * Gets a List of "CustomToolNamespace" elements
         */
        java.util.List getCustomToolNamespaceList();
        
        /**
         * Gets array of all "CustomToolNamespace" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getCustomToolNamespaceArray();
        
        /**
         * Gets ith "CustomToolNamespace" element
         */
        org.apache.xmlbeans.XmlObject getCustomToolNamespaceArray(int i);
        
        /**
         * Returns number of "CustomToolNamespace" element
         */
        int sizeOfCustomToolNamespaceArray();
        
        /**
         * Sets array of all "CustomToolNamespace" element
         */
        void setCustomToolNamespaceArray(org.apache.xmlbeans.XmlObject[] customToolNamespaceArray);
        
        /**
         * Sets ith "CustomToolNamespace" element
         */
        void setCustomToolNamespaceArray(int i, org.apache.xmlbeans.XmlObject customToolNamespace);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "CustomToolNamespace" element
         */
        org.apache.xmlbeans.XmlObject insertNewCustomToolNamespace(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "CustomToolNamespace" element
         */
        org.apache.xmlbeans.XmlObject addNewCustomToolNamespace();
        
        /**
         * Removes the ith "CustomToolNamespace" element
         */
        void removeCustomToolNamespace(int i);
        
        /**
         * Gets a List of "Link" elements
         */
        java.util.List getLinkList();
        
        /**
         * Gets array of all "Link" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getLinkArray();
        
        /**
         * Gets ith "Link" element
         */
        org.apache.xmlbeans.XmlObject getLinkArray(int i);
        
        /**
         * Returns number of "Link" element
         */
        int sizeOfLinkArray();
        
        /**
         * Sets array of all "Link" element
         */
        void setLinkArray(org.apache.xmlbeans.XmlObject[] linkArray);
        
        /**
         * Sets ith "Link" element
         */
        void setLinkArray(int i, org.apache.xmlbeans.XmlObject link);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Link" element
         */
        org.apache.xmlbeans.XmlObject insertNewLink(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Link" element
         */
        org.apache.xmlbeans.XmlObject addNewLink();
        
        /**
         * Removes the ith "Link" element
         */
        void removeLink(int i);
        
        /**
         * Gets a List of "Visible" elements
         */
        java.util.List getVisibleList();
        
        /**
         * Gets array of all "Visible" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getVisibleArray();
        
        /**
         * Gets ith "Visible" element
         */
        org.apache.xmlbeans.XmlObject getVisibleArray(int i);
        
        /**
         * Returns number of "Visible" element
         */
        int sizeOfVisibleArray();
        
        /**
         * Sets array of all "Visible" element
         */
        void setVisibleArray(org.apache.xmlbeans.XmlObject[] visibleArray);
        
        /**
         * Sets ith "Visible" element
         */
        void setVisibleArray(int i, org.apache.xmlbeans.XmlObject visible);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Visible" element
         */
        org.apache.xmlbeans.XmlObject insertNewVisible(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Visible" element
         */
        org.apache.xmlbeans.XmlObject addNewVisible();
        
        /**
         * Removes the ith "Visible" element
         */
        void removeVisible(int i);
        
        /**
         * Gets a List of "SubType" elements
         */
        java.util.List getSubTypeList();
        
        /**
         * Gets array of all "SubType" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getSubTypeArray();
        
        /**
         * Gets ith "SubType" element
         */
        org.apache.xmlbeans.XmlObject getSubTypeArray(int i);
        
        /**
         * Returns number of "SubType" element
         */
        int sizeOfSubTypeArray();
        
        /**
         * Sets array of all "SubType" element
         */
        void setSubTypeArray(org.apache.xmlbeans.XmlObject[] subTypeArray);
        
        /**
         * Sets ith "SubType" element
         */
        void setSubTypeArray(int i, org.apache.xmlbeans.XmlObject subType);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "SubType" element
         */
        org.apache.xmlbeans.XmlObject insertNewSubType(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "SubType" element
         */
        org.apache.xmlbeans.XmlObject addNewSubType();
        
        /**
         * Removes the ith "SubType" element
         */
        void removeSubType(int i);
        
        /**
         * Gets a List of "CopyToOutputDirectory" elements
         */
        java.util.List getCopyToOutputDirectoryList();
        
        /**
         * Gets array of all "CopyToOutputDirectory" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getCopyToOutputDirectoryArray();
        
        /**
         * Gets ith "CopyToOutputDirectory" element
         */
        org.apache.xmlbeans.XmlObject getCopyToOutputDirectoryArray(int i);
        
        /**
         * Returns number of "CopyToOutputDirectory" element
         */
        int sizeOfCopyToOutputDirectoryArray();
        
        /**
         * Sets array of all "CopyToOutputDirectory" element
         */
        void setCopyToOutputDirectoryArray(org.apache.xmlbeans.XmlObject[] copyToOutputDirectoryArray);
        
        /**
         * Sets ith "CopyToOutputDirectory" element
         */
        void setCopyToOutputDirectoryArray(int i, org.apache.xmlbeans.XmlObject copyToOutputDirectory);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "CopyToOutputDirectory" element
         */
        org.apache.xmlbeans.XmlObject insertNewCopyToOutputDirectory(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "CopyToOutputDirectory" element
         */
        org.apache.xmlbeans.XmlObject addNewCopyToOutputDirectory();
        
        /**
         * Removes the ith "CopyToOutputDirectory" element
         */
        void removeCopyToOutputDirectory(int i);
        
        /**
         * Gets a List of "LogicalName" elements
         */
        java.util.List getLogicalNameList();
        
        /**
         * Gets array of all "LogicalName" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getLogicalNameArray();
        
        /**
         * Gets ith "LogicalName" element
         */
        org.apache.xmlbeans.XmlObject getLogicalNameArray(int i);
        
        /**
         * Returns number of "LogicalName" element
         */
        int sizeOfLogicalNameArray();
        
        /**
         * Sets array of all "LogicalName" element
         */
        void setLogicalNameArray(org.apache.xmlbeans.XmlObject[] logicalNameArray);
        
        /**
         * Sets ith "LogicalName" element
         */
        void setLogicalNameArray(int i, org.apache.xmlbeans.XmlObject logicalName);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "LogicalName" element
         */
        org.apache.xmlbeans.XmlObject insertNewLogicalName(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "LogicalName" element
         */
        org.apache.xmlbeans.XmlObject addNewLogicalName();
        
        /**
         * Removes the ith "LogicalName" element
         */
        void removeLogicalName(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.EmbeddedResourceDocument.EmbeddedResource newInstance() {
              return (io.github.isotes.vs.model.EmbeddedResourceDocument.EmbeddedResource) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.EmbeddedResourceDocument.EmbeddedResource newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.EmbeddedResourceDocument.EmbeddedResource) 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.EmbeddedResourceDocument newInstance() {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) 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.EmbeddedResourceDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.EmbeddedResourceDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.EmbeddedResourceDocument) 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.EmbeddedResourceDocument 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.EmbeddedResourceDocument) 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.EmbeddedResourceDocument 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.EmbeddedResourceDocument) 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