Class ApplyType

java.lang.Object
org.docx4j.org.w3.x1998.math.mathML.ApplyType
All Implemented Interfaces:
Child

public class ApplyType extends Object implements Child

Java class for apply.type complex type.

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

 <complexType name="apply.type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.w3.org/1998/Math/MathML}operator.content"/>
         <group ref="{http://www.w3.org/1998/Math/MathML}expression.content" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.w3.org/1998/Math/MathML}common.attrib"/>
       <anyAttribute processContents='skip' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ApplyType

      public ApplyType()
  • Method Details

    • getAbs

      public OperatorType getAbs()
      Gets the value of the abs property.
      Returns:
      possible object is OperatorType
    • setAbs

      public void setAbs(OperatorType value)
      Sets the value of the abs property.
      Parameters:
      value - allowed object is OperatorType
    • getFloor

      public OperatorType getFloor()
      Gets the value of the floor property.
      Returns:
      possible object is OperatorType
    • setFloor

      public void setFloor(OperatorType value)
      Sets the value of the floor property.
      Parameters:
      value - allowed object is OperatorType
    • getCeiling

      public OperatorType getCeiling()
      Gets the value of the ceiling property.
      Returns:
      possible object is OperatorType
    • setCeiling

      public void setCeiling(OperatorType value)
      Sets the value of the ceiling property.
      Parameters:
      value - allowed object is OperatorType
    • getQuotient

      public OperatorType getQuotient()
      Gets the value of the quotient property.
      Returns:
      possible object is OperatorType
    • setQuotient

      public void setQuotient(OperatorType value)
      Sets the value of the quotient property.
      Parameters:
      value - allowed object is OperatorType
    • getDivide

      public OperatorType getDivide()
      Gets the value of the divide property.
      Returns:
      possible object is OperatorType
    • setDivide

      public void setDivide(OperatorType value)
      Sets the value of the divide property.
      Parameters:
      value - allowed object is OperatorType
    • getRem

      public OperatorType getRem()
      Gets the value of the rem property.
      Returns:
      possible object is OperatorType
    • setRem

      public void setRem(OperatorType value)
      Sets the value of the rem property.
      Parameters:
      value - allowed object is OperatorType
    • getMinus

      public OperatorType getMinus()
      Gets the value of the minus property.
      Returns:
      possible object is OperatorType
    • setMinus

      public void setMinus(OperatorType value)
      Sets the value of the minus property.
      Parameters:
      value - allowed object is OperatorType
    • getPlus

      public OperatorType getPlus()
      Gets the value of the plus property.
      Returns:
      possible object is OperatorType
    • setPlus

      public void setPlus(OperatorType value)
      Sets the value of the plus property.
      Parameters:
      value - allowed object is OperatorType
    • getTimes

      public OperatorType getTimes()
      Gets the value of the times property.
      Returns:
      possible object is OperatorType
    • setTimes

      public void setTimes(OperatorType value)
      Sets the value of the times property.
      Parameters:
      value - allowed object is OperatorType
    • getPower

      public OperatorType getPower()
      Gets the value of the power property.
      Returns:
      possible object is OperatorType
    • setPower

      public void setPower(OperatorType value)
      Sets the value of the power property.
      Parameters:
      value - allowed object is OperatorType
    • getRoot

      public OperatorType getRoot()
      Gets the value of the root property.
      Returns:
      possible object is OperatorType
    • setRoot

      public void setRoot(OperatorType value)
      Sets the value of the root property.
      Parameters:
      value - allowed object is OperatorType
    • getMax

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

      public void setMax(OperatorType value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is OperatorType
    • getMin

      public OperatorType getMin()
      Gets the value of the min property.
      Returns:
      possible object is OperatorType
    • setMin

      public void setMin(OperatorType value)
      Sets the value of the min property.
      Parameters:
      value - allowed object is OperatorType
    • getAnd

      public OperatorType getAnd()
      Gets the value of the and property.
      Returns:
      possible object is OperatorType
    • setAnd

      public void setAnd(OperatorType value)
      Sets the value of the and property.
      Parameters:
      value - allowed object is OperatorType
    • getOr

      public OperatorType getOr()
      Gets the value of the or property.
      Returns:
      possible object is OperatorType
    • setOr

      public void setOr(OperatorType value)
      Sets the value of the or property.
      Parameters:
      value - allowed object is OperatorType
    • getXor

      public OperatorType getXor()
      Gets the value of the xor property.
      Returns:
      possible object is OperatorType
    • setXor

      public void setXor(OperatorType value)
      Sets the value of the xor property.
      Parameters:
      value - allowed object is OperatorType
    • getNot

      public OperatorType getNot()
      Gets the value of the not property.
      Returns:
      possible object is OperatorType
    • setNot

      public void setNot(OperatorType value)
      Sets the value of the not property.
      Parameters:
      value - allowed object is OperatorType
    • getExponentiale

      public ConstantType getExponentiale()
      Gets the value of the exponentiale property.
      Returns:
      possible object is ConstantType
    • setExponentiale

      public void setExponentiale(ConstantType value)
      Sets the value of the exponentiale property.
      Parameters:
      value - allowed object is ConstantType
    • getPi

      public ConstantType getPi()
      Gets the value of the pi property.
      Returns:
      possible object is ConstantType
    • setPi

      public void setPi(ConstantType value)
      Sets the value of the pi property.
      Parameters:
      value - allowed object is ConstantType
    • getTrue

      public ConstantType getTrue()
      Gets the value of the true property.
      Returns:
      possible object is ConstantType
    • setTrue

      public void setTrue(ConstantType value)
      Sets the value of the true property.
      Parameters:
      value - allowed object is ConstantType
    • getFalse

      public ConstantType getFalse()
      Gets the value of the false property.
      Returns:
      possible object is ConstantType
    • setFalse

      public void setFalse(ConstantType value)
      Sets the value of the false property.
      Parameters:
      value - allowed object is ConstantType
    • getEq

      public OperatorType getEq()
      Gets the value of the eq property.
      Returns:
      possible object is OperatorType
    • setEq

      public void setEq(OperatorType value)
      Sets the value of the eq property.
      Parameters:
      value - allowed object is OperatorType
    • getNeq

      public OperatorType getNeq()
      Gets the value of the neq property.
      Returns:
      possible object is OperatorType
    • setNeq

      public void setNeq(OperatorType value)
      Sets the value of the neq property.
      Parameters:
      value - allowed object is OperatorType
    • getLeq

      public OperatorType getLeq()
      Gets the value of the leq property.
      Returns:
      possible object is OperatorType
    • setLeq

      public void setLeq(OperatorType value)
      Sets the value of the leq property.
      Parameters:
      value - allowed object is OperatorType
    • getLt

      public OperatorType getLt()
      Gets the value of the lt property.
      Returns:
      possible object is OperatorType
    • setLt

      public void setLt(OperatorType value)
      Sets the value of the lt property.
      Parameters:
      value - allowed object is OperatorType
    • getGeq

      public OperatorType getGeq()
      Gets the value of the geq property.
      Returns:
      possible object is OperatorType
    • setGeq

      public void setGeq(OperatorType value)
      Sets the value of the geq property.
      Parameters:
      value - allowed object is OperatorType
    • getGt

      public OperatorType getGt()
      Gets the value of the gt property.
      Returns:
      possible object is OperatorType
    • setGt

      public void setGt(OperatorType value)
      Sets the value of the gt property.
      Parameters:
      value - allowed object is OperatorType
    • getExp

      public OperatorType getExp()
      Gets the value of the exp property.
      Returns:
      possible object is OperatorType
    • setExp

      public void setExp(OperatorType value)
      Sets the value of the exp property.
      Parameters:
      value - allowed object is OperatorType
    • getLn

      public OperatorType getLn()
      Gets the value of the ln property.
      Returns:
      possible object is OperatorType
    • setLn

      public void setLn(OperatorType value)
      Sets the value of the ln property.
      Parameters:
      value - allowed object is OperatorType
    • getLog

      public OperatorType getLog()
      Gets the value of the log property.
      Returns:
      possible object is OperatorType
    • setLog

      public void setLog(OperatorType value)
      Sets the value of the log property.
      Parameters:
      value - allowed object is OperatorType
    • getSin

      public OperatorType getSin()
      Gets the value of the sin property.
      Returns:
      possible object is OperatorType
    • setSin

      public void setSin(OperatorType value)
      Sets the value of the sin property.
      Parameters:
      value - allowed object is OperatorType
    • getCos

      public OperatorType getCos()
      Gets the value of the cos property.
      Returns:
      possible object is OperatorType
    • setCos

      public void setCos(OperatorType value)
      Sets the value of the cos property.
      Parameters:
      value - allowed object is OperatorType
    • getTan

      public OperatorType getTan()
      Gets the value of the tan property.
      Returns:
      possible object is OperatorType
    • setTan

      public void setTan(OperatorType value)
      Sets the value of the tan property.
      Parameters:
      value - allowed object is OperatorType
    • getArcsin

      public OperatorType getArcsin()
      Gets the value of the arcsin property.
      Returns:
      possible object is OperatorType
    • setArcsin

      public void setArcsin(OperatorType value)
      Sets the value of the arcsin property.
      Parameters:
      value - allowed object is OperatorType
    • getArccos

      public OperatorType getArccos()
      Gets the value of the arccos property.
      Returns:
      possible object is OperatorType
    • setArccos

      public void setArccos(OperatorType value)
      Sets the value of the arccos property.
      Parameters:
      value - allowed object is OperatorType
    • getArctan

      public OperatorType getArctan()
      Gets the value of the arctan property.
      Returns:
      possible object is OperatorType
    • setArctan

      public void setArctan(OperatorType value)
      Sets the value of the arctan property.
      Parameters:
      value - allowed object is OperatorType
    • getExpressionContent

      public List<jakarta.xml.bind.JAXBElement<?>> getExpressionContent()
      Gets the value of the expressionContent property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the expressionContent property.

      For example, to add a new item, do as follows:

          getExpressionContent().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<ConstantType> JAXBElement<ConstantType> JAXBElement<QualifierType> JAXBElement<ApplyType> JAXBElement<QualifierType> JAXBElement<CnType> JAXBElement<CiType> JAXBElement<ConstantType> JAXBElement<ConstantType>

    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.