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 class
CTMemberProperty.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 long
getField()
Gets the "field" attributelong
getLevel()
Gets the "level" attributejava.lang.String
getName()
Gets the "name" attributelong
getNameLen()
Gets the "nameLen" attributelong
getPLen()
Gets the "pLen" attributelong
getPPos()
Gets the "pPos" attributeboolean
getShowAsCaption()
Gets the "showAsCaption" attributeboolean
getShowCell()
Gets the "showCell" attributeboolean
getShowTip()
Gets the "showTip" attributeboolean
isSetLevel()
True if has "level" attributeboolean
isSetName()
True if has "name" attributeboolean
isSetNameLen()
True if has "nameLen" attributeboolean
isSetPLen()
True if has "pLen" attributeboolean
isSetPPos()
True if has "pPos" attributeboolean
isSetShowAsCaption()
True if has "showAsCaption" attributeboolean
isSetShowCell()
True if has "showCell" attributeboolean
isSetShowTip()
True if has "showTip" attributevoid
setField(long field)
Sets the "field" attributevoid
setLevel(long level)
Sets the "level" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setNameLen(long nameLen)
Sets the "nameLen" attributevoid
setPLen(long pLen)
Sets the "pLen" attributevoid
setPPos(long pPos)
Sets the "pPos" attributevoid
setShowAsCaption(boolean showAsCaption)
Sets the "showAsCaption" attributevoid
setShowCell(boolean showCell)
Sets the "showCell" attributevoid
setShowTip(boolean showTip)
Sets the "showTip" attributevoid
unsetLevel()
Unsets the "level" attributevoid
unsetName()
Unsets the "name" attributevoid
unsetNameLen()
Unsets the "nameLen" attributevoid
unsetPLen()
Unsets the "pLen" attributevoid
unsetPPos()
Unsets the "pPos" attributevoid
unsetShowAsCaption()
Unsets the "showAsCaption" attributevoid
unsetShowCell()
Unsets the "showCell" attributevoid
unsetShowTip()
Unsets the "showTip" attributeXmlUnsignedInt
xgetField()
Gets (as xml) the "field" attributeXmlUnsignedInt
xgetLevel()
Gets (as xml) the "level" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeXmlUnsignedInt
xgetNameLen()
Gets (as xml) the "nameLen" attributeXmlUnsignedInt
xgetPLen()
Gets (as xml) the "pLen" attributeXmlUnsignedInt
xgetPPos()
Gets (as xml) the "pPos" attributeXmlBoolean
xgetShowAsCaption()
Gets (as xml) the "showAsCaption" attributeXmlBoolean
xgetShowCell()
Gets (as xml) the "showCell" attributeXmlBoolean
xgetShowTip()
Gets (as xml) the "showTip" attributevoid
xsetField(XmlUnsignedInt field)
Sets (as xml) the "field" attributevoid
xsetLevel(XmlUnsignedInt level)
Sets (as xml) the "level" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetNameLen(XmlUnsignedInt nameLen)
Sets (as xml) the "nameLen" attributevoid
xsetPLen(XmlUnsignedInt pLen)
Sets (as xml) the "pLen" attributevoid
xsetPPos(XmlUnsignedInt pPos)
Sets (as xml) the "pPos" attributevoid
xsetShowAsCaption(XmlBoolean showAsCaption)
Sets (as xml) the "showAsCaption" attributevoid
xsetShowCell(XmlBoolean showCell)
Sets (as xml) the "showCell" attributevoid
xsetShowTip(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
-
-