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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTServerFormat.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.String
getCulture()
Gets the "culture" attributejava.lang.String
getFormat()
Gets the "format" attributeboolean
isSetCulture()
True if has "culture" attributeboolean
isSetFormat()
True if has "format" attributevoid
setCulture(java.lang.String culture)
Sets the "culture" attributevoid
setFormat(java.lang.String format)
Sets the "format" attributevoid
unsetCulture()
Unsets the "culture" attributevoid
unsetFormat()
Unsets the "format" attributeSTXstring
xgetCulture()
Gets (as xml) the "culture" attributeSTXstring
xgetFormat()
Gets (as xml) the "format" attributevoid
xsetCulture(STXstring culture)
Sets (as xml) the "culture" attributevoid
xsetFormat(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCulture
java.lang.String getCulture()
Gets the "culture" attribute
-
xgetCulture
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(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
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(STXstring format)
Sets (as xml) the "format" attribute
-
unsetFormat
void unsetFormat()
Unsets the "format" attribute
-
-