Class CTNumericRule

java.lang.Object
org.docx4j.dml.diagram.CTNumericRule
All Implemented Interfaces:
Child

public class CTNumericRule
extends java.lang.Object
implements Child

Java class for CT_NumericRule complex type.

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

 <complexType name="CT_NumericRule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}AG_ConstraintAttributes"/>
       <attribute name="val" type="{http://www.w3.org/2001/XMLSchema}double" default="NaN" />
       <attribute name="fact" type="{http://www.w3.org/2001/XMLSchema}double" default="NaN" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" default="NaN" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected STConstraintRelationship _for  
    protected CTOfficeArtExtensionList extLst  
    protected java.lang.Double fact  
    protected java.lang.String forName  
    protected java.lang.Double max  
    protected STElementType ptType  
    protected STConstraintType type  
    protected java.lang.Double val  
  • Constructor Summary

    Constructors
    Constructor Description
    CTNumericRule()  
  • 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.
    CTOfficeArtExtensionList getExtLst()
    Gets the value of the extLst property.
    double getFact()
    Gets the value of the fact property.
    STConstraintRelationship getFor()
    Gets the value of the for property.
    java.lang.String getForName()
    Gets the value of the forName property.
    double getMax()
    Gets the value of the max property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    STElementType getPtType()
    Gets the value of the ptType property.
    STConstraintType getType()
    Gets the value of the type property.
    double getVal()
    Gets the value of the val property.
    void setExtLst​(CTOfficeArtExtensionList value)
    Sets the value of the extLst property.
    void setFact​(java.lang.Double value)
    Sets the value of the fact property.
    void setFor​(STConstraintRelationship value)
    Sets the value of the for property.
    void setForName​(java.lang.String value)
    Sets the value of the forName property.
    void setMax​(java.lang.Double value)
    Sets the value of the max property.
    void setParent​(java.lang.Object parent)  
    void setPtType​(STElementType value)
    Sets the value of the ptType property.
    void setType​(STConstraintType value)
    Sets the value of the type property.
    void setVal​(java.lang.Double value)
    Sets the value of the val property.

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • CTNumericRule

      public CTNumericRule()
  • Method Details

    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getVal

      public double getVal()
      Gets the value of the val property.
      Returns:
      possible object is Double
    • setVal

      public void setVal​(java.lang.Double value)
      Sets the value of the val property.
      Parameters:
      value - allowed object is Double
    • getFact

      public double getFact()
      Gets the value of the fact property.
      Returns:
      possible object is Double
    • setFact

      public void setFact​(java.lang.Double value)
      Sets the value of the fact property.
      Parameters:
      value - allowed object is Double
    • getMax

      public double getMax()
      Gets the value of the max property.
      Returns:
      possible object is Double
    • setMax

      public void setMax​(java.lang.Double value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is Double
    • getType

      public STConstraintType getType()
      Gets the value of the type property.
      Returns:
      possible object is STConstraintType
    • setType

      public void setType​(STConstraintType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is STConstraintType
    • getFor

      public STConstraintRelationship getFor()
      Gets the value of the for property.
      Returns:
      possible object is STConstraintRelationship
    • setFor

      public void setFor​(STConstraintRelationship value)
      Sets the value of the for property.
      Parameters:
      value - allowed object is STConstraintRelationship
    • getForName

      public java.lang.String getForName()
      Gets the value of the forName property.
      Returns:
      possible object is String
    • setForName

      public void setForName​(java.lang.String value)
      Sets the value of the forName property.
      Parameters:
      value - allowed object is String
    • getPtType

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

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