org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-poi-ooxml Show documentation
Show all versions of apache-poi-ooxml Show documentation
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.
/*
* 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
{
org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
Factory.getTypeLoader().resolveHandle("ctdefinedname9413type");
/**
* 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 "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 "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 "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 "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 "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 "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.officeDocument.x2006.sharedTypes.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.officeDocument.x2006.sharedTypes.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.
*/
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.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 ); }
private Factory() { } // No instance of this class allowed
}
}