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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTLsdException>Factorystatic 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 java.lang.ObjectgetLocked()Gets the "locked" attributejava.lang.StringgetName()Gets the "name" attributejava.lang.ObjectgetQFormat()Gets the "qFormat" attributejava.lang.ObjectgetSemiHidden()Gets the "semiHidden" attributejava.math.BigIntegergetUiPriority()Gets the "uiPriority" attributejava.lang.ObjectgetUnhideWhenUsed()Gets the "unhideWhenUsed" attributebooleanisSetLocked()True if has "locked" attributebooleanisSetQFormat()True if has "qFormat" attributebooleanisSetSemiHidden()True if has "semiHidden" attributebooleanisSetUiPriority()True if has "uiPriority" attributebooleanisSetUnhideWhenUsed()True if has "unhideWhenUsed" attributevoidsetLocked(java.lang.Object locked)Sets the "locked" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetQFormat(java.lang.Object qFormat)Sets the "qFormat" attributevoidsetSemiHidden(java.lang.Object semiHidden)Sets the "semiHidden" attributevoidsetUiPriority(java.math.BigInteger uiPriority)Sets the "uiPriority" attributevoidsetUnhideWhenUsed(java.lang.Object unhideWhenUsed)Sets the "unhideWhenUsed" attributevoidunsetLocked()Unsets the "locked" attributevoidunsetQFormat()Unsets the "qFormat" attributevoidunsetSemiHidden()Unsets the "semiHidden" attributevoidunsetUiPriority()Unsets the "uiPriority" attributevoidunsetUnhideWhenUsed()Unsets the "unhideWhenUsed" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetLocked()Gets (as xml) the "locked" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetName()Gets (as xml) the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetQFormat()Gets (as xml) the "qFormat" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetSemiHidden()Gets (as xml) the "semiHidden" attributeSTDecimalNumberxgetUiPriority()Gets (as xml) the "uiPriority" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetUnhideWhenUsed()Gets (as xml) the "unhideWhenUsed" attributevoidxsetLocked(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff locked)Sets (as xml) the "locked" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString name)Sets (as xml) the "name" attributevoidxsetQFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff qFormat)Sets (as xml) the "qFormat" attributevoidxsetSemiHidden(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff semiHidden)Sets (as xml) the "semiHidden" attributevoidxsetUiPriority(STDecimalNumber uiPriority)Sets (as xml) the "uiPriority" attributevoidxsetUnhideWhenUsed(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTLsdException> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString name)
Sets (as xml) the "name" attribute
-
getLocked
java.lang.Object getLocked()
Gets the "locked" attribute
-
xgetLocked
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetLocked()
Gets (as xml) the "locked" attribute
-
isSetLocked
boolean isSetLocked()
True if has "locked" attribute
-
setLocked
void setLocked(java.lang.Object locked)
Sets the "locked" attribute
-
xsetLocked
void xsetLocked(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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
java.lang.Object getSemiHidden()
Gets the "semiHidden" attribute
-
xgetSemiHidden
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetSemiHidden()
Gets (as xml) the "semiHidden" attribute
-
isSetSemiHidden
boolean isSetSemiHidden()
True if has "semiHidden" attribute
-
setSemiHidden
void setSemiHidden(java.lang.Object semiHidden)
Sets the "semiHidden" attribute
-
xsetSemiHidden
void xsetSemiHidden(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff semiHidden)
Sets (as xml) the "semiHidden" attribute
-
unsetSemiHidden
void unsetSemiHidden()
Unsets the "semiHidden" attribute
-
getUnhideWhenUsed
java.lang.Object getUnhideWhenUsed()
Gets the "unhideWhenUsed" attribute
-
xgetUnhideWhenUsed
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetUnhideWhenUsed()
Gets (as xml) the "unhideWhenUsed" attribute
-
isSetUnhideWhenUsed
boolean isSetUnhideWhenUsed()
True if has "unhideWhenUsed" attribute
-
setUnhideWhenUsed
void setUnhideWhenUsed(java.lang.Object unhideWhenUsed)
Sets the "unhideWhenUsed" attribute
-
xsetUnhideWhenUsed
void xsetUnhideWhenUsed(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff unhideWhenUsed)
Sets (as xml) the "unhideWhenUsed" attribute
-
unsetUnhideWhenUsed
void unsetUnhideWhenUsed()
Unsets the "unhideWhenUsed" attribute
-
getQFormat
java.lang.Object getQFormat()
Gets the "qFormat" attribute
-
xgetQFormat
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetQFormat()
Gets (as xml) the "qFormat" attribute
-
isSetQFormat
boolean isSetQFormat()
True if has "qFormat" attribute
-
setQFormat
void setQFormat(java.lang.Object qFormat)
Sets the "qFormat" attribute
-
xsetQFormat
void xsetQFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff qFormat)
Sets (as xml) the "qFormat" attribute
-
unsetQFormat
void unsetQFormat()
Unsets the "qFormat" attribute
-
-