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 classCTServerFormat.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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" attributeSTXstringxgetCulture()Gets (as xml) the "culture" attributeSTXstringxgetFormat()Gets (as xml) the "format" attributevoidxsetCulture(STXstring culture)Sets (as xml) the "culture" attributevoidxsetFormat(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
-
-