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 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 Details

    • name

      protected String name
    • locked

      protected Boolean locked
    • uiPriority

      protected BigInteger uiPriority
    • semiHidden

      protected Boolean semiHidden
    • unhideWhenUsed

      protected Boolean unhideWhenUsed
    • qFormat

      protected Boolean qFormat
  • Constructor Details

    • LsdException

      public LsdException()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(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(Boolean value)
      Sets the value of the locked property.
      Parameters:
      value - allowed object is Boolean
    • getUiPriority

      public BigInteger getUiPriority()
      Gets the value of the uiPriority property.
      Returns:
      possible object is BigInteger
    • setUiPriority

      public void setUiPriority(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(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(Boolean value)
      Sets the value of the unhideWhenUsed property.
      Parameters:
      value - allowed object is Boolean
    • isQFormat

      public Boolean isQFormat()
      Gets the value of the qFormat property.
      Returns:
      possible object is Boolean
    • setQFormat

      public void setQFormat(Boolean value)
      Sets the value of the qFormat property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.