public static class Numbering.Num 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Numbering.Num.AbstractNumId
Java class for anonymous complex type.
|
static class |
Numbering.Num.LvlOverride
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Numbering.Num.AbstractNumId |
abstractNumId |
protected java.util.List<Numbering.Num.LvlOverride> |
lvlOverride |
protected java.math.BigInteger |
numId |
| Constructor and Description |
|---|
Num() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Numbering.Num.AbstractNumId |
getAbstractNumId()
Gets the value of the abstractNumId property.
|
java.util.List<Numbering.Num.LvlOverride> |
getLvlOverride()
Gets the value of the lvlOverride property.
|
java.math.BigInteger |
getNumId()
Gets the value of the numId property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setAbstractNumId(Numbering.Num.AbstractNumId value)
Sets the value of the abstractNumId property.
|
void |
setNumId(java.math.BigInteger value)
Sets the value of the numId property.
|
void |
setParent(java.lang.Object parent) |
protected Numbering.Num.AbstractNumId abstractNumId
protected java.util.List<Numbering.Num.LvlOverride> lvlOverride
protected java.math.BigInteger numId
public Numbering.Num.AbstractNumId getAbstractNumId()
Numbering.Num.AbstractNumIdpublic void setAbstractNumId(Numbering.Num.AbstractNumId value)
value - allowed object is
Numbering.Num.AbstractNumIdpublic java.util.List<Numbering.Num.LvlOverride> getLvlOverride()
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 set method for the lvlOverride property.
For example, to add a new item, do as follows:
getLvlOverride().add(newItem);
Objects of the following type(s) are allowed in the list
Numbering.Num.LvlOverride
public java.math.BigInteger getNumId()
BigIntegerpublic void setNumId(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.