Class Numbering
- All Implemented Interfaces:
Child
public class Numbering 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="numPicBullet" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pict" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Picture"/>
</sequence>
<attribute name="numPicBulletId" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="abstractNum" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nsid" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_LongHexNumber" minOccurs="0"/>
<element name="multiLevelType" 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}string">
<enumeration value="singleLevel"/>
<enumeration value="multilevel"/>
<enumeration value="hybridMultilevel"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="tmpl" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_LongHexNumber" minOccurs="0"/>
<element name="name" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="styleLink" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="numStyleLink" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="lvl" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Lvl" maxOccurs="9" minOccurs="0"/>
</sequence>
<attribute name="abstractNumId" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="num" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="abstractNumId">
<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="lvlOverride" maxOccurs="9" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="numId" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="numIdMacAtCleanup" 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>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNumbering.AbstractNumJava class for anonymous complex type.static classNumbering.NumJava class for anonymous complex type.static classNumbering.NumIdMacAtCleanupJava class for anonymous complex type.static classNumbering.NumPicBulletJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Numbering.AbstractNum>abstractNumprotected java.lang.Stringignorableprotected java.util.List<Numbering.Num>numprotected Numbering.NumIdMacAtCleanupnumIdMacAtCleanupprotected java.util.List<Numbering.NumPicBullet>numPicBullet -
Constructor Summary
Constructors Constructor Description Numbering() -
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.java.util.List<Numbering.AbstractNum>getAbstractNum()Gets the value of the abstractNum property.java.lang.StringgetIgnorable()Gets the value of the ignorable property.java.util.List<Numbering.Num>getNum()Gets the value of the num property.Numbering.NumIdMacAtCleanupgetNumIdMacAtCleanup()Gets the value of the numIdMacAtCleanup property.java.util.List<Numbering.NumPicBullet>getNumPicBullet()Gets the value of the numPicBullet property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetIgnorable(java.lang.String value)Sets the value of the ignorable property.voidsetNumIdMacAtCleanup(Numbering.NumIdMacAtCleanup value)Sets the value of the numIdMacAtCleanup 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
-
ignorable
protected java.lang.String ignorable -
numPicBullet
-
abstractNum
-
num
-
numIdMacAtCleanup
-
-
Constructor Details
-
Numbering
public Numbering()
-
-
Method Details
-
getNumPicBullet
Gets the value of the numPicBullet property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the numPicBullet property.For example, to add a new item, do as follows:
getNumPicBullet().add(newItem);Objects of the following type(s) are allowed in the list
Numbering.NumPicBullet -
getAbstractNum
Gets the value of the abstractNum property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the abstractNum property.For example, to add a new item, do as follows:
getAbstractNum().add(newItem);Objects of the following type(s) are allowed in the list
Numbering.AbstractNum -
getNum
Gets the value of the num property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the num property.For example, to add a new item, do as follows:
getNum().add(newItem);Objects of the following type(s) are allowed in the list
Numbering.Num -
getNumIdMacAtCleanup
Gets the value of the numIdMacAtCleanup property.- Returns:
- possible object is
Numbering.NumIdMacAtCleanup
-
setNumIdMacAtCleanup
Sets the value of the numIdMacAtCleanup property.- Parameters:
value- allowed object isNumbering.NumIdMacAtCleanup
-
getIgnorable
public java.lang.String getIgnorable()Gets the value of the ignorable property.- Returns:
- possible object is
String
-
setIgnorable
public void setIgnorable(java.lang.String value)Sets the value of the ignorable property.- Parameters:
value- allowed object isString
-
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.
-