public static class Numbering.AbstractNum extends 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Numbering.AbstractNum.MultiLevelType
Java class for anonymous complex type.
|
static class |
Numbering.AbstractNum.Name
Java class for anonymous complex type.
|
static class |
Numbering.AbstractNum.NumStyleLink
Java class for anonymous complex type.
|
static class |
Numbering.AbstractNum.StyleLink
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
abstractNumId |
protected List<Lvl> |
lvl |
protected Numbering.AbstractNum.MultiLevelType |
multiLevelType |
protected Numbering.AbstractNum.Name |
name |
protected CTLongHexNumber |
nsid |
protected Numbering.AbstractNum.NumStyleLink |
numStyleLink |
protected Numbering.AbstractNum.StyleLink |
styleLink |
protected CTLongHexNumber |
tmpl |
| Constructor and Description |
|---|
AbstractNum() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BigInteger |
getAbstractNumId()
Gets the value of the abstractNumId property.
|
List<Lvl> |
getLvl()
Gets the value of the lvl property.
|
Numbering.AbstractNum.MultiLevelType |
getMultiLevelType()
Gets the value of the multiLevelType property.
|
Numbering.AbstractNum.Name |
getName()
Gets the value of the name property.
|
CTLongHexNumber |
getNsid()
Gets the value of the nsid property.
|
Numbering.AbstractNum.NumStyleLink |
getNumStyleLink()
Gets the value of the numStyleLink property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Numbering.AbstractNum.StyleLink |
getStyleLink()
Gets the value of the styleLink property.
|
CTLongHexNumber |
getTmpl()
Gets the value of the tmpl property.
|
void |
setAbstractNumId(BigInteger value)
Sets the value of the abstractNumId property.
|
void |
setMultiLevelType(Numbering.AbstractNum.MultiLevelType value)
Sets the value of the multiLevelType property.
|
void |
setName(Numbering.AbstractNum.Name value)
Sets the value of the name property.
|
void |
setNsid(CTLongHexNumber value)
Sets the value of the nsid property.
|
void |
setNumStyleLink(Numbering.AbstractNum.NumStyleLink value)
Sets the value of the numStyleLink property.
|
void |
setParent(Object parent) |
void |
setStyleLink(Numbering.AbstractNum.StyleLink value)
Sets the value of the styleLink property.
|
void |
setTmpl(CTLongHexNumber value)
Sets the value of the tmpl property.
|
protected CTLongHexNumber nsid
protected Numbering.AbstractNum.MultiLevelType multiLevelType
protected CTLongHexNumber tmpl
protected Numbering.AbstractNum.Name name
protected Numbering.AbstractNum.StyleLink styleLink
protected Numbering.AbstractNum.NumStyleLink numStyleLink
protected BigInteger abstractNumId
public CTLongHexNumber getNsid()
CTLongHexNumberpublic void setNsid(CTLongHexNumber value)
value - allowed object is
CTLongHexNumberpublic Numbering.AbstractNum.MultiLevelType getMultiLevelType()
Numbering.AbstractNum.MultiLevelTypepublic void setMultiLevelType(Numbering.AbstractNum.MultiLevelType value)
value - allowed object is
Numbering.AbstractNum.MultiLevelTypepublic CTLongHexNumber getTmpl()
CTLongHexNumberpublic void setTmpl(CTLongHexNumber value)
value - allowed object is
CTLongHexNumberpublic Numbering.AbstractNum.Name getName()
Numbering.AbstractNum.Namepublic void setName(Numbering.AbstractNum.Name value)
value - allowed object is
Numbering.AbstractNum.Namepublic Numbering.AbstractNum.StyleLink getStyleLink()
Numbering.AbstractNum.StyleLinkpublic void setStyleLink(Numbering.AbstractNum.StyleLink value)
value - allowed object is
Numbering.AbstractNum.StyleLinkpublic Numbering.AbstractNum.NumStyleLink getNumStyleLink()
Numbering.AbstractNum.NumStyleLinkpublic void setNumStyleLink(Numbering.AbstractNum.NumStyleLink value)
value - allowed object is
Numbering.AbstractNum.NumStyleLinkpublic List<Lvl> getLvl()
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 lvl property.
For example, to add a new item, do as follows:
getLvl().add(newItem);
Objects of the following type(s) are allowed in the list
Lvl
public BigInteger getAbstractNumId()
BigIntegerpublic void setAbstractNumId(BigInteger value)
value - allowed object is
BigIntegerpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.