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

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


/**
 * A document containing one FileAssociation(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface FileAssociationDocument extends io.github.isotes.vs.model.ItemDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FileAssociationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("fileassociation9355doctype");
    
    /**
     * Gets the "FileAssociation" element
     */
    io.github.isotes.vs.model.FileAssociationDocument.FileAssociation getFileAssociation();
    
    /**
     * Sets the "FileAssociation" element
     */
    void setFileAssociation(io.github.isotes.vs.model.FileAssociationDocument.FileAssociation fileAssociation);
    
    /**
     * Appends and returns a new empty "FileAssociation" element
     */
    io.github.isotes.vs.model.FileAssociationDocument.FileAssociation addNewFileAssociation();
    
    /**
     * An XML FileAssociation(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface FileAssociation extends io.github.isotes.vs.model.SimpleItemType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FileAssociation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("fileassociationb846elemtype");
        
        /**
         * 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 "DefaultIcon" elements
         */
        java.util.List getDefaultIconList();
        
        /**
         * Gets array of all "DefaultIcon" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getDefaultIconArray();
        
        /**
         * Gets ith "DefaultIcon" element
         */
        org.apache.xmlbeans.XmlObject getDefaultIconArray(int i);
        
        /**
         * Returns number of "DefaultIcon" element
         */
        int sizeOfDefaultIconArray();
        
        /**
         * Sets array of all "DefaultIcon" element
         */
        void setDefaultIconArray(org.apache.xmlbeans.XmlObject[] defaultIconArray);
        
        /**
         * Sets ith "DefaultIcon" element
         */
        void setDefaultIconArray(int i, org.apache.xmlbeans.XmlObject defaultIcon);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "DefaultIcon" element
         */
        org.apache.xmlbeans.XmlObject insertNewDefaultIcon(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "DefaultIcon" element
         */
        org.apache.xmlbeans.XmlObject addNewDefaultIcon();
        
        /**
         * Removes the ith "DefaultIcon" element
         */
        void removeDefaultIcon(int i);
        
        /**
         * Gets a List of "Description" elements
         */
        java.util.List getDescriptionList();
        
        /**
         * Gets array of all "Description" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getDescriptionArray();
        
        /**
         * Gets ith "Description" element
         */
        org.apache.xmlbeans.XmlObject getDescriptionArray(int i);
        
        /**
         * Returns number of "Description" element
         */
        int sizeOfDescriptionArray();
        
        /**
         * Sets array of all "Description" element
         */
        void setDescriptionArray(org.apache.xmlbeans.XmlObject[] descriptionArray);
        
        /**
         * Sets ith "Description" element
         */
        void setDescriptionArray(int i, org.apache.xmlbeans.XmlObject description);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Description" element
         */
        org.apache.xmlbeans.XmlObject insertNewDescription(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Description" element
         */
        org.apache.xmlbeans.XmlObject addNewDescription();
        
        /**
         * Removes the ith "Description" element
         */
        void removeDescription(int i);
        
        /**
         * Gets a List of "Progid" elements
         */
        java.util.List getProgidList();
        
        /**
         * Gets array of all "Progid" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getProgidArray();
        
        /**
         * Gets ith "Progid" element
         */
        org.apache.xmlbeans.XmlObject getProgidArray(int i);
        
        /**
         * Returns number of "Progid" element
         */
        int sizeOfProgidArray();
        
        /**
         * Sets array of all "Progid" element
         */
        void setProgidArray(org.apache.xmlbeans.XmlObject[] progidArray);
        
        /**
         * Sets ith "Progid" element
         */
        void setProgidArray(int i, org.apache.xmlbeans.XmlObject progid);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Progid" element
         */
        org.apache.xmlbeans.XmlObject insertNewProgid(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Progid" element
         */
        org.apache.xmlbeans.XmlObject addNewProgid();
        
        /**
         * Removes the ith "Progid" element
         */
        void removeProgid(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.FileAssociationDocument.FileAssociation newInstance() {
              return (io.github.isotes.vs.model.FileAssociationDocument.FileAssociation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.FileAssociationDocument.FileAssociation newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.FileAssociationDocument.FileAssociation) 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.FileAssociationDocument newInstance() {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.FileAssociationDocument) 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.FileAssociationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.FileAssociationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.FileAssociationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.FileAssociationDocument) 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.FileAssociationDocument 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.FileAssociationDocument) 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.FileAssociationDocument 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.FileAssociationDocument) 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