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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_WebPr
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_WebPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTWebPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTWebPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctwebpre615type");
    
    /**
     * Gets the "tables" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTables getTables();
    
    /**
     * True if has "tables" element
     */
    boolean isSetTables();
    
    /**
     * Sets the "tables" element
     */
    void setTables(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTables tables);
    
    /**
     * Appends and returns a new empty "tables" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTables addNewTables();
    
    /**
     * Unsets the "tables" element
     */
    void unsetTables();
    
    /**
     * Gets the "xml" attribute
     */
    boolean getXml();
    
    /**
     * Gets (as xml) the "xml" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetXml();
    
    /**
     * True if has "xml" attribute
     */
    boolean isSetXml();
    
    /**
     * Sets the "xml" attribute
     */
    void setXml(boolean xml);
    
    /**
     * Sets (as xml) the "xml" attribute
     */
    void xsetXml(org.apache.xmlbeans.XmlBoolean xml);
    
    /**
     * Unsets the "xml" attribute
     */
    void unsetXml();
    
    /**
     * Gets the "sourceData" attribute
     */
    boolean getSourceData();
    
    /**
     * Gets (as xml) the "sourceData" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSourceData();
    
    /**
     * True if has "sourceData" attribute
     */
    boolean isSetSourceData();
    
    /**
     * Sets the "sourceData" attribute
     */
    void setSourceData(boolean sourceData);
    
    /**
     * Sets (as xml) the "sourceData" attribute
     */
    void xsetSourceData(org.apache.xmlbeans.XmlBoolean sourceData);
    
    /**
     * Unsets the "sourceData" attribute
     */
    void unsetSourceData();
    
    /**
     * Gets the "parsePre" attribute
     */
    boolean getParsePre();
    
    /**
     * Gets (as xml) the "parsePre" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetParsePre();
    
    /**
     * True if has "parsePre" attribute
     */
    boolean isSetParsePre();
    
    /**
     * Sets the "parsePre" attribute
     */
    void setParsePre(boolean parsePre);
    
    /**
     * Sets (as xml) the "parsePre" attribute
     */
    void xsetParsePre(org.apache.xmlbeans.XmlBoolean parsePre);
    
    /**
     * Unsets the "parsePre" attribute
     */
    void unsetParsePre();
    
    /**
     * Gets the "consecutive" attribute
     */
    boolean getConsecutive();
    
    /**
     * Gets (as xml) the "consecutive" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetConsecutive();
    
    /**
     * True if has "consecutive" attribute
     */
    boolean isSetConsecutive();
    
    /**
     * Sets the "consecutive" attribute
     */
    void setConsecutive(boolean consecutive);
    
    /**
     * Sets (as xml) the "consecutive" attribute
     */
    void xsetConsecutive(org.apache.xmlbeans.XmlBoolean consecutive);
    
    /**
     * Unsets the "consecutive" attribute
     */
    void unsetConsecutive();
    
    /**
     * Gets the "firstRow" attribute
     */
    boolean getFirstRow();
    
    /**
     * Gets (as xml) the "firstRow" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFirstRow();
    
    /**
     * True if has "firstRow" attribute
     */
    boolean isSetFirstRow();
    
    /**
     * Sets the "firstRow" attribute
     */
    void setFirstRow(boolean firstRow);
    
    /**
     * Sets (as xml) the "firstRow" attribute
     */
    void xsetFirstRow(org.apache.xmlbeans.XmlBoolean firstRow);
    
    /**
     * Unsets the "firstRow" attribute
     */
    void unsetFirstRow();
    
    /**
     * Gets the "xl97" attribute
     */
    boolean getXl97();
    
    /**
     * Gets (as xml) the "xl97" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetXl97();
    
    /**
     * True if has "xl97" attribute
     */
    boolean isSetXl97();
    
    /**
     * Sets the "xl97" attribute
     */
    void setXl97(boolean xl97);
    
    /**
     * Sets (as xml) the "xl97" attribute
     */
    void xsetXl97(org.apache.xmlbeans.XmlBoolean xl97);
    
    /**
     * Unsets the "xl97" attribute
     */
    void unsetXl97();
    
    /**
     * Gets the "textDates" attribute
     */
    boolean getTextDates();
    
    /**
     * Gets (as xml) the "textDates" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetTextDates();
    
    /**
     * True if has "textDates" attribute
     */
    boolean isSetTextDates();
    
    /**
     * Sets the "textDates" attribute
     */
    void setTextDates(boolean textDates);
    
    /**
     * Sets (as xml) the "textDates" attribute
     */
    void xsetTextDates(org.apache.xmlbeans.XmlBoolean textDates);
    
    /**
     * Unsets the "textDates" attribute
     */
    void unsetTextDates();
    
    /**
     * Gets the "xl2000" attribute
     */
    boolean getXl2000();
    
    /**
     * Gets (as xml) the "xl2000" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetXl2000();
    
    /**
     * True if has "xl2000" attribute
     */
    boolean isSetXl2000();
    
    /**
     * Sets the "xl2000" attribute
     */
    void setXl2000(boolean xl2000);
    
    /**
     * Sets (as xml) the "xl2000" attribute
     */
    void xsetXl2000(org.apache.xmlbeans.XmlBoolean xl2000);
    
    /**
     * Unsets the "xl2000" attribute
     */
    void unsetXl2000();
    
    /**
     * Gets the "url" attribute
     */
    java.lang.String getUrl();
    
    /**
     * Gets (as xml) the "url" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring xgetUrl();
    
    /**
     * True if has "url" attribute
     */
    boolean isSetUrl();
    
    /**
     * Sets the "url" attribute
     */
    void setUrl(java.lang.String url);
    
    /**
     * Sets (as xml) the "url" attribute
     */
    void xsetUrl(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring url);
    
    /**
     * Unsets the "url" attribute
     */
    void unsetUrl();
    
    /**
     * Gets the "post" attribute
     */
    java.lang.String getPost();
    
    /**
     * Gets (as xml) the "post" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring xgetPost();
    
    /**
     * True if has "post" attribute
     */
    boolean isSetPost();
    
    /**
     * Sets the "post" attribute
     */
    void setPost(java.lang.String post);
    
    /**
     * Sets (as xml) the "post" attribute
     */
    void xsetPost(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring post);
    
    /**
     * Unsets the "post" attribute
     */
    void unsetPost();
    
    /**
     * Gets the "htmlTables" attribute
     */
    boolean getHtmlTables();
    
    /**
     * Gets (as xml) the "htmlTables" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHtmlTables();
    
    /**
     * True if has "htmlTables" attribute
     */
    boolean isSetHtmlTables();
    
    /**
     * Sets the "htmlTables" attribute
     */
    void setHtmlTables(boolean htmlTables);
    
    /**
     * Sets (as xml) the "htmlTables" attribute
     */
    void xsetHtmlTables(org.apache.xmlbeans.XmlBoolean htmlTables);
    
    /**
     * Unsets the "htmlTables" attribute
     */
    void unsetHtmlTables();
    
    /**
     * Gets the "htmlFormat" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STHtmlFmt.Enum getHtmlFormat();
    
    /**
     * Gets (as xml) the "htmlFormat" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STHtmlFmt xgetHtmlFormat();
    
    /**
     * True if has "htmlFormat" attribute
     */
    boolean isSetHtmlFormat();
    
    /**
     * Sets the "htmlFormat" attribute
     */
    void setHtmlFormat(org.openxmlformats.schemas.spreadsheetml.x2006.main.STHtmlFmt.Enum htmlFormat);
    
    /**
     * Sets (as xml) the "htmlFormat" attribute
     */
    void xsetHtmlFormat(org.openxmlformats.schemas.spreadsheetml.x2006.main.STHtmlFmt htmlFormat);
    
    /**
     * Unsets the "htmlFormat" attribute
     */
    void unsetHtmlFormat();
    
    /**
     * Gets the "editPage" attribute
     */
    java.lang.String getEditPage();
    
    /**
     * Gets (as xml) the "editPage" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring xgetEditPage();
    
    /**
     * True if has "editPage" attribute
     */
    boolean isSetEditPage();
    
    /**
     * Sets the "editPage" attribute
     */
    void setEditPage(java.lang.String editPage);
    
    /**
     * Sets (as xml) the "editPage" attribute
     */
    void xsetEditPage(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring editPage);
    
    /**
     * Unsets the "editPage" attribute
     */
    void unsetEditPage();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr 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 (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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} */
        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