public static class Styles.LatentStyles.LsdException 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"> <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 Boolean |
locked |
protected String |
name |
protected Boolean |
qFormat |
protected Boolean |
semiHidden |
protected BigInteger |
uiPriority |
protected Boolean |
unhideWhenUsed |
Constructor and Description |
---|
LsdException() |
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.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getUiPriority()
Gets the value of the uiPriority property.
|
boolean |
isLocked()
Gets the value of the locked property.
|
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(Boolean value)
Sets the value of the locked property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setQFormat(Boolean value)
Sets the value of the qFormat property.
|
void |
setSemiHidden(Boolean value)
Sets the value of the semiHidden property.
|
void |
setUiPriority(BigInteger value)
Sets the value of the uiPriority property.
|
void |
setUnhideWhenUsed(Boolean value)
Sets the value of the unhideWhenUsed property.
|
protected String name
protected Boolean locked
protected BigInteger uiPriority
protected Boolean semiHidden
protected Boolean unhideWhenUsed
protected Boolean qFormat
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isLocked()
Boolean
public void setLocked(Boolean value)
value
- allowed object is
Boolean
public BigInteger getUiPriority()
BigInteger
public void setUiPriority(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSemiHidden()
Boolean
public void setSemiHidden(Boolean value)
value
- allowed object is
Boolean
public boolean isUnhideWhenUsed()
Boolean
public void setUnhideWhenUsed(Boolean value)
value
- allowed object is
Boolean
public Boolean isQFormat()
Boolean
public void setQFormat(Boolean value)
value
- allowed object is
Boolean
public 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-2019. All Rights Reserved.