public class CTDiagramAutoBullet extends java.lang.Object implements Child
Java class for CT_DiagramAutoBullet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DiagramAutoBullet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextBullet"/>
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="leadZeros" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTextAutonumberBullet |
buAutoNum |
protected CTTextBlipBullet |
buBlip |
protected CTTextCharBullet |
buChar |
protected CTTextNoBullet |
buNone |
protected java.lang.Boolean |
leadZeros |
protected java.lang.String |
prefix |
| Constructor and Description |
|---|
CTDiagramAutoBullet() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTTextAutonumberBullet |
getBuAutoNum()
Gets the value of the buAutoNum property.
|
CTTextBlipBullet |
getBuBlip()
Gets the value of the buBlip property.
|
CTTextCharBullet |
getBuChar()
Gets the value of the buChar property.
|
CTTextNoBullet |
getBuNone()
Gets the value of the buNone property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getPrefix()
Gets the value of the prefix property.
|
java.lang.Boolean |
isLeadZeros()
Gets the value of the leadZeros property.
|
void |
setBuAutoNum(CTTextAutonumberBullet value)
Sets the value of the buAutoNum property.
|
void |
setBuBlip(CTTextBlipBullet value)
Sets the value of the buBlip property.
|
void |
setBuChar(CTTextCharBullet value)
Sets the value of the buChar property.
|
void |
setBuNone(CTTextNoBullet value)
Sets the value of the buNone property.
|
void |
setLeadZeros(java.lang.Boolean value)
Sets the value of the leadZeros property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property.
|
protected CTTextNoBullet buNone
protected CTTextAutonumberBullet buAutoNum
protected CTTextCharBullet buChar
protected CTTextBlipBullet buBlip
protected java.lang.String prefix
protected java.lang.Boolean leadZeros
public CTTextNoBullet getBuNone()
CTTextNoBulletpublic void setBuNone(CTTextNoBullet value)
value - allowed object is
CTTextNoBulletpublic CTTextAutonumberBullet getBuAutoNum()
CTTextAutonumberBulletpublic void setBuAutoNum(CTTextAutonumberBullet value)
value - allowed object is
CTTextAutonumberBulletpublic CTTextCharBullet getBuChar()
CTTextCharBulletpublic void setBuChar(CTTextCharBullet value)
value - allowed object is
CTTextCharBulletpublic CTTextBlipBullet getBuBlip()
CTTextBlipBulletpublic void setBuBlip(CTTextBlipBullet value)
value - allowed object is
CTTextBlipBulletpublic java.lang.String getPrefix()
Stringpublic void setPrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isLeadZeros()
Booleanpublic void setLeadZeros(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.