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

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 62
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
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().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.officeDocument.x2006.sharedTypes.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.officeDocument.x2006.sharedTypes.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.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().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) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy