Package org.docx4j.wml
Class Numbering.Num.LvlOverride
java.lang.Object
org.docx4j.wml.Numbering.Num.LvlOverride
- All Implemented Interfaces:
Child
- Enclosing class:
- Numbering.Num
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected Lvlprotected Numbering.Num.LvlOverride.StartOverride -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getIlvl()Gets the value of the ilvl property.getLvl()Gets the value of the lvl property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the startOverride property.voidsetIlvl(BigInteger value) Sets the value of the ilvl property.voidSets the value of the lvl property.voidvoidSets the value of the startOverride property.
-
Field Details
-
startOverride
-
lvl
-
ilvl
-
-
Constructor Details
-
LvlOverride
public LvlOverride()
-
-
Method Details
-
getStartOverride
Gets the value of the startOverride property.- Returns:
- possible object is
Numbering.Num.LvlOverride.StartOverride
-
setStartOverride
Sets the value of the startOverride property.- Parameters:
value- allowed object isNumbering.Num.LvlOverride.StartOverride
-
getLvl
Gets the value of the lvl property.- Returns:
- possible object is
Lvl
-
setLvl
Sets the value of the lvl property.- Parameters:
value- allowed object isLvl
-
getIlvl
Gets the value of the ilvl property.- Returns:
- possible object is
BigInteger
-
setIlvl
Sets the value of the ilvl property.- Parameters:
value- allowed object isBigInteger
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-