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 class
CTFieldGroup.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 CTDiscretePr
addNewDiscretePr()
Appends and returns a new empty "discretePr" elementCTGroupItems
addNewGroupItems()
Appends and returns a new empty "groupItems" elementCTRangePr
addNewRangePr()
Appends and returns a new empty "rangePr" elementlong
getBase()
Gets the "base" attributeCTDiscretePr
getDiscretePr()
Gets the "discretePr" elementCTGroupItems
getGroupItems()
Gets the "groupItems" elementlong
getPar()
Gets the "par" attributeCTRangePr
getRangePr()
Gets the "rangePr" elementboolean
isSetBase()
True if has "base" attributeboolean
isSetDiscretePr()
True if has "discretePr" elementboolean
isSetGroupItems()
True if has "groupItems" elementboolean
isSetPar()
True if has "par" attributeboolean
isSetRangePr()
True if has "rangePr" elementvoid
setBase(long base)
Sets the "base" attributevoid
setDiscretePr(CTDiscretePr discretePr)
Sets the "discretePr" elementvoid
setGroupItems(CTGroupItems groupItems)
Sets the "groupItems" elementvoid
setPar(long par)
Sets the "par" attributevoid
setRangePr(CTRangePr rangePr)
Sets the "rangePr" elementvoid
unsetBase()
Unsets the "base" attributevoid
unsetDiscretePr()
Unsets the "discretePr" elementvoid
unsetGroupItems()
Unsets the "groupItems" elementvoid
unsetPar()
Unsets the "par" attributevoid
unsetRangePr()
Unsets the "rangePr" elementXmlUnsignedInt
xgetBase()
Gets (as xml) the "base" attributeXmlUnsignedInt
xgetPar()
Gets (as xml) the "par" attributevoid
xsetBase(XmlUnsignedInt base)
Sets (as xml) the "base" attributevoid
xsetPar(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
-
-