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.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 Summary

    Constructors
    Constructor Description
    LsdException()  
  • Method Summary

    Modifier and Type Method Description
    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.
    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.

    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 is String
    • 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 is Boolean
    • 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 is BigInteger
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.