Class CTDiagramAutoBullet
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x201611.diagram.CTDiagramAutoBullet
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTTextAutonumberBulletbuAutoNumprotected CTTextBlipBulletbuBlipprotected CTTextCharBulletbuCharprotected CTTextNoBulletbuNoneprotected java.lang.BooleanleadZerosprotected java.lang.Stringprefix -
Constructor Summary
Constructors Constructor Description CTDiagramAutoBullet() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTextAutonumberBulletgetBuAutoNum()Gets the value of the buAutoNum property.CTTextBlipBulletgetBuBlip()Gets the value of the buBlip property.CTTextCharBulletgetBuChar()Gets the value of the buChar property.CTTextNoBulletgetBuNone()Gets the value of the buNone property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetPrefix()Gets the value of the prefix property.java.lang.BooleanisLeadZeros()Gets the value of the leadZeros property.voidsetBuAutoNum(CTTextAutonumberBullet value)Sets the value of the buAutoNum property.voidsetBuBlip(CTTextBlipBullet value)Sets the value of the buBlip property.voidsetBuChar(CTTextCharBullet value)Sets the value of the buChar property.voidsetBuNone(CTTextNoBullet value)Sets the value of the buNone property.voidsetLeadZeros(java.lang.Boolean value)Sets the value of the leadZeros property.voidsetParent(java.lang.Object parent)voidsetPrefix(java.lang.String value)Sets the value of the prefix property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
buNone
-
buAutoNum
-
buChar
-
buBlip
-
prefix
protected java.lang.String prefix -
leadZeros
protected java.lang.Boolean leadZeros
-
-
Constructor Details
-
CTDiagramAutoBullet
public CTDiagramAutoBullet()
-
-
Method Details
-
getBuNone
Gets the value of the buNone property.- Returns:
- possible object is
CTTextNoBullet
-
setBuNone
Sets the value of the buNone property.- Parameters:
value- allowed object isCTTextNoBullet
-
getBuAutoNum
Gets the value of the buAutoNum property.- Returns:
- possible object is
CTTextAutonumberBullet
-
setBuAutoNum
Sets the value of the buAutoNum property.- Parameters:
value- allowed object isCTTextAutonumberBullet
-
getBuChar
Gets the value of the buChar property.- Returns:
- possible object is
CTTextCharBullet
-
setBuChar
Sets the value of the buChar property.- Parameters:
value- allowed object isCTTextCharBullet
-
getBuBlip
Gets the value of the buBlip property.- Returns:
- possible object is
CTTextBlipBullet
-
setBuBlip
Sets the value of the buBlip property.- Parameters:
value- allowed object isCTTextBlipBullet
-
getPrefix
public java.lang.String getPrefix()Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
public void setPrefix(java.lang.String value)Sets the value of the prefix property.- Parameters:
value- allowed object isString
-
isLeadZeros
public java.lang.Boolean isLeadZeros()Gets the value of the leadZeros property.- Returns:
- possible object is
Boolean
-
setLeadZeros
public void setLeadZeros(java.lang.Boolean value)Sets the value of the leadZeros property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-