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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName 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

The newest version!
/*
 * XML Type:  CT_DefinedName
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_DefinedName(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName.
 */
public interface CTDefinedName extends org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTDefinedName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctdefinedname9413type");
    
    /**
     * Gets the "name" attribute
     */
    java.lang.String getName();
    
    /**
     * Gets (as xml) the "name" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring xgetName();
    
    /**
     * Sets the "name" attribute
     */
    void setName(java.lang.String name);
    
    /**
     * Sets (as xml) the "name" attribute
     */
    void xsetName(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring name);
    
    /**
     * Gets the "comment" attribute
     */
    java.lang.String getComment();
    
    /**
     * Gets (as xml) the "comment" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.STXstring comment);
    
    /**
     * Unsets the "comment" attribute
     */
    void unsetComment();
    
    /**
     * Gets the "customMenu" attribute
     */
    java.lang.String getCustomMenu();
    
    /**
     * Gets (as xml) the "customMenu" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.STXstring customMenu);
    
    /**
     * Unsets the "customMenu" attribute
     */
    void unsetCustomMenu();
    
    /**
     * Gets the "description" attribute
     */
    java.lang.String getDescription();
    
    /**
     * Gets (as xml) the "description" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.STXstring description);
    
    /**
     * Unsets the "description" attribute
     */
    void unsetDescription();
    
    /**
     * Gets the "help" attribute
     */
    java.lang.String getHelp();
    
    /**
     * Gets (as xml) the "help" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.STXstring help);
    
    /**
     * Unsets the "help" attribute
     */
    void unsetHelp();
    
    /**
     * Gets the "statusBar" attribute
     */
    java.lang.String getStatusBar();
    
    /**
     * Gets (as xml) the "statusBar" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.STXstring statusBar);
    
    /**
     * Unsets the "statusBar" attribute
     */
    void unsetStatusBar();
    
    /**
     * 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 "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 "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 "vbProcedure" attribute
     */
    boolean getVbProcedure();
    
    /**
     * Gets (as xml) the "vbProcedure" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetVbProcedure();
    
    /**
     * True if has "vbProcedure" attribute
     */
    boolean isSetVbProcedure();
    
    /**
     * Sets the "vbProcedure" attribute
     */
    void setVbProcedure(boolean vbProcedure);
    
    /**
     * Sets (as xml) the "vbProcedure" attribute
     */
    void xsetVbProcedure(org.apache.xmlbeans.XmlBoolean vbProcedure);
    
    /**
     * Unsets the "vbProcedure" attribute
     */
    void unsetVbProcedure();
    
    /**
     * Gets the "xlm" attribute
     */
    boolean getXlm();
    
    /**
     * Gets (as xml) the "xlm" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetXlm();
    
    /**
     * True if has "xlm" attribute
     */
    boolean isSetXlm();
    
    /**
     * Sets the "xlm" attribute
     */
    void setXlm(boolean xlm);
    
    /**
     * Sets (as xml) the "xlm" attribute
     */
    void xsetXlm(org.apache.xmlbeans.XmlBoolean xlm);
    
    /**
     * Unsets the "xlm" attribute
     */
    void unsetXlm();
    
    /**
     * Gets the "functionGroupId" attribute
     */
    long getFunctionGroupId();
    
    /**
     * Gets (as xml) the "functionGroupId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetFunctionGroupId();
    
    /**
     * True if has "functionGroupId" attribute
     */
    boolean isSetFunctionGroupId();
    
    /**
     * Sets the "functionGroupId" attribute
     */
    void setFunctionGroupId(long functionGroupId);
    
    /**
     * Sets (as xml) the "functionGroupId" attribute
     */
    void xsetFunctionGroupId(org.apache.xmlbeans.XmlUnsignedInt functionGroupId);
    
    /**
     * Unsets the "functionGroupId" attribute
     */
    void unsetFunctionGroupId();
    
    /**
     * Gets the "shortcutKey" attribute
     */
    java.lang.String getShortcutKey();
    
    /**
     * Gets (as xml) the "shortcutKey" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring xgetShortcutKey();
    
    /**
     * True if has "shortcutKey" attribute
     */
    boolean isSetShortcutKey();
    
    /**
     * Sets the "shortcutKey" attribute
     */
    void setShortcutKey(java.lang.String shortcutKey);
    
    /**
     * Sets (as xml) the "shortcutKey" attribute
     */
    void xsetShortcutKey(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring shortcutKey);
    
    /**
     * Unsets the "shortcutKey" attribute
     */
    void unsetShortcutKey();
    
    /**
     * Gets the "publishToServer" attribute
     */
    boolean getPublishToServer();
    
    /**
     * Gets (as xml) the "publishToServer" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPublishToServer();
    
    /**
     * True if has "publishToServer" attribute
     */
    boolean isSetPublishToServer();
    
    /**
     * Sets the "publishToServer" attribute
     */
    void setPublishToServer(boolean publishToServer);
    
    /**
     * Sets (as xml) the "publishToServer" attribute
     */
    void xsetPublishToServer(org.apache.xmlbeans.XmlBoolean publishToServer);
    
    /**
     * Unsets the "publishToServer" attribute
     */
    void unsetPublishToServer();
    
    /**
     * Gets the "workbookParameter" attribute
     */
    boolean getWorkbookParameter();
    
    /**
     * Gets (as xml) the "workbookParameter" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetWorkbookParameter();
    
    /**
     * True if has "workbookParameter" attribute
     */
    boolean isSetWorkbookParameter();
    
    /**
     * Sets the "workbookParameter" attribute
     */
    void setWorkbookParameter(boolean workbookParameter);
    
    /**
     * Sets (as xml) the "workbookParameter" attribute
     */
    void xsetWorkbookParameter(org.apache.xmlbeans.XmlBoolean workbookParameter);
    
    /**
     * Unsets the "workbookParameter" attribute
     */
    void unsetWorkbookParameter();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName 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.CTDefinedName) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName 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.CTDefinedName) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName 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.CTDefinedName) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName 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.CTDefinedName) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName 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.CTDefinedName) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName 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.CTDefinedName) getTypeLoader().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 getTypeLoader().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 getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy