Interface CTFieldGroup
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFieldGroup extends XmlObject
An XML CT_FieldGroup(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFieldGroup.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 CTDiscretePraddNewDiscretePr()Appends and returns a new empty "discretePr" elementCTGroupItemsaddNewGroupItems()Appends and returns a new empty "groupItems" elementCTRangePraddNewRangePr()Appends and returns a new empty "rangePr" elementlonggetBase()Gets the "base" attributeCTDiscretePrgetDiscretePr()Gets the "discretePr" elementCTGroupItemsgetGroupItems()Gets the "groupItems" elementlonggetPar()Gets the "par" attributeCTRangePrgetRangePr()Gets the "rangePr" elementbooleanisSetBase()True if has "base" attributebooleanisSetDiscretePr()True if has "discretePr" elementbooleanisSetGroupItems()True if has "groupItems" elementbooleanisSetPar()True if has "par" attributebooleanisSetRangePr()True if has "rangePr" elementvoidsetBase(long base)Sets the "base" attributevoidsetDiscretePr(CTDiscretePr discretePr)Sets the "discretePr" elementvoidsetGroupItems(CTGroupItems groupItems)Sets the "groupItems" elementvoidsetPar(long par)Sets the "par" attributevoidsetRangePr(CTRangePr rangePr)Sets the "rangePr" elementvoidunsetBase()Unsets the "base" attributevoidunsetDiscretePr()Unsets the "discretePr" elementvoidunsetGroupItems()Unsets the "groupItems" elementvoidunsetPar()Unsets the "par" attributevoidunsetRangePr()Unsets the "rangePr" elementXmlUnsignedIntxgetBase()Gets (as xml) the "base" attributeXmlUnsignedIntxgetPar()Gets (as xml) the "par" attributevoidxsetBase(XmlUnsignedInt base)Sets (as xml) the "base" attributevoidxsetPar(XmlUnsignedInt par)Sets (as xml) the "par" 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
-
getRangePr
CTRangePr getRangePr()
Gets the "rangePr" element
-
isSetRangePr
boolean isSetRangePr()
True if has "rangePr" element
-
setRangePr
void setRangePr(CTRangePr rangePr)
Sets the "rangePr" element
-
addNewRangePr
CTRangePr addNewRangePr()
Appends and returns a new empty "rangePr" element
-
unsetRangePr
void unsetRangePr()
Unsets the "rangePr" element
-
getDiscretePr
CTDiscretePr getDiscretePr()
Gets the "discretePr" element
-
isSetDiscretePr
boolean isSetDiscretePr()
True if has "discretePr" element
-
setDiscretePr
void setDiscretePr(CTDiscretePr discretePr)
Sets the "discretePr" element
-
addNewDiscretePr
CTDiscretePr addNewDiscretePr()
Appends and returns a new empty "discretePr" element
-
unsetDiscretePr
void unsetDiscretePr()
Unsets the "discretePr" element
-
getGroupItems
CTGroupItems getGroupItems()
Gets the "groupItems" element
-
isSetGroupItems
boolean isSetGroupItems()
True if has "groupItems" element
-
setGroupItems
void setGroupItems(CTGroupItems groupItems)
Sets the "groupItems" element
-
addNewGroupItems
CTGroupItems addNewGroupItems()
Appends and returns a new empty "groupItems" element
-
unsetGroupItems
void unsetGroupItems()
Unsets the "groupItems" element
-
getPar
long getPar()
Gets the "par" attribute
-
xgetPar
XmlUnsignedInt xgetPar()
Gets (as xml) the "par" attribute
-
isSetPar
boolean isSetPar()
True if has "par" attribute
-
setPar
void setPar(long par)
Sets the "par" attribute
-
xsetPar
void xsetPar(XmlUnsignedInt par)
Sets (as xml) the "par" attribute
-
unsetPar
void unsetPar()
Unsets the "par" attribute
-
getBase
long getBase()
Gets the "base" attribute
-
xgetBase
XmlUnsignedInt xgetBase()
Gets (as xml) the "base" attribute
-
isSetBase
boolean isSetBase()
True if has "base" attribute
-
setBase
void setBase(long base)
Sets the "base" attribute
-
xsetBase
void xsetBase(XmlUnsignedInt base)
Sets (as xml) the "base" attribute
-
unsetBase
void unsetBase()
Unsets the "base" attribute
-
-