Interface CTLsdException
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTLsdException extends XmlObject
An XML CT_LsdException(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTLsdException.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 STOnOff.Enum
getLocked()
Gets the "locked" attributejava.lang.String
getName()
Gets the "name" attributeSTOnOff.Enum
getQFormat()
Gets the "qFormat" attributeSTOnOff.Enum
getSemiHidden()
Gets the "semiHidden" attributejava.math.BigInteger
getUiPriority()
Gets the "uiPriority" attributeSTOnOff.Enum
getUnhideWhenUsed()
Gets the "unhideWhenUsed" attributeboolean
isSetLocked()
True if has "locked" attributeboolean
isSetQFormat()
True if has "qFormat" attributeboolean
isSetSemiHidden()
True if has "semiHidden" attributeboolean
isSetUiPriority()
True if has "uiPriority" attributeboolean
isSetUnhideWhenUsed()
True if has "unhideWhenUsed" attributevoid
setLocked(STOnOff.Enum locked)
Sets the "locked" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setQFormat(STOnOff.Enum qFormat)
Sets the "qFormat" attributevoid
setSemiHidden(STOnOff.Enum semiHidden)
Sets the "semiHidden" attributevoid
setUiPriority(java.math.BigInteger uiPriority)
Sets the "uiPriority" attributevoid
setUnhideWhenUsed(STOnOff.Enum unhideWhenUsed)
Sets the "unhideWhenUsed" attributevoid
unsetLocked()
Unsets the "locked" attributevoid
unsetQFormat()
Unsets the "qFormat" attributevoid
unsetSemiHidden()
Unsets the "semiHidden" attributevoid
unsetUiPriority()
Unsets the "uiPriority" attributevoid
unsetUnhideWhenUsed()
Unsets the "unhideWhenUsed" attributeSTOnOff
xgetLocked()
Gets (as xml) the "locked" attributeSTString
xgetName()
Gets (as xml) the "name" attributeSTOnOff
xgetQFormat()
Gets (as xml) the "qFormat" attributeSTOnOff
xgetSemiHidden()
Gets (as xml) the "semiHidden" attributeSTDecimalNumber
xgetUiPriority()
Gets (as xml) the "uiPriority" attributeSTOnOff
xgetUnhideWhenUsed()
Gets (as xml) the "unhideWhenUsed" attributevoid
xsetLocked(STOnOff locked)
Sets (as xml) the "locked" attributevoid
xsetName(STString name)
Sets (as xml) the "name" attributevoid
xsetQFormat(STOnOff qFormat)
Sets (as xml) the "qFormat" attributevoid
xsetSemiHidden(STOnOff semiHidden)
Sets (as xml) the "semiHidden" attributevoid
xsetUiPriority(STDecimalNumber uiPriority)
Sets (as xml) the "uiPriority" attributevoid
xsetUnhideWhenUsed(STOnOff unhideWhenUsed)
Sets (as xml) the "unhideWhenUsed" 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
STString xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STString name)
Sets (as xml) the "name" attribute
-
getLocked
STOnOff.Enum getLocked()
Gets the "locked" attribute
-
xgetLocked
STOnOff xgetLocked()
Gets (as xml) the "locked" attribute
-
isSetLocked
boolean isSetLocked()
True if has "locked" attribute
-
setLocked
void setLocked(STOnOff.Enum locked)
Sets the "locked" attribute
-
xsetLocked
void xsetLocked(STOnOff locked)
Sets (as xml) the "locked" attribute
-
unsetLocked
void unsetLocked()
Unsets the "locked" attribute
-
getUiPriority
java.math.BigInteger getUiPriority()
Gets the "uiPriority" attribute
-
xgetUiPriority
STDecimalNumber xgetUiPriority()
Gets (as xml) the "uiPriority" attribute
-
isSetUiPriority
boolean isSetUiPriority()
True if has "uiPriority" attribute
-
setUiPriority
void setUiPriority(java.math.BigInteger uiPriority)
Sets the "uiPriority" attribute
-
xsetUiPriority
void xsetUiPriority(STDecimalNumber uiPriority)
Sets (as xml) the "uiPriority" attribute
-
unsetUiPriority
void unsetUiPriority()
Unsets the "uiPriority" attribute
-
getSemiHidden
STOnOff.Enum getSemiHidden()
Gets the "semiHidden" attribute
-
xgetSemiHidden
STOnOff xgetSemiHidden()
Gets (as xml) the "semiHidden" attribute
-
isSetSemiHidden
boolean isSetSemiHidden()
True if has "semiHidden" attribute
-
setSemiHidden
void setSemiHidden(STOnOff.Enum semiHidden)
Sets the "semiHidden" attribute
-
xsetSemiHidden
void xsetSemiHidden(STOnOff semiHidden)
Sets (as xml) the "semiHidden" attribute
-
unsetSemiHidden
void unsetSemiHidden()
Unsets the "semiHidden" attribute
-
getUnhideWhenUsed
STOnOff.Enum getUnhideWhenUsed()
Gets the "unhideWhenUsed" attribute
-
xgetUnhideWhenUsed
STOnOff xgetUnhideWhenUsed()
Gets (as xml) the "unhideWhenUsed" attribute
-
isSetUnhideWhenUsed
boolean isSetUnhideWhenUsed()
True if has "unhideWhenUsed" attribute
-
setUnhideWhenUsed
void setUnhideWhenUsed(STOnOff.Enum unhideWhenUsed)
Sets the "unhideWhenUsed" attribute
-
xsetUnhideWhenUsed
void xsetUnhideWhenUsed(STOnOff unhideWhenUsed)
Sets (as xml) the "unhideWhenUsed" attribute
-
unsetUnhideWhenUsed
void unsetUnhideWhenUsed()
Unsets the "unhideWhenUsed" attribute
-
getQFormat
STOnOff.Enum getQFormat()
Gets the "qFormat" attribute
-
xgetQFormat
STOnOff xgetQFormat()
Gets (as xml) the "qFormat" attribute
-
isSetQFormat
boolean isSetQFormat()
True if has "qFormat" attribute
-
setQFormat
void setQFormat(STOnOff.Enum qFormat)
Sets the "qFormat" attribute
-
xsetQFormat
void xsetQFormat(STOnOff qFormat)
Sets (as xml) the "qFormat" attribute
-
unsetQFormat
void unsetQFormat()
Unsets the "qFormat" attribute
-
-