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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo 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_UndoInfo
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_UndoInfo(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTUndoInfo extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTUndoInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctundoinfo5bfbtype");
    
    /**
     * Gets the "index" attribute
     */
    long getIndex();
    
    /**
     * Gets (as xml) the "index" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetIndex();
    
    /**
     * Sets the "index" attribute
     */
    void setIndex(long index);
    
    /**
     * Sets (as xml) the "index" attribute
     */
    void xsetIndex(org.apache.xmlbeans.XmlUnsignedInt index);
    
    /**
     * Gets the "exp" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression.Enum getExp();
    
    /**
     * Gets (as xml) the "exp" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression xgetExp();
    
    /**
     * Sets the "exp" attribute
     */
    void setExp(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression.Enum exp);
    
    /**
     * Sets (as xml) the "exp" attribute
     */
    void xsetExp(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression exp);
    
    /**
     * Gets the "ref3D" attribute
     */
    boolean getRef3D();
    
    /**
     * Gets (as xml) the "ref3D" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRef3D();
    
    /**
     * True if has "ref3D" attribute
     */
    boolean isSetRef3D();
    
    /**
     * Sets the "ref3D" attribute
     */
    void setRef3D(boolean ref3D);
    
    /**
     * Sets (as xml) the "ref3D" attribute
     */
    void xsetRef3D(org.apache.xmlbeans.XmlBoolean ref3D);
    
    /**
     * Unsets the "ref3D" attribute
     */
    void unsetRef3D();
    
    /**
     * Gets the "array" attribute
     */
    boolean getArray();
    
    /**
     * Gets (as xml) the "array" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetArray();
    
    /**
     * True if has "array" attribute
     */
    boolean isSetArray();
    
    /**
     * Sets the "array" attribute
     */
    void setArray(boolean array);
    
    /**
     * Sets (as xml) the "array" attribute
     */
    void xsetArray(org.apache.xmlbeans.XmlBoolean array);
    
    /**
     * Unsets the "array" attribute
     */
    void unsetArray();
    
    /**
     * Gets the "v" attribute
     */
    boolean getV();
    
    /**
     * Gets (as xml) the "v" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetV();
    
    /**
     * True if has "v" attribute
     */
    boolean isSetV();
    
    /**
     * Sets the "v" attribute
     */
    void setV(boolean v);
    
    /**
     * Sets (as xml) the "v" attribute
     */
    void xsetV(org.apache.xmlbeans.XmlBoolean v);
    
    /**
     * Unsets the "v" attribute
     */
    void unsetV();
    
    /**
     * Gets the "nf" attribute
     */
    boolean getNf();
    
    /**
     * Gets (as xml) the "nf" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetNf();
    
    /**
     * True if has "nf" attribute
     */
    boolean isSetNf();
    
    /**
     * Sets the "nf" attribute
     */
    void setNf(boolean nf);
    
    /**
     * Sets (as xml) the "nf" attribute
     */
    void xsetNf(org.apache.xmlbeans.XmlBoolean nf);
    
    /**
     * Unsets the "nf" attribute
     */
    void unsetNf();
    
    /**
     * Gets the "cs" attribute
     */
    boolean getCs();
    
    /**
     * Gets (as xml) the "cs" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCs();
    
    /**
     * True if has "cs" attribute
     */
    boolean isSetCs();
    
    /**
     * Sets the "cs" attribute
     */
    void setCs(boolean cs);
    
    /**
     * Sets (as xml) the "cs" attribute
     */
    void xsetCs(org.apache.xmlbeans.XmlBoolean cs);
    
    /**
     * Unsets the "cs" attribute
     */
    void unsetCs();
    
    /**
     * Gets the "dr" attribute
     */
    java.lang.String getDr();
    
    /**
     * Gets (as xml) the "dr" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefA xgetDr();
    
    /**
     * Sets the "dr" attribute
     */
    void setDr(java.lang.String dr);
    
    /**
     * Sets (as xml) the "dr" attribute
     */
    void xsetDr(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefA dr);
    
    /**
     * Gets the "dn" attribute
     */
    java.lang.String getDn();
    
    /**
     * Gets (as xml) the "dn" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring xgetDn();
    
    /**
     * True if has "dn" attribute
     */
    boolean isSetDn();
    
    /**
     * Sets the "dn" attribute
     */
    void setDn(java.lang.String dn);
    
    /**
     * Sets (as xml) the "dn" attribute
     */
    void xsetDn(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring dn);
    
    /**
     * Unsets the "dn" attribute
     */
    void unsetDn();
    
    /**
     * Gets the "r" attribute
     */
    java.lang.String getR();
    
    /**
     * Gets (as xml) the "r" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef xgetR();
    
    /**
     * True if has "r" attribute
     */
    boolean isSetR();
    
    /**
     * Sets the "r" attribute
     */
    void setR(java.lang.String r);
    
    /**
     * Sets (as xml) the "r" attribute
     */
    void xsetR(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef r);
    
    /**
     * Unsets the "r" attribute
     */
    void unsetR();
    
    /**
     * Gets the "sId" attribute
     */
    long getSId();
    
    /**
     * Gets (as xml) the "sId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetSId();
    
    /**
     * True if has "sId" attribute
     */
    boolean isSetSId();
    
    /**
     * Sets the "sId" attribute
     */
    void setSId(long sId);
    
    /**
     * Sets (as xml) the "sId" attribute
     */
    void xsetSId(org.apache.xmlbeans.XmlUnsignedInt sId);
    
    /**
     * Unsets the "sId" attribute
     */
    void unsetSId();
    
    /**
     * 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.CTUndoInfo newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) 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.CTUndoInfo parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo 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.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo 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.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo 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.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo 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.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) 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.CTUndoInfo 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.CTUndoInfo) 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.CTUndoInfo 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.CTUndoInfo) 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