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

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


/**
 * An XML CT_RevisionDefinedName(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRevisionDefinedName extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctrevisiondefinednamec9f8type");
    
    /**
     * Gets the "formula" element
     */
    java.lang.String getFormula();
    
    /**
     * Gets (as xml) the "formula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula xgetFormula();
    
    /**
     * True if has "formula" element
     */
    boolean isSetFormula();
    
    /**
     * Sets the "formula" element
     */
    void setFormula(java.lang.String formula);
    
    /**
     * Sets (as xml) the "formula" element
     */
    void xsetFormula(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula formula);
    
    /**
     * Unsets the "formula" element
     */
    void unsetFormula();
    
    /**
     * Gets the "oldFormula" element
     */
    java.lang.String getOldFormula();
    
    /**
     * Gets (as xml) the "oldFormula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula xgetOldFormula();
    
    /**
     * True if has "oldFormula" element
     */
    boolean isSetOldFormula();
    
    /**
     * Sets the "oldFormula" element
     */
    void setOldFormula(java.lang.String oldFormula);
    
    /**
     * Sets (as xml) the "oldFormula" element
     */
    void xsetOldFormula(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula oldFormula);
    
    /**
     * Unsets the "oldFormula" element
     */
    void unsetOldFormula();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "rId" attribute
     */
    long getRId();
    
    /**
     * Gets (as xml) the "rId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetRId();
    
    /**
     * Sets the "rId" attribute
     */
    void setRId(long rId);
    
    /**
     * Sets (as xml) the "rId" attribute
     */
    void xsetRId(org.apache.xmlbeans.XmlUnsignedInt rId);
    
    /**
     * Gets the "ua" attribute
     */
    boolean getUa();
    
    /**
     * Gets (as xml) the "ua" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetUa();
    
    /**
     * True if has "ua" attribute
     */
    boolean isSetUa();
    
    /**
     * Sets the "ua" attribute
     */
    void setUa(boolean ua);
    
    /**
     * Sets (as xml) the "ua" attribute
     */
    void xsetUa(org.apache.xmlbeans.XmlBoolean ua);
    
    /**
     * Unsets the "ua" attribute
     */
    void unsetUa();
    
    /**
     * Gets the "ra" attribute
     */
    boolean getRa();
    
    /**
     * Gets (as xml) the "ra" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRa();
    
    /**
     * True if has "ra" attribute
     */
    boolean isSetRa();
    
    /**
     * Sets the "ra" attribute
     */
    void setRa(boolean ra);
    
    /**
     * Sets (as xml) the "ra" attribute
     */
    void xsetRa(org.apache.xmlbeans.XmlBoolean ra);
    
    /**
     * Unsets the "ra" attribute
     */
    void unsetRa();
    
    /**
     * Gets the "localSheetId" attribute
     */
    long getLocalSheetId();
    
    /**
     * Gets (as xml) the "localSheetId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetLocalSheetId();
    
    /**
     * True if has "localSheetId" attribute
     */
    boolean isSetLocalSheetId();
    
    /**
     * Sets the "localSheetId" attribute
     */
    void setLocalSheetId(long localSheetId);
    
    /**
     * Sets (as xml) the "localSheetId" attribute
     */
    void xsetLocalSheetId(org.apache.xmlbeans.XmlUnsignedInt localSheetId);
    
    /**
     * Unsets the "localSheetId" attribute
     */
    void unsetLocalSheetId();
    
    /**
     * Gets the "customView" attribute
     */
    boolean getCustomView();
    
    /**
     * Gets (as xml) the "customView" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCustomView();
    
    /**
     * True if has "customView" attribute
     */
    boolean isSetCustomView();
    
    /**
     * Sets the "customView" attribute
     */
    void setCustomView(boolean customView);
    
    /**
     * Sets (as xml) the "customView" attribute
     */
    void xsetCustomView(org.apache.xmlbeans.XmlBoolean customView);
    
    /**
     * Unsets the "customView" attribute
     */
    void unsetCustomView();
    
    /**
     * Gets the "name" attribute
     */
    java.lang.String getName();
    
    /**
     * Gets (as xml) the "name" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName();
    
    /**
     * Sets the "name" attribute
     */
    void setName(java.lang.String name);
    
    /**
     * Sets (as xml) the "name" attribute
     */
    void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name);
    
    /**
     * Gets the "function" attribute
     */
    boolean getFunction();
    
    /**
     * Gets (as xml) the "function" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFunction();
    
    /**
     * True if has "function" attribute
     */
    boolean isSetFunction();
    
    /**
     * Sets the "function" attribute
     */
    void setFunction(boolean function);
    
    /**
     * Sets (as xml) the "function" attribute
     */
    void xsetFunction(org.apache.xmlbeans.XmlBoolean function);
    
    /**
     * Unsets the "function" attribute
     */
    void unsetFunction();
    
    /**
     * Gets the "oldFunction" attribute
     */
    boolean getOldFunction();
    
    /**
     * Gets (as xml) the "oldFunction" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOldFunction();
    
    /**
     * True if has "oldFunction" attribute
     */
    boolean isSetOldFunction();
    
    /**
     * Sets the "oldFunction" attribute
     */
    void setOldFunction(boolean oldFunction);
    
    /**
     * Sets (as xml) the "oldFunction" attribute
     */
    void xsetOldFunction(org.apache.xmlbeans.XmlBoolean oldFunction);
    
    /**
     * Unsets the "oldFunction" attribute
     */
    void unsetOldFunction();
    
    /**
     * Gets the "functionGroupId" attribute
     */
    short getFunctionGroupId();
    
    /**
     * Gets (as xml) the "functionGroupId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetFunctionGroupId();
    
    /**
     * True if has "functionGroupId" attribute
     */
    boolean isSetFunctionGroupId();
    
    /**
     * Sets the "functionGroupId" attribute
     */
    void setFunctionGroupId(short functionGroupId);
    
    /**
     * Sets (as xml) the "functionGroupId" attribute
     */
    void xsetFunctionGroupId(org.apache.xmlbeans.XmlUnsignedByte functionGroupId);
    
    /**
     * Unsets the "functionGroupId" attribute
     */
    void unsetFunctionGroupId();
    
    /**
     * Gets the "oldFunctionGroupId" attribute
     */
    short getOldFunctionGroupId();
    
    /**
     * Gets (as xml) the "oldFunctionGroupId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetOldFunctionGroupId();
    
    /**
     * True if has "oldFunctionGroupId" attribute
     */
    boolean isSetOldFunctionGroupId();
    
    /**
     * Sets the "oldFunctionGroupId" attribute
     */
    void setOldFunctionGroupId(short oldFunctionGroupId);
    
    /**
     * Sets (as xml) the "oldFunctionGroupId" attribute
     */
    void xsetOldFunctionGroupId(org.apache.xmlbeans.XmlUnsignedByte oldFunctionGroupId);
    
    /**
     * Unsets the "oldFunctionGroupId" attribute
     */
    void unsetOldFunctionGroupId();
    
    /**
     * Gets the "shortcutKey" attribute
     */
    short getShortcutKey();
    
    /**
     * Gets (as xml) the "shortcutKey" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetShortcutKey();
    
    /**
     * True if has "shortcutKey" attribute
     */
    boolean isSetShortcutKey();
    
    /**
     * Sets the "shortcutKey" attribute
     */
    void setShortcutKey(short shortcutKey);
    
    /**
     * Sets (as xml) the "shortcutKey" attribute
     */
    void xsetShortcutKey(org.apache.xmlbeans.XmlUnsignedByte shortcutKey);
    
    /**
     * Unsets the "shortcutKey" attribute
     */
    void unsetShortcutKey();
    
    /**
     * Gets the "oldShortcutKey" attribute
     */
    short getOldShortcutKey();
    
    /**
     * Gets (as xml) the "oldShortcutKey" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetOldShortcutKey();
    
    /**
     * True if has "oldShortcutKey" attribute
     */
    boolean isSetOldShortcutKey();
    
    /**
     * Sets the "oldShortcutKey" attribute
     */
    void setOldShortcutKey(short oldShortcutKey);
    
    /**
     * Sets (as xml) the "oldShortcutKey" attribute
     */
    void xsetOldShortcutKey(org.apache.xmlbeans.XmlUnsignedByte oldShortcutKey);
    
    /**
     * Unsets the "oldShortcutKey" attribute
     */
    void unsetOldShortcutKey();
    
    /**
     * Gets the "hidden" attribute
     */
    boolean getHidden();
    
    /**
     * Gets (as xml) the "hidden" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHidden();
    
    /**
     * True if has "hidden" attribute
     */
    boolean isSetHidden();
    
    /**
     * Sets the "hidden" attribute
     */
    void setHidden(boolean hidden);
    
    /**
     * Sets (as xml) the "hidden" attribute
     */
    void xsetHidden(org.apache.xmlbeans.XmlBoolean hidden);
    
    /**
     * Unsets the "hidden" attribute
     */
    void unsetHidden();
    
    /**
     * Gets the "oldHidden" attribute
     */
    boolean getOldHidden();
    
    /**
     * Gets (as xml) the "oldHidden" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOldHidden();
    
    /**
     * True if has "oldHidden" attribute
     */
    boolean isSetOldHidden();
    
    /**
     * Sets the "oldHidden" attribute
     */
    void setOldHidden(boolean oldHidden);
    
    /**
     * Sets (as xml) the "oldHidden" attribute
     */
    void xsetOldHidden(org.apache.xmlbeans.XmlBoolean oldHidden);
    
    /**
     * Unsets the "oldHidden" attribute
     */
    void unsetOldHidden();
    
    /**
     * Gets the "customMenu" attribute
     */
    java.lang.String getCustomMenu();
    
    /**
     * Gets (as xml) the "customMenu" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCustomMenu();
    
    /**
     * True if has "customMenu" attribute
     */
    boolean isSetCustomMenu();
    
    /**
     * Sets the "customMenu" attribute
     */
    void setCustomMenu(java.lang.String customMenu);
    
    /**
     * Sets (as xml) the "customMenu" attribute
     */
    void xsetCustomMenu(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring customMenu);
    
    /**
     * Unsets the "customMenu" attribute
     */
    void unsetCustomMenu();
    
    /**
     * Gets the "oldCustomMenu" attribute
     */
    java.lang.String getOldCustomMenu();
    
    /**
     * Gets (as xml) the "oldCustomMenu" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetOldCustomMenu();
    
    /**
     * True if has "oldCustomMenu" attribute
     */
    boolean isSetOldCustomMenu();
    
    /**
     * Sets the "oldCustomMenu" attribute
     */
    void setOldCustomMenu(java.lang.String oldCustomMenu);
    
    /**
     * Sets (as xml) the "oldCustomMenu" attribute
     */
    void xsetOldCustomMenu(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring oldCustomMenu);
    
    /**
     * Unsets the "oldCustomMenu" attribute
     */
    void unsetOldCustomMenu();
    
    /**
     * Gets the "description" attribute
     */
    java.lang.String getDescription();
    
    /**
     * Gets (as xml) the "description" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDescription();
    
    /**
     * True if has "description" attribute
     */
    boolean isSetDescription();
    
    /**
     * Sets the "description" attribute
     */
    void setDescription(java.lang.String description);
    
    /**
     * Sets (as xml) the "description" attribute
     */
    void xsetDescription(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring description);
    
    /**
     * Unsets the "description" attribute
     */
    void unsetDescription();
    
    /**
     * Gets the "oldDescription" attribute
     */
    java.lang.String getOldDescription();
    
    /**
     * Gets (as xml) the "oldDescription" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetOldDescription();
    
    /**
     * True if has "oldDescription" attribute
     */
    boolean isSetOldDescription();
    
    /**
     * Sets the "oldDescription" attribute
     */
    void setOldDescription(java.lang.String oldDescription);
    
    /**
     * Sets (as xml) the "oldDescription" attribute
     */
    void xsetOldDescription(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring oldDescription);
    
    /**
     * Unsets the "oldDescription" attribute
     */
    void unsetOldDescription();
    
    /**
     * Gets the "help" attribute
     */
    java.lang.String getHelp();
    
    /**
     * Gets (as xml) the "help" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetHelp();
    
    /**
     * True if has "help" attribute
     */
    boolean isSetHelp();
    
    /**
     * Sets the "help" attribute
     */
    void setHelp(java.lang.String help);
    
    /**
     * Sets (as xml) the "help" attribute
     */
    void xsetHelp(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring help);
    
    /**
     * Unsets the "help" attribute
     */
    void unsetHelp();
    
    /**
     * Gets the "oldHelp" attribute
     */
    java.lang.String getOldHelp();
    
    /**
     * Gets (as xml) the "oldHelp" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetOldHelp();
    
    /**
     * True if has "oldHelp" attribute
     */
    boolean isSetOldHelp();
    
    /**
     * Sets the "oldHelp" attribute
     */
    void setOldHelp(java.lang.String oldHelp);
    
    /**
     * Sets (as xml) the "oldHelp" attribute
     */
    void xsetOldHelp(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring oldHelp);
    
    /**
     * Unsets the "oldHelp" attribute
     */
    void unsetOldHelp();
    
    /**
     * Gets the "statusBar" attribute
     */
    java.lang.String getStatusBar();
    
    /**
     * Gets (as xml) the "statusBar" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetStatusBar();
    
    /**
     * True if has "statusBar" attribute
     */
    boolean isSetStatusBar();
    
    /**
     * Sets the "statusBar" attribute
     */
    void setStatusBar(java.lang.String statusBar);
    
    /**
     * Sets (as xml) the "statusBar" attribute
     */
    void xsetStatusBar(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring statusBar);
    
    /**
     * Unsets the "statusBar" attribute
     */
    void unsetStatusBar();
    
    /**
     * Gets the "oldStatusBar" attribute
     */
    java.lang.String getOldStatusBar();
    
    /**
     * Gets (as xml) the "oldStatusBar" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetOldStatusBar();
    
    /**
     * True if has "oldStatusBar" attribute
     */
    boolean isSetOldStatusBar();
    
    /**
     * Sets the "oldStatusBar" attribute
     */
    void setOldStatusBar(java.lang.String oldStatusBar);
    
    /**
     * Sets (as xml) the "oldStatusBar" attribute
     */
    void xsetOldStatusBar(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring oldStatusBar);
    
    /**
     * Unsets the "oldStatusBar" attribute
     */
    void unsetOldStatusBar();
    
    /**
     * Gets the "comment" attribute
     */
    java.lang.String getComment();
    
    /**
     * Gets (as xml) the "comment" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetComment();
    
    /**
     * True if has "comment" attribute
     */
    boolean isSetComment();
    
    /**
     * Sets the "comment" attribute
     */
    void setComment(java.lang.String comment);
    
    /**
     * Sets (as xml) the "comment" attribute
     */
    void xsetComment(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring comment);
    
    /**
     * Unsets the "comment" attribute
     */
    void unsetComment();
    
    /**
     * Gets the "oldComment" attribute
     */
    java.lang.String getOldComment();
    
    /**
     * Gets (as xml) the "oldComment" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetOldComment();
    
    /**
     * True if has "oldComment" attribute
     */
    boolean isSetOldComment();
    
    /**
     * Sets the "oldComment" attribute
     */
    void setOldComment(java.lang.String oldComment);
    
    /**
     * Sets (as xml) the "oldComment" attribute
     */
    void xsetOldComment(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring oldComment);
    
    /**
     * Unsets the "oldComment" attribute
     */
    void unsetOldComment();
    
    /**
     * 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.CTRevisionDefinedName newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName 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.CTRevisionDefinedName) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName 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.CTRevisionDefinedName) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName 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.CTRevisionDefinedName) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName 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.CTRevisionDefinedName) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy