Interface CTMemberProperty
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTMemberProperty extends XmlObject
An XML CT_MemberProperty(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTMemberProperty.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 longgetField()Gets the "field" attributelonggetLevel()Gets the "level" attributejava.lang.StringgetName()Gets the "name" attributelonggetNameLen()Gets the "nameLen" attributelonggetPLen()Gets the "pLen" attributelonggetPPos()Gets the "pPos" attributebooleangetShowAsCaption()Gets the "showAsCaption" attributebooleangetShowCell()Gets the "showCell" attributebooleangetShowTip()Gets the "showTip" attributebooleanisSetLevel()True if has "level" attributebooleanisSetName()True if has "name" attributebooleanisSetNameLen()True if has "nameLen" attributebooleanisSetPLen()True if has "pLen" attributebooleanisSetPPos()True if has "pPos" attributebooleanisSetShowAsCaption()True if has "showAsCaption" attributebooleanisSetShowCell()True if has "showCell" attributebooleanisSetShowTip()True if has "showTip" attributevoidsetField(long field)Sets the "field" attributevoidsetLevel(long level)Sets the "level" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetNameLen(long nameLen)Sets the "nameLen" attributevoidsetPLen(long pLen)Sets the "pLen" attributevoidsetPPos(long pPos)Sets the "pPos" attributevoidsetShowAsCaption(boolean showAsCaption)Sets the "showAsCaption" attributevoidsetShowCell(boolean showCell)Sets the "showCell" attributevoidsetShowTip(boolean showTip)Sets the "showTip" attributevoidunsetLevel()Unsets the "level" attributevoidunsetName()Unsets the "name" attributevoidunsetNameLen()Unsets the "nameLen" attributevoidunsetPLen()Unsets the "pLen" attributevoidunsetPPos()Unsets the "pPos" attributevoidunsetShowAsCaption()Unsets the "showAsCaption" attributevoidunsetShowCell()Unsets the "showCell" attributevoidunsetShowTip()Unsets the "showTip" attributeXmlUnsignedIntxgetField()Gets (as xml) the "field" attributeXmlUnsignedIntxgetLevel()Gets (as xml) the "level" attributeSTXstringxgetName()Gets (as xml) the "name" attributeXmlUnsignedIntxgetNameLen()Gets (as xml) the "nameLen" attributeXmlUnsignedIntxgetPLen()Gets (as xml) the "pLen" attributeXmlUnsignedIntxgetPPos()Gets (as xml) the "pPos" attributeXmlBooleanxgetShowAsCaption()Gets (as xml) the "showAsCaption" attributeXmlBooleanxgetShowCell()Gets (as xml) the "showCell" attributeXmlBooleanxgetShowTip()Gets (as xml) the "showTip" attributevoidxsetField(XmlUnsignedInt field)Sets (as xml) the "field" attributevoidxsetLevel(XmlUnsignedInt level)Sets (as xml) the "level" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetNameLen(XmlUnsignedInt nameLen)Sets (as xml) the "nameLen" attributevoidxsetPLen(XmlUnsignedInt pLen)Sets (as xml) the "pLen" attributevoidxsetPPos(XmlUnsignedInt pPos)Sets (as xml) the "pPos" attributevoidxsetShowAsCaption(XmlBoolean showAsCaption)Sets (as xml) the "showAsCaption" attributevoidxsetShowCell(XmlBoolean showCell)Sets (as xml) the "showCell" attributevoidxsetShowTip(XmlBoolean showTip)Sets (as xml) the "showTip" 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
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getShowCell
boolean getShowCell()
Gets the "showCell" attribute
-
xgetShowCell
XmlBoolean xgetShowCell()
Gets (as xml) the "showCell" attribute
-
isSetShowCell
boolean isSetShowCell()
True if has "showCell" attribute
-
setShowCell
void setShowCell(boolean showCell)
Sets the "showCell" attribute
-
xsetShowCell
void xsetShowCell(XmlBoolean showCell)
Sets (as xml) the "showCell" attribute
-
unsetShowCell
void unsetShowCell()
Unsets the "showCell" attribute
-
getShowTip
boolean getShowTip()
Gets the "showTip" attribute
-
xgetShowTip
XmlBoolean xgetShowTip()
Gets (as xml) the "showTip" attribute
-
isSetShowTip
boolean isSetShowTip()
True if has "showTip" attribute
-
setShowTip
void setShowTip(boolean showTip)
Sets the "showTip" attribute
-
xsetShowTip
void xsetShowTip(XmlBoolean showTip)
Sets (as xml) the "showTip" attribute
-
unsetShowTip
void unsetShowTip()
Unsets the "showTip" attribute
-
getShowAsCaption
boolean getShowAsCaption()
Gets the "showAsCaption" attribute
-
xgetShowAsCaption
XmlBoolean xgetShowAsCaption()
Gets (as xml) the "showAsCaption" attribute
-
isSetShowAsCaption
boolean isSetShowAsCaption()
True if has "showAsCaption" attribute
-
setShowAsCaption
void setShowAsCaption(boolean showAsCaption)
Sets the "showAsCaption" attribute
-
xsetShowAsCaption
void xsetShowAsCaption(XmlBoolean showAsCaption)
Sets (as xml) the "showAsCaption" attribute
-
unsetShowAsCaption
void unsetShowAsCaption()
Unsets the "showAsCaption" attribute
-
getNameLen
long getNameLen()
Gets the "nameLen" attribute
-
xgetNameLen
XmlUnsignedInt xgetNameLen()
Gets (as xml) the "nameLen" attribute
-
isSetNameLen
boolean isSetNameLen()
True if has "nameLen" attribute
-
setNameLen
void setNameLen(long nameLen)
Sets the "nameLen" attribute
-
xsetNameLen
void xsetNameLen(XmlUnsignedInt nameLen)
Sets (as xml) the "nameLen" attribute
-
unsetNameLen
void unsetNameLen()
Unsets the "nameLen" attribute
-
getPPos
long getPPos()
Gets the "pPos" attribute
-
xgetPPos
XmlUnsignedInt xgetPPos()
Gets (as xml) the "pPos" attribute
-
isSetPPos
boolean isSetPPos()
True if has "pPos" attribute
-
setPPos
void setPPos(long pPos)
Sets the "pPos" attribute
-
xsetPPos
void xsetPPos(XmlUnsignedInt pPos)
Sets (as xml) the "pPos" attribute
-
unsetPPos
void unsetPPos()
Unsets the "pPos" attribute
-
getPLen
long getPLen()
Gets the "pLen" attribute
-
xgetPLen
XmlUnsignedInt xgetPLen()
Gets (as xml) the "pLen" attribute
-
isSetPLen
boolean isSetPLen()
True if has "pLen" attribute
-
setPLen
void setPLen(long pLen)
Sets the "pLen" attribute
-
xsetPLen
void xsetPLen(XmlUnsignedInt pLen)
Sets (as xml) the "pLen" attribute
-
unsetPLen
void unsetPLen()
Unsets the "pLen" attribute
-
getLevel
long getLevel()
Gets the "level" attribute
-
xgetLevel
XmlUnsignedInt xgetLevel()
Gets (as xml) the "level" attribute
-
isSetLevel
boolean isSetLevel()
True if has "level" attribute
-
setLevel
void setLevel(long level)
Sets the "level" attribute
-
xsetLevel
void xsetLevel(XmlUnsignedInt level)
Sets (as xml) the "level" attribute
-
unsetLevel
void unsetLevel()
Unsets the "level" attribute
-
getField
long getField()
Gets the "field" attribute
-
xgetField
XmlUnsignedInt xgetField()
Gets (as xml) the "field" attribute
-
setField
void setField(long field)
Sets the "field" attribute
-
xsetField
void xsetField(XmlUnsignedInt field)
Sets (as xml) the "field" attribute
-
-