Class ApplyType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ConstantTypeprotected ConstantTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected ConstantTypeprotected List<jakarta.xml.bind.JAXBElement<?>>protected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected ConstantTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorTypeprotected OperatorType -
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.getAbs()Gets the value of the abs property.getAnd()Gets the value of the and property.Gets the value of the arccos property.Gets the value of the arcsin property.Gets the value of the arctan property.Gets the value of the ceiling property.getCos()Gets the value of the cos property.Gets the value of the divide property.getEq()Gets the value of the eq property.getExp()Gets the value of the exp property.Gets the value of the exponentiale property.List<jakarta.xml.bind.JAXBElement<?>>Gets the value of the expressionContent property.getFalse()Gets the value of the false property.getFloor()Gets the value of the floor property.getGeq()Gets the value of the geq property.getGt()Gets the value of the gt property.getLeq()Gets the value of the leq property.getLn()Gets the value of the ln property.getLog()Gets the value of the log property.getLt()Gets the value of the lt property.getMax()Gets the value of the max property.getMin()Gets the value of the min property.getMinus()Gets the value of the minus property.getNeq()Gets the value of the neq property.getNot()Gets the value of the not property.getOr()Gets the value of the or property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the parent object in the object tree representing the unmarshalled xml document.getPi()Gets the value of the pi property.getPlus()Gets the value of the plus property.getPower()Gets the value of the power property.Gets the value of the quotient property.getRem()Gets the value of the rem property.getRoot()Gets the value of the root property.getSin()Gets the value of the sin property.getTan()Gets the value of the tan property.getTimes()Gets the value of the times property.getTrue()Gets the value of the true property.getXor()Gets the value of the xor property.voidsetAbs(OperatorType value) Sets the value of the abs property.voidsetAnd(OperatorType value) Sets the value of the and property.voidsetArccos(OperatorType value) Sets the value of the arccos property.voidsetArcsin(OperatorType value) Sets the value of the arcsin property.voidsetArctan(OperatorType value) Sets the value of the arctan property.voidsetCeiling(OperatorType value) Sets the value of the ceiling property.voidsetCos(OperatorType value) Sets the value of the cos property.voidsetDivide(OperatorType value) Sets the value of the divide property.voidsetEq(OperatorType value) Sets the value of the eq property.voidsetExp(OperatorType value) Sets the value of the exp property.voidsetExponentiale(ConstantType value) Sets the value of the exponentiale property.voidsetFalse(ConstantType value) Sets the value of the false property.voidsetFloor(OperatorType value) Sets the value of the floor property.voidsetGeq(OperatorType value) Sets the value of the geq property.voidsetGt(OperatorType value) Sets the value of the gt property.voidsetLeq(OperatorType value) Sets the value of the leq property.voidsetLn(OperatorType value) Sets the value of the ln property.voidsetLog(OperatorType value) Sets the value of the log property.voidsetLt(OperatorType value) Sets the value of the lt property.voidsetMax(OperatorType value) Sets the value of the max property.voidsetMin(OperatorType value) Sets the value of the min property.voidsetMinus(OperatorType value) Sets the value of the minus property.voidsetNeq(OperatorType value) Sets the value of the neq property.voidsetNot(OperatorType value) Sets the value of the not property.voidsetOr(OperatorType value) Sets the value of the or property.voidvoidsetPi(ConstantType value) Sets the value of the pi property.voidsetPlus(OperatorType value) Sets the value of the plus property.voidsetPower(OperatorType value) Sets the value of the power property.voidsetQuotient(OperatorType value) Sets the value of the quotient property.voidsetRem(OperatorType value) Sets the value of the rem property.voidsetRoot(OperatorType value) Sets the value of the root property.voidsetSin(OperatorType value) Sets the value of the sin property.voidsetTan(OperatorType value) Sets the value of the tan property.voidsetTimes(OperatorType value) Sets the value of the times property.voidsetTrue(ConstantType value) Sets the value of the true property.voidsetXor(OperatorType value) Sets the value of the xor property.
-
Field Details
-
abs
-
floor
-
ceiling
-
quotient
-
divide
-
rem
-
minus
-
plus
-
times
-
power
-
root
-
max
-
min
-
and
-
or
-
xor
-
not
-
exponentiale
-
pi
-
_true
-
_false
-
eq
-
neq
-
leq
-
lt
-
geq
-
gt
-
exp
-
ln
-
log
-
sin
-
cos
-
tan
-
arcsin
-
arccos
-
arctan
-
expressionContent
-
-
Constructor Details
-
ApplyType
public ApplyType()
-
-
Method Details
-
getAbs
Gets the value of the abs property.- Returns:
- possible object is
OperatorType
-
setAbs
Sets the value of the abs property.- Parameters:
value- allowed object isOperatorType
-
getFloor
Gets the value of the floor property.- Returns:
- possible object is
OperatorType
-
setFloor
Sets the value of the floor property.- Parameters:
value- allowed object isOperatorType
-
getCeiling
Gets the value of the ceiling property.- Returns:
- possible object is
OperatorType
-
setCeiling
Sets the value of the ceiling property.- Parameters:
value- allowed object isOperatorType
-
getQuotient
Gets the value of the quotient property.- Returns:
- possible object is
OperatorType
-
setQuotient
Sets the value of the quotient property.- Parameters:
value- allowed object isOperatorType
-
getDivide
Gets the value of the divide property.- Returns:
- possible object is
OperatorType
-
setDivide
Sets the value of the divide property.- Parameters:
value- allowed object isOperatorType
-
getRem
Gets the value of the rem property.- Returns:
- possible object is
OperatorType
-
setRem
Sets the value of the rem property.- Parameters:
value- allowed object isOperatorType
-
getMinus
Gets the value of the minus property.- Returns:
- possible object is
OperatorType
-
setMinus
Sets the value of the minus property.- Parameters:
value- allowed object isOperatorType
-
getPlus
Gets the value of the plus property.- Returns:
- possible object is
OperatorType
-
setPlus
Sets the value of the plus property.- Parameters:
value- allowed object isOperatorType
-
getTimes
Gets the value of the times property.- Returns:
- possible object is
OperatorType
-
setTimes
Sets the value of the times property.- Parameters:
value- allowed object isOperatorType
-
getPower
Gets the value of the power property.- Returns:
- possible object is
OperatorType
-
setPower
Sets the value of the power property.- Parameters:
value- allowed object isOperatorType
-
getRoot
Gets the value of the root property.- Returns:
- possible object is
OperatorType
-
setRoot
Sets the value of the root property.- Parameters:
value- allowed object isOperatorType
-
getMax
Gets the value of the max property.- Returns:
- possible object is
OperatorType
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isOperatorType
-
getMin
Gets the value of the min property.- Returns:
- possible object is
OperatorType
-
setMin
Sets the value of the min property.- Parameters:
value- allowed object isOperatorType
-
getAnd
Gets the value of the and property.- Returns:
- possible object is
OperatorType
-
setAnd
Sets the value of the and property.- Parameters:
value- allowed object isOperatorType
-
getOr
Gets the value of the or property.- Returns:
- possible object is
OperatorType
-
setOr
Sets the value of the or property.- Parameters:
value- allowed object isOperatorType
-
getXor
Gets the value of the xor property.- Returns:
- possible object is
OperatorType
-
setXor
Sets the value of the xor property.- Parameters:
value- allowed object isOperatorType
-
getNot
Gets the value of the not property.- Returns:
- possible object is
OperatorType
-
setNot
Sets the value of the not property.- Parameters:
value- allowed object isOperatorType
-
getExponentiale
Gets the value of the exponentiale property.- Returns:
- possible object is
ConstantType
-
setExponentiale
Sets the value of the exponentiale property.- Parameters:
value- allowed object isConstantType
-
getPi
Gets the value of the pi property.- Returns:
- possible object is
ConstantType
-
setPi
Sets the value of the pi property.- Parameters:
value- allowed object isConstantType
-
getTrue
Gets the value of the true property.- Returns:
- possible object is
ConstantType
-
setTrue
Sets the value of the true property.- Parameters:
value- allowed object isConstantType
-
getFalse
Gets the value of the false property.- Returns:
- possible object is
ConstantType
-
setFalse
Sets the value of the false property.- Parameters:
value- allowed object isConstantType
-
getEq
Gets the value of the eq property.- Returns:
- possible object is
OperatorType
-
setEq
Sets the value of the eq property.- Parameters:
value- allowed object isOperatorType
-
getNeq
Gets the value of the neq property.- Returns:
- possible object is
OperatorType
-
setNeq
Sets the value of the neq property.- Parameters:
value- allowed object isOperatorType
-
getLeq
Gets the value of the leq property.- Returns:
- possible object is
OperatorType
-
setLeq
Sets the value of the leq property.- Parameters:
value- allowed object isOperatorType
-
getLt
Gets the value of the lt property.- Returns:
- possible object is
OperatorType
-
setLt
Sets the value of the lt property.- Parameters:
value- allowed object isOperatorType
-
getGeq
Gets the value of the geq property.- Returns:
- possible object is
OperatorType
-
setGeq
Sets the value of the geq property.- Parameters:
value- allowed object isOperatorType
-
getGt
Gets the value of the gt property.- Returns:
- possible object is
OperatorType
-
setGt
Sets the value of the gt property.- Parameters:
value- allowed object isOperatorType
-
getExp
Gets the value of the exp property.- Returns:
- possible object is
OperatorType
-
setExp
Sets the value of the exp property.- Parameters:
value- allowed object isOperatorType
-
getLn
Gets the value of the ln property.- Returns:
- possible object is
OperatorType
-
setLn
Sets the value of the ln property.- Parameters:
value- allowed object isOperatorType
-
getLog
Gets the value of the log property.- Returns:
- possible object is
OperatorType
-
setLog
Sets the value of the log property.- Parameters:
value- allowed object isOperatorType
-
getSin
Gets the value of the sin property.- Returns:
- possible object is
OperatorType
-
setSin
Sets the value of the sin property.- Parameters:
value- allowed object isOperatorType
-
getCos
Gets the value of the cos property.- Returns:
- possible object is
OperatorType
-
setCos
Sets the value of the cos property.- Parameters:
value- allowed object isOperatorType
-
getTan
Gets the value of the tan property.- Returns:
- possible object is
OperatorType
-
setTan
Sets the value of the tan property.- Parameters:
value- allowed object isOperatorType
-
getArcsin
Gets the value of the arcsin property.- Returns:
- possible object is
OperatorType
-
setArcsin
Sets the value of the arcsin property.- Parameters:
value- allowed object isOperatorType
-
getArccos
Gets the value of the arccos property.- Returns:
- possible object is
OperatorType
-
setArccos
Sets the value of the arccos property.- Parameters:
value- allowed object isOperatorType
-
getArctan
Gets the value of the arctan property.- Returns:
- possible object is
OperatorType
-
setArctan
Sets the value of the arctan property.- Parameters:
value- allowed object isOperatorType
-
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
setmethod 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
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
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.
-