Interface CTServerFormat
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTServerFormat extends XmlObject
An XML CT_ServerFormat(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTServerFormat>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCulture()Gets the "culture" attributejava.lang.StringgetFormat()Gets the "format" attributebooleanisSetCulture()True if has "culture" attributebooleanisSetFormat()True if has "format" attributevoidsetCulture(java.lang.String culture)Sets the "culture" attributevoidsetFormat(java.lang.String format)Sets the "format" attributevoidunsetCulture()Unsets the "culture" attributevoidunsetFormat()Unsets the "format" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetCulture()Gets (as xml) the "culture" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetFormat()Gets (as xml) the "format" attributevoidxsetCulture(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring culture)Sets (as xml) the "culture" attributevoidxsetFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring format)Sets (as xml) the "format" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTServerFormat> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getCulture
java.lang.String getCulture()
Gets the "culture" attribute
-
xgetCulture
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCulture()
Gets (as xml) the "culture" attribute
-
isSetCulture
boolean isSetCulture()
True if has "culture" attribute
-
setCulture
void setCulture(java.lang.String culture)
Sets the "culture" attribute
-
xsetCulture
void xsetCulture(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring culture)
Sets (as xml) the "culture" attribute
-
unsetCulture
void unsetCulture()
Unsets the "culture" attribute
-
getFormat
java.lang.String getFormat()
Gets the "format" attribute
-
xgetFormat
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetFormat()
Gets (as xml) the "format" attribute
-
isSetFormat
boolean isSetFormat()
True if has "format" attribute
-
setFormat
void setFormat(java.lang.String format)
Sets the "format" attribute
-
xsetFormat
void xsetFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring format)
Sets (as xml) the "format" attribute
-
unsetFormat
void unsetFormat()
Unsets the "format" attribute
-
-