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 |
---|
Styles.LatentStyles() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.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()
Boolean
public void setDefLockedState(Boolean value)
value
- allowed object is
Boolean
public BigInteger getDefUIPriority()
BigInteger
public void setDefUIPriority(BigInteger value)
value
- allowed object is
BigInteger
public boolean isDefSemiHidden()
Boolean
public void setDefSemiHidden(Boolean value)
value
- allowed object is
Boolean
public boolean isDefUnhideWhenUsed()
Boolean
public void setDefUnhideWhenUsed(Boolean value)
value
- allowed object is
Boolean
public boolean isDefQFormat()
Boolean
public void setDefQFormat(Boolean value)
value
- allowed object is
Boolean
public BigInteger getCount()
BigInteger
public void setCount(BigInteger value)
value
- allowed object is
BigInteger
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.