public static class Styles.LatentStyles extends 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">
<sequence>
<element name="lsdException" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="defLockedState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defUIPriority" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="defSemiHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defUnhideWhenUsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defQFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="count" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Styles.LatentStyles.LsdException
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
count |
protected Boolean |
defLockedState |
protected Boolean |
defQFormat |
protected Boolean |
defSemiHidden |
protected BigInteger |
defUIPriority |
protected Boolean |
defUnhideWhenUsed |
protected List<Styles.LatentStyles.LsdException> |
lsdException |
| Constructor and Description |
|---|
LatentStyles() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BigInteger |
getCount()
Gets the value of the count property.
|
BigInteger |
getDefUIPriority()
Gets the value of the defUIPriority property.
|
List<Styles.LatentStyles.LsdException> |
getLsdException()
Gets the value of the lsdException property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isDefLockedState()
Gets the value of the defLockedState property.
|
boolean |
isDefQFormat()
Gets the value of the defQFormat property.
|
boolean |
isDefSemiHidden()
Gets the value of the defSemiHidden property.
|
boolean |
isDefUnhideWhenUsed()
Gets the value of the defUnhideWhenUsed property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
void |
setDefLockedState(Boolean value)
Sets the value of the defLockedState property.
|
void |
setDefQFormat(Boolean value)
Sets the value of the defQFormat property.
|
void |
setDefSemiHidden(Boolean value)
Sets the value of the defSemiHidden property.
|
void |
setDefUIPriority(BigInteger value)
Sets the value of the defUIPriority property.
|
void |
setDefUnhideWhenUsed(Boolean value)
Sets the value of the defUnhideWhenUsed property.
|
void |
setParent(Object parent) |
protected List<Styles.LatentStyles.LsdException> lsdException
protected Boolean defLockedState
protected BigInteger defUIPriority
protected Boolean defSemiHidden
protected Boolean defUnhideWhenUsed
protected Boolean defQFormat
protected BigInteger count
public List<Styles.LatentStyles.LsdException> getLsdException()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lsdException property.
For example, to add a new item, do as follows:
getLsdException().add(newItem);
Objects of the following type(s) are allowed in the list
Styles.LatentStyles.LsdException
public boolean isDefLockedState()
Booleanpublic void setDefLockedState(Boolean value)
value - allowed object is
Booleanpublic BigInteger getDefUIPriority()
BigIntegerpublic void setDefUIPriority(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isDefSemiHidden()
Booleanpublic void setDefSemiHidden(Boolean value)
value - allowed object is
Booleanpublic boolean isDefUnhideWhenUsed()
Booleanpublic void setDefUnhideWhenUsed(Boolean value)
value - allowed object is
Booleanpublic boolean isDefQFormat()
Booleanpublic void setDefQFormat(Boolean value)
value - allowed object is
Booleanpublic BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.