public class CTNumberDiagramInfo extends Object implements Child
Java class for CT_NumberDiagramInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NumberDiagramInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="buPr" type="{http://schemas.microsoft.com/office/drawing/2016/11/diagram}CT_DiagramAutoBullet"/>
</sequence>
<attribute name="lvl" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="ptType" use="required" type="{http://schemas.microsoft.com/office/drawing/2016/11/diagram}ST_STorageType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTDiagramAutoBullet |
buPr |
protected long |
lvl |
protected STSTorageType |
ptType |
| Constructor and Description |
|---|
CTNumberDiagramInfo() |
| 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.
|
CTDiagramAutoBullet |
getBuPr()
Gets the value of the buPr property.
|
long |
getLvl()
Gets the value of the lvl property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STSTorageType |
getPtType()
Gets the value of the ptType property.
|
void |
setBuPr(CTDiagramAutoBullet value)
Sets the value of the buPr property.
|
void |
setLvl(long value)
Sets the value of the lvl property.
|
void |
setParent(Object parent) |
void |
setPtType(STSTorageType value)
Sets the value of the ptType property.
|
protected CTDiagramAutoBullet buPr
protected long lvl
protected STSTorageType ptType
public CTDiagramAutoBullet getBuPr()
CTDiagramAutoBulletpublic void setBuPr(CTDiagramAutoBullet value)
value - allowed object is
CTDiagramAutoBulletpublic long getLvl()
public void setLvl(long value)
public STSTorageType getPtType()
STSTorageTypepublic void setPtType(STSTorageType value)
value - allowed object is
STSTorageTypepublic 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.