public static class Styles.LatentStyles.LsdException extends java.lang.Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="uiPriority" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="semiHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="unhideWhenUsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="qFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
locked |
protected java.lang.String |
name |
protected java.lang.Boolean |
qFormat |
protected java.lang.Boolean |
semiHidden |
protected java.math.BigInteger |
uiPriority |
protected java.lang.Boolean |
unhideWhenUsed |
| Constructor and Description |
|---|
LsdException() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.math.BigInteger |
getUiPriority()
Gets the value of the uiPriority property.
|
boolean |
isLocked()
Gets the value of the locked property.
|
java.lang.Boolean |
isQFormat()
Gets the value of the qFormat property.
|
boolean |
isSemiHidden()
Gets the value of the semiHidden property.
|
boolean |
isUnhideWhenUsed()
Gets the value of the unhideWhenUsed property.
|
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.Object parent) |
void |
setQFormat(java.lang.Boolean value)
Sets the value of the qFormat property.
|
void |
setSemiHidden(java.lang.Boolean value)
Sets the value of the semiHidden property.
|
void |
setUiPriority(java.math.BigInteger value)
Sets the value of the uiPriority property.
|
void |
setUnhideWhenUsed(java.lang.Boolean value)
Sets the value of the unhideWhenUsed property.
|
protected java.lang.String name
protected java.lang.Boolean locked
protected java.math.BigInteger uiPriority
protected java.lang.Boolean semiHidden
protected java.lang.Boolean unhideWhenUsed
protected java.lang.Boolean qFormat
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isLocked()
Booleanpublic void setLocked(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getUiPriority()
BigIntegerpublic void setUiPriority(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSemiHidden()
Booleanpublic void setSemiHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isUnhideWhenUsed()
Booleanpublic void setUnhideWhenUsed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isQFormat()
Booleanpublic void setQFormat(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.