public static class Numbering.NumPicBullet 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
numPicBulletId |
protected Pict |
pict |
| Constructor and Description |
|---|
NumPicBullet() |
| 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 |
getNumPicBulletId()
Gets the value of the numPicBulletId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Pict |
getPict()
Gets the value of the pict property.
|
void |
setNumPicBulletId(BigInteger value)
Sets the value of the numPicBulletId property.
|
void |
setParent(Object parent) |
void |
setPict(Pict value)
Sets the value of the pict property.
|
protected Pict pict
protected BigInteger numPicBulletId
public void setPict(Pict value)
value - allowed object is
Pictpublic BigInteger getNumPicBulletId()
BigIntegerpublic void setNumPicBulletId(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-2020. All Rights Reserved.