Package org.docx4j.wml
Class Styles.LatentStyles.LsdException
java.lang.Object
org.docx4j.wml.Styles.LatentStyles.LsdException
- All Implemented Interfaces:
Child
- Enclosing class:
- Styles.LatentStyles
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleanlockedprotected java.lang.Stringnameprotected java.lang.BooleanqFormatprotected java.lang.BooleansemiHiddenprotected java.math.BigIntegeruiPriorityprotected java.lang.BooleanunhideWhenUsed -
Constructor Summary
Constructors Constructor Description LsdException() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.math.BigIntegergetUiPriority()Gets the value of the uiPriority property.booleanisLocked()Gets the value of the locked property.java.lang.BooleanisQFormat()Gets the value of the qFormat property.booleanisSemiHidden()Gets the value of the semiHidden property.booleanisUnhideWhenUsed()Gets the value of the unhideWhenUsed property.voidsetLocked(java.lang.Boolean value)Sets the value of the locked property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)voidsetQFormat(java.lang.Boolean value)Sets the value of the qFormat property.voidsetSemiHidden(java.lang.Boolean value)Sets the value of the semiHidden property.voidsetUiPriority(java.math.BigInteger value)Sets the value of the uiPriority property.voidsetUnhideWhenUsed(java.lang.Boolean value)Sets the value of the unhideWhenUsed property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
protected java.lang.String name -
locked
protected java.lang.Boolean locked -
uiPriority
protected java.math.BigInteger uiPriority -
semiHidden
protected java.lang.Boolean semiHidden -
unhideWhenUsed
protected java.lang.Boolean unhideWhenUsed -
qFormat
protected java.lang.Boolean qFormat
-
-
Constructor Details
-
LsdException
public LsdException()
-
-
Method Details
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
isLocked
public boolean isLocked()Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
public void setLocked(java.lang.Boolean value)Sets the value of the locked property.- Parameters:
value- allowed object isBoolean
-
getUiPriority
public java.math.BigInteger getUiPriority()Gets the value of the uiPriority property.- Returns:
- possible object is
BigInteger
-
setUiPriority
public void setUiPriority(java.math.BigInteger value)Sets the value of the uiPriority property.- Parameters:
value- allowed object isBigInteger
-
isSemiHidden
public boolean isSemiHidden()Gets the value of the semiHidden property.- Returns:
- possible object is
Boolean
-
setSemiHidden
public void setSemiHidden(java.lang.Boolean value)Sets the value of the semiHidden property.- Parameters:
value- allowed object isBoolean
-
isUnhideWhenUsed
public boolean isUnhideWhenUsed()Gets the value of the unhideWhenUsed property.- Returns:
- possible object is
Boolean
-
setUnhideWhenUsed
public void setUnhideWhenUsed(java.lang.Boolean value)Sets the value of the unhideWhenUsed property.- Parameters:
value- allowed object isBoolean
-
isQFormat
public java.lang.Boolean isQFormat()Gets the value of the qFormat property.- Returns:
- possible object is
Boolean
-
setQFormat
public void setQFormat(java.lang.Boolean value)Sets the value of the qFormat property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-