public class Numbering 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Numbering.AbstractNum
Java class for anonymous complex type.
|
static class |
Numbering.Num
Java class for anonymous complex type.
|
static class |
Numbering.NumIdMacAtCleanup
Java class for anonymous complex type.
|
static class |
Numbering.NumPicBullet
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Numbering.AbstractNum> |
abstractNum |
protected List<Numbering.Num> |
num |
protected Numbering.NumIdMacAtCleanup |
numIdMacAtCleanup |
protected List<Numbering.NumPicBullet> |
numPicBullet |
Constructor and Description |
---|
Numbering() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
List<Numbering.AbstractNum> |
getAbstractNum()
Gets the value of the abstractNum property.
|
List<Numbering.Num> |
getNum()
Gets the value of the num property.
|
Numbering.NumIdMacAtCleanup |
getNumIdMacAtCleanup()
Gets the value of the numIdMacAtCleanup property.
|
List<Numbering.NumPicBullet> |
getNumPicBullet()
Gets the value of the numPicBullet property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setNumIdMacAtCleanup(Numbering.NumIdMacAtCleanup value)
Sets the value of the numIdMacAtCleanup property.
|
void |
setParent(Object parent) |
protected List<Numbering.NumPicBullet> numPicBullet
protected List<Numbering.AbstractNum> abstractNum
protected List<Numbering.Num> num
protected Numbering.NumIdMacAtCleanup numIdMacAtCleanup
public List<Numbering.NumPicBullet> getNumPicBullet()
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 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
public List<Numbering.AbstractNum> getAbstractNum()
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 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
public List<Numbering.Num> getNum()
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 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
public Numbering.NumIdMacAtCleanup getNumIdMacAtCleanup()
Numbering.NumIdMacAtCleanup
public void setNumIdMacAtCleanup(Numbering.NumIdMacAtCleanup value)
value
- allowed object is
Numbering.NumIdMacAtCleanup
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.