Class Numbering.Num.LvlOverride

java.lang.Object
org.docx4j.wml.Numbering.Num.LvlOverride
All Implemented Interfaces:
Child
Enclosing class:
Numbering.Num

public static class Numbering.Num.LvlOverride
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">
       <sequence>
         <element name="startOverride" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="val" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="lvl" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Lvl" minOccurs="0"/>
       </sequence>
       <attribute name="ilvl" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Numbering.Num.LvlOverride.StartOverride
    Java class for anonymous complex type.
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.math.BigInteger ilvl  
    protected Lvl lvl  
    protected Numbering.Num.LvlOverride.StartOverride startOverride  
  • Constructor Summary

    Constructors
    Constructor Description
    LvlOverride()  
  • 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.math.BigInteger getIlvl()
    Gets the value of the ilvl property.
    Lvl getLvl()
    Gets the value of the lvl property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    Numbering.Num.LvlOverride.StartOverride getStartOverride()
    Gets the value of the startOverride property.
    void setIlvl​(java.math.BigInteger value)
    Sets the value of the ilvl property.
    void setLvl​(Lvl value)
    Sets the value of the lvl property.
    void setParent​(java.lang.Object parent)  
    void setStartOverride​(Numbering.Num.LvlOverride.StartOverride value)
    Sets the value of the startOverride property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • LvlOverride

      public LvlOverride()
  • Method Details

    • getStartOverride

      public Numbering.Num.LvlOverride.StartOverride getStartOverride()
      Gets the value of the startOverride property.
      Returns:
      possible object is Numbering.Num.LvlOverride.StartOverride
    • setStartOverride

      public void setStartOverride​(Numbering.Num.LvlOverride.StartOverride value)
      Sets the value of the startOverride property.
      Parameters:
      value - allowed object is Numbering.Num.LvlOverride.StartOverride
    • getLvl

      public Lvl getLvl()
      Gets the value of the lvl property.
      Returns:
      possible object is Lvl
    • setLvl

      public void setLvl​(Lvl value)
      Sets the value of the lvl property.
      Parameters:
      value - allowed object is Lvl
    • getIlvl

      public java.math.BigInteger getIlvl()
      Gets the value of the ilvl property.
      Returns:
      possible object is BigInteger
    • setIlvl

      public void setIlvl​(java.math.BigInteger value)
      Sets the value of the ilvl property.
      Parameters:
      value - allowed object is BigInteger
    • 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.