Class Numbering.NumPicBullet

java.lang.Object
org.docx4j.wml.Numbering.NumPicBullet
All Implemented Interfaces:
Child
Enclosing class:
Numbering

public static class Numbering.NumPicBullet
extends java.lang.Object
implements Child

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pict" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Picture"/>
       </sequence>
       <attribute name="numPicBulletId" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.math.BigInteger numPicBulletId  
    protected Pict pict  
  • Constructor Summary

    Constructors
    Constructor Description
    NumPicBullet()  
  • 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.
    java.math.BigInteger getNumPicBulletId()
    Gets the value of the numPicBulletId property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    Pict getPict()
    Gets the value of the pict property.
    void setNumPicBulletId​(java.math.BigInteger value)
    Sets the value of the numPicBulletId property.
    void setParent​(java.lang.Object parent)  
    void setPict​(Pict value)
    Sets the value of the pict property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pict

      protected Pict pict
    • numPicBulletId

      protected java.math.BigInteger numPicBulletId
  • Constructor Details

    • NumPicBullet

      public NumPicBullet()
  • Method Details

    • getPict

      public Pict getPict()
      Gets the value of the pict property.
      Returns:
      possible object is Pict
    • setPict

      public void setPict​(Pict value)
      Sets the value of the pict property.
      Parameters:
      value - allowed object is Pict
    • getNumPicBulletId

      public java.math.BigInteger getNumPicBulletId()
      Gets the value of the numPicBulletId property.
      Returns:
      possible object is BigInteger
    • setNumPicBulletId

      public void setNumPicBulletId​(java.math.BigInteger value)
      Sets the value of the numPicBulletId property.
      Parameters:
      value - allowed object is BigInteger
    • 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.