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 CTDiagramAutoBullet buPr  
    protected long lvl  
    protected STSTorageType ptType  
  • Constructor Summary

    Constructors
    Constructor Description
    CTNumberDiagramInfo()  
  • Method Summary

    Modifier and Type Method Description
    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.
    CTDiagramAutoBullet getBuPr()
    Gets the value of the buPr property.
    long getLvl()
    Gets the value of the lvl property.
    java.lang.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​(java.lang.Object parent)  
    void setPtType​(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

  • Constructor Details

    • CTNumberDiagramInfo

      public CTNumberDiagramInfo()
  • Method Details

    • getBuPr

      public CTDiagramAutoBullet getBuPr()
      Gets the value of the buPr property.
      Returns:
      possible object is CTDiagramAutoBullet
    • setBuPr

      public void setBuPr​(CTDiagramAutoBullet value)
      Sets the value of the buPr property.
      Parameters:
      value - allowed object is CTDiagramAutoBullet
    • 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

      public STSTorageType getPtType()
      Gets the value of the ptType property.
      Returns:
      possible object is STSTorageType
    • setPtType

      public void setPtType​(STSTorageType value)
      Sets the value of the ptType property.
      Parameters:
      value - allowed object is STSTorageType
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.