Class CTNumberDiagramInfo
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x201611.diagram.CTNumberDiagramInfo
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTDiagramAutoBulletprotected longprotected STSTorageType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getBuPr()Gets the value of the buPr property.longgetLvl()Gets the value of the lvl property.Gets the parent object in the object tree representing the unmarshalled xml document.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.voidvoidsetPtType(STSTorageType value) Sets the value of the ptType property.
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-