public static class Numbering.Num.LvlOverride 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Numbering.Num.LvlOverride.StartOverride
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
ilvl |
protected Lvl |
lvl |
protected Numbering.Num.LvlOverride.StartOverride |
startOverride |
Constructor and Description |
---|
LvlOverride() |
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 |
getIlvl()
Gets the value of the ilvl property.
|
Lvl |
getLvl()
Gets the value of the lvl property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Numbering.Num.LvlOverride.StartOverride |
getStartOverride()
Gets the value of the startOverride property.
|
void |
setIlvl(BigInteger value)
Sets the value of the ilvl property.
|
void |
setLvl(Lvl value)
Sets the value of the lvl property.
|
void |
setParent(Object parent) |
void |
setStartOverride(Numbering.Num.LvlOverride.StartOverride value)
Sets the value of the startOverride property.
|
protected Numbering.Num.LvlOverride.StartOverride startOverride
protected Lvl lvl
protected BigInteger ilvl
public Numbering.Num.LvlOverride.StartOverride getStartOverride()
Numbering.Num.LvlOverride.StartOverride
public void setStartOverride(Numbering.Num.LvlOverride.StartOverride value)
value
- allowed object is
Numbering.Num.LvlOverride.StartOverride
public void setLvl(Lvl value)
value
- allowed object is
Lvl
public BigInteger getIlvl()
BigInteger
public void setIlvl(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.