Class CTNumberDiagramInfo
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x201611.diagram.CTNumberDiagramInfo
- All Implemented Interfaces:
Child
public class CTNumberDiagramInfo extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTDiagramAutoBulletbuPrprotected longlvlprotected STSTorageTypeptType -
Constructor Summary
Constructors Constructor Description CTNumberDiagramInfo() -
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.CTDiagramAutoBulletgetBuPr()Gets the value of the buPr property.longgetLvl()Gets the value of the lvl property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STSTorageTypegetPtType()Gets the value of the ptType property.voidsetBuPr(CTDiagramAutoBullet value)Sets the value of the buPr property.voidsetLvl(long value)Sets the value of the lvl property.voidsetParent(java.lang.Object parent)voidsetPtType(STSTorageType value)Sets the value of the ptType property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
buPr
-
lvl
protected long lvl -
ptType
-
-
Constructor Details
-
CTNumberDiagramInfo
public CTNumberDiagramInfo()
-
-
Method Details
-
getBuPr
Gets the value of the buPr property.- Returns:
- possible object is
CTDiagramAutoBullet
-
setBuPr
Sets the value of the buPr property.- Parameters:
value- allowed object isCTDiagramAutoBullet
-
getLvl
public long getLvl()Gets the value of the lvl property. -
setLvl
public void setLvl(long value)Sets the value of the lvl property. -
getPtType
Gets the value of the ptType property.- Returns:
- possible object is
STSTorageType
-
setPtType
Sets the value of the ptType property.- Parameters:
value- allowed object isSTSTorageType
-
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.
-