Package org.docx4j.wml
Class PPrBase.NumPr
java.lang.Object
org.docx4j.wml.PPrBase.NumPr
- All Implemented Interfaces:
Child
- Enclosing class:
- PPrBase
public static class PPrBase.NumPr 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="ilvl" 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="numId" 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="numberingChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChangeNumbering" minOccurs="0"/>
<element name="ins" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPPrBase.NumPr.IlvlJava class for anonymous complex type.static classPPrBase.NumPr.NumIdJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected PPrBase.NumPr.Ilvlilvlprotected CTTrackChangeinsprotected CTTrackChangeNumberingnumberingChangeprotected PPrBase.NumPr.NumIdnumId -
Constructor Summary
Constructors Constructor Description NumPr() -
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.PPrBase.NumPr.IlvlgetIlvl()Gets the value of the ilvl property.CTTrackChangegetIns()Gets the value of the ins property.CTTrackChangeNumberinggetNumberingChange()Gets the value of the numberingChange property.PPrBase.NumPr.NumIdgetNumId()Gets the value of the numId property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetIlvl(PPrBase.NumPr.Ilvl value)Sets the value of the ilvl property.voidsetIns(CTTrackChange value)Sets the value of the ins property.voidsetNumberingChange(CTTrackChangeNumbering value)Sets the value of the numberingChange property.voidsetNumId(PPrBase.NumPr.NumId value)Sets the value of the numId property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ilvl
-
numId
-
numberingChange
-
ins
-
-
Constructor Details
-
NumPr
public NumPr()
-
-
Method Details
-
getIlvl
Gets the value of the ilvl property.- Returns:
- possible object is
PPrBase.NumPr.Ilvl
-
setIlvl
Sets the value of the ilvl property.- Parameters:
value- allowed object isPPrBase.NumPr.Ilvl
-
getNumId
Gets the value of the numId property.- Returns:
- possible object is
PPrBase.NumPr.NumId
-
setNumId
Sets the value of the numId property.- Parameters:
value- allowed object isPPrBase.NumPr.NumId
-
getNumberingChange
Gets the value of the numberingChange property.- Returns:
- possible object is
CTTrackChangeNumbering
-
setNumberingChange
Sets the value of the numberingChange property.- Parameters:
value- allowed object isCTTrackChangeNumbering
-
getIns
Gets the value of the ins property.- Returns:
- possible object is
CTTrackChange
-
setIns
Sets the value of the ins property.- Parameters:
value- allowed object isCTTrackChange
-
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.
-