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()
CTLongHexNumber
public void setNsid(CTLongHexNumber value)
value
- allowed object is
CTLongHexNumber
public Numbering.AbstractNum.MultiLevelType getMultiLevelType()
Numbering.AbstractNum.MultiLevelType
public void setMultiLevelType(Numbering.AbstractNum.MultiLevelType value)
value
- allowed object is
Numbering.AbstractNum.MultiLevelType
public CTLongHexNumber getTmpl()
CTLongHexNumber
public void setTmpl(CTLongHexNumber value)
value
- allowed object is
CTLongHexNumber
public Numbering.AbstractNum.Name getName()
Numbering.AbstractNum.Name
public void setName(Numbering.AbstractNum.Name value)
value
- allowed object is
Numbering.AbstractNum.Name
public Numbering.AbstractNum.StyleLink getStyleLink()
Numbering.AbstractNum.StyleLink
public void setStyleLink(Numbering.AbstractNum.StyleLink value)
value
- allowed object is
Numbering.AbstractNum.StyleLink
public Numbering.AbstractNum.NumStyleLink getNumStyleLink()
Numbering.AbstractNum.NumStyleLink
public void setNumStyleLink(Numbering.AbstractNum.NumStyleLink value)
value
- allowed object is
Numbering.AbstractNum.NumStyleLink
public 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()
BigInteger
public void setAbstractNumId(BigInteger value)
value
- allowed object is
BigInteger
public 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-2019. All Rights Reserved.